From 654eacd050b5818bf793bea58a519ea05b73123f Mon Sep 17 00:00:00 2001 From: Liang Zhang Date: Mon, 1 Jul 2024 23:30:34 +0800 Subject: [PATCH] Remove useless dependencies declarations for infra pom (#31949) * Remove useless dependencies declarations for infra pom * Remove useless dependencies declarations for infra pom * Remove useless dependencies declarations for infra pom * Remove useless dependencies declarations for infra pom --- infra/binder/pom.xml | 5 ----- infra/common/pom.xml | 9 +++++---- infra/data-source-pool/core/pom.xml | 8 ++++---- infra/data-source-pool/type/hikari/pom.xml | 10 +++++----- infra/executor/pom.xml | 5 ----- infra/util/pom.xml | 14 +++++++------- 6 files changed, 21 insertions(+), 30 deletions(-) diff --git a/infra/binder/pom.xml b/infra/binder/pom.xml index 53890f0bc6bae..4d2240c970162 100644 --- a/infra/binder/pom.xml +++ b/infra/binder/pom.xml @@ -37,11 +37,6 @@ shardingsphere-infra-parser ${project.version} - - org.apache.shardingsphere - shardingsphere-infra-common - ${project.version} - org.apache.shardingsphere diff --git a/infra/common/pom.xml b/infra/common/pom.xml index 5d22f5977670b..e4c6561a1224a 100644 --- a/infra/common/pom.xml +++ b/infra/common/pom.xml @@ -107,10 +107,6 @@ test - - org.awaitility - awaitility - com.zaxxer HikariCP @@ -119,6 +115,11 @@ com.alibaba transmittable-thread-local + + + org.awaitility + awaitility + diff --git a/infra/data-source-pool/core/pom.xml b/infra/data-source-pool/core/pom.xml index b760674879d46..6dc91c1454204 100644 --- a/infra/data-source-pool/core/pom.xml +++ b/infra/data-source-pool/core/pom.xml @@ -46,13 +46,13 @@ test - - org.awaitility - awaitility - com.zaxxer HikariCP + + org.awaitility + awaitility + diff --git a/infra/data-source-pool/type/hikari/pom.xml b/infra/data-source-pool/type/hikari/pom.xml index 77cd2c95c7452..1807cc6936462 100644 --- a/infra/data-source-pool/type/hikari/pom.xml +++ b/infra/data-source-pool/type/hikari/pom.xml @@ -33,11 +33,6 @@ ${project.version} - - com.zaxxer - HikariCP - - org.apache.shardingsphere shardingsphere-test-fixture-database @@ -50,5 +45,10 @@ ${project.version} test + + + com.zaxxer + HikariCP + diff --git a/infra/executor/pom.xml b/infra/executor/pom.xml index 22894e6c8d265..04e260b2468d0 100644 --- a/infra/executor/pom.xml +++ b/infra/executor/pom.xml @@ -27,11 +27,6 @@ ${project.artifactId} - - org.apache.shardingsphere - shardingsphere-infra-common - ${project.version} - org.apache.shardingsphere shardingsphere-infra-rewrite diff --git a/infra/util/pom.xml b/infra/util/pom.xml index 8ab9610527cc5..e52fe6f71aca8 100644 --- a/infra/util/pom.xml +++ b/infra/util/pom.xml @@ -33,6 +33,13 @@ ${project.version} + + org.apache.shardingsphere + shardingsphere-test-util + ${project.version} + test + + org.yaml snakeyaml @@ -49,12 +56,5 @@ com.fasterxml.jackson.datatype jackson-datatype-jdk8 - - - org.apache.shardingsphere - shardingsphere-test-util - ${project.version} - test -