You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2023/04/07 11:23:19 UTC

[shardingsphere] branch master updated: Remove useless dependency (#25059)

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

panjuan 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 f02a01f0c20 Remove useless dependency (#25059)
f02a01f0c20 is described below

commit f02a01f0c2046684a76eebc0aab4c4d304e3b48a
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Fri Apr 7 19:23:05 2023 +0800

    Remove useless dependency (#25059)
---
 mode/type/standalone/repository/api/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/mode/type/standalone/repository/api/pom.xml b/mode/type/standalone/repository/api/pom.xml
index 2b36e99b367..f574076b4aa 100644
--- a/mode/type/standalone/repository/api/pom.xml
+++ b/mode/type/standalone/repository/api/pom.xml
@@ -28,11 +28,6 @@
     <name>${project.artifactId}</name>
     
     <dependencies>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-infra-common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-mode-core</artifactId>