You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by ki...@apache.org on 2020/11/11 13:58:15 UTC

[shardingsphere-ui] branch master updated: update dependencies

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

kimmking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 53983cc  update dependencies
     new 5dd2634  Merge pull request #68 from menghaoranss/dev1111
53983cc is described below

commit 53983cc514384357ac79dbf5be651e70ab4ef331
Author: menghaoranss <lo...@163.com>
AuthorDate: Wed Nov 11 19:59:20 2020 +0800

    update dependencies
---
 pom.xml                           |  8 ++++----
 shardingsphere-ui-backend/pom.xml | 22 ++++------------------
 2 files changed, 8 insertions(+), 22 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1453738..873f4f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,22 +65,22 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.shardingsphere</groupId>
-                <artifactId>shardingsphere-sharding-common</artifactId>
+                <artifactId>shardingsphere-governance-repository-zookeeper-curator</artifactId>
                 <version>${shardingsphere.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.shardingsphere</groupId>
-                <artifactId>shardingsphere-governance-core-facade</artifactId>
+                <artifactId>shardingsphere-governance-repository-etcd</artifactId>
                 <version>${shardingsphere.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.shardingsphere</groupId>
-                <artifactId>shardingsphere-governance-repository-zookeeper-curator</artifactId>
+                <artifactId>shardingsphere-governance-core-config</artifactId>
                 <version>${shardingsphere.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.shardingsphere</groupId>
-                <artifactId>shardingsphere-governance-repository-etcd</artifactId>
+                <artifactId>shardingsphere-governance-core-registry</artifactId>
                 <version>${shardingsphere.version}</version>
             </dependency>
         </dependencies>
diff --git a/shardingsphere-ui-backend/pom.xml b/shardingsphere-ui-backend/pom.xml
index 4634787..0ce6cdb 100644
--- a/shardingsphere-ui-backend/pom.xml
+++ b/shardingsphere-ui-backend/pom.xml
@@ -29,33 +29,19 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-sharding-common</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.apache.shardingsphere</groupId>
-                    <artifactId>shardingsphere-sql-parser-spi</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.shardingsphere</groupId>
-                    <artifactId>shardingsphere-sql-parser-engine</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.shardingsphere</groupId>
-                    <artifactId>shardingsphere-sql-parser-binder</artifactId>
-                </exclusion>
-            </exclusions>
+            <artifactId>shardingsphere-governance-repository-zookeeper-curator</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-governance-core-facade</artifactId>
+            <artifactId>shardingsphere-governance-repository-etcd</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-governance-repository-zookeeper-curator</artifactId>
+            <artifactId>shardingsphere-governance-core-config</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-governance-repository-etcd</artifactId>
+            <artifactId>shardingsphere-governance-core-registry</artifactId>
         </dependency>
         <dependency>
             <groupId>commons-codec</groupId>