You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2020/10/17 08:47:32 UTC

[shardingsphere] branch master updated: Remove duplicate dependency (#7825)

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

duanzhengqiang 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 da7b8e6  Remove duplicate dependency (#7825)
da7b8e6 is described below

commit da7b8e6162ef587cec883062e0879fc3ecd1297f
Author: Liang Zhang <te...@163.com>
AuthorDate: Sat Oct 17 16:47:21 2020 +0800

    Remove duplicate dependency (#7825)
---
 shardingsphere-scaling/shardingsphere-scaling-core/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/shardingsphere-scaling/shardingsphere-scaling-core/pom.xml b/shardingsphere-scaling/shardingsphere-scaling-core/pom.xml
index e2a0edc..9272041 100644
--- a/shardingsphere-scaling/shardingsphere-scaling-core/pom.xml
+++ b/shardingsphere-scaling/shardingsphere-scaling-core/pom.xml
@@ -55,11 +55,6 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-jdbc-core</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
             <groupId>com.zaxxer</groupId>
             <artifactId>HikariCP</artifactId>
             <scope>compile</scope>