This is an automated email from the ASF dual-hosted git repository.
sunnianjun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 6c36d297bdf Refactor infra‘s pom (#28807)
6c36d297bdf is described below
commit 6c36d297bdfe4d55165727049b31b3acadbbc5ce
Author: Liang Zhang <[email protected]>
AuthorDate: Thu Oct 19 22:46:34 2023 +0800
Refactor infra‘s pom (#28807)
---
infra/pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/infra/pom.xml b/infra/pom.xml
index 9019fc66ef9..747d5f217af 100644
--- a/infra/pom.xml
+++ b/infra/pom.xml
@@ -32,17 +32,17 @@
<module>exception</module>
<module>database</module>
<module>data-source-pool</module>
- <module>binder</module>
<module>common</module>
<module>context</module>
<module>distsql-handler</module>
- <module>executor</module>
- <module>expr</module>
- <module>merge</module>
<module>parser</module>
+ <module>binder</module>
<module>rewrite</module>
<module>route</module>
+ <module>merge</module>
+ <module>executor</module>
<module>session</module>
+ <module>expr</module>
<module>util</module>
</modules>
</project>