This is an automated email from the ASF dual-hosted git repository.

zhaojinchao 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 9d673658073 Refactor root pom (#24992)
9d673658073 is described below

commit 9d67365807317e50a8169b658b7ad0cfa2174f10
Author: Liang Zhang <[email protected]>
AuthorDate: Tue Apr 4 01:16:08 2023 +0800

    Refactor root pom (#24992)
---
 pom.xml | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 24e4abb424a..149522441f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -400,6 +400,12 @@
                     </exclusion>
                 </exclusions>
             </dependency>
+            <dependency>
+                <groupId>com.ctrip.framework.apollo</groupId>
+                <artifactId>apollo-client</artifactId>
+                <version>${apollo-client.version}</version>
+                <scope>provided</scope>
+            </dependency>
             
             <dependency>
                 <groupId>org.apache.shardingsphere.elasticjob</groupId>
@@ -606,13 +612,6 @@
                 <artifactId>truffle-api</artifactId>
                 <version>${truffle-api.version}</version>
             </dependency>
-            
-            <dependency>
-                <groupId>com.ctrip.framework.apollo</groupId>
-                <artifactId>apollo-client</artifactId>
-                <version>${apollo-client.version}</version>
-                <scope>provided</scope>
-            </dependency>
         </dependencies>
     </dependencyManagement>
     

Reply via email to