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

zhangliang 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 dc30d76b4f9 Remove useless dependency (#28098)
dc30d76b4f9 is described below

commit dc30d76b4f9229d89b80ff91186028df016ccb2b
Author: ChenJiaHao <[email protected]>
AuthorDate: Tue Aug 15 21:28:16 2023 +0800

    Remove useless dependency (#28098)
---
 pom.xml                 | 7 -------
 proxy/bootstrap/pom.xml | 5 -----
 2 files changed, 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index ce21b100d27..2e4c33dcf24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,6 @@
         
         <hikari-cp.version>4.0.3</hikari-cp.version>
         <commons-dbcp2.version>2.9.0</commons-dbcp2.version>
-        <druid.version>1.2.18</druid.version>
         <c3p0.version>0.9.5.5</c3p0.version>
         
         <junit.version>5.9.2</junit.version>
@@ -540,12 +539,6 @@
                 <version>${commons-dbcp2.version}</version>
                 <scope>test</scope>
             </dependency>
-            <dependency>
-                <groupId>com.alibaba</groupId>
-                <artifactId>druid</artifactId>
-                <version>${druid.version}</version>
-                <scope>test</scope>
-            </dependency>
             <dependency>
                 <groupId>com.mchange</groupId>
                 <artifactId>c3p0</artifactId>
diff --git a/proxy/bootstrap/pom.xml b/proxy/bootstrap/pom.xml
index 75f57b0911c..7eb7e0d1c25 100644
--- a/proxy/bootstrap/pom.xml
+++ b/proxy/bootstrap/pom.xml
@@ -142,11 +142,6 @@
             <artifactId>HikariCP</artifactId>
             <scope>runtime</scope>
         </dependency>
-        <dependency>
-            <groupId>com.alibaba</groupId>
-            <artifactId>druid</artifactId>
-            <scope>runtime</scope>
-        </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-dbcp2</artifactId>

Reply via email to