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 a9abcb54348 Remove useless dependencies for shardingsphere-infra
module (#36316)
a9abcb54348 is described below
commit a9abcb5434855d65d05474dc470170819852ee93
Author: Liang Zhang <[email protected]>
AuthorDate: Sat Aug 16 00:56:36 2025 +0800
Remove useless dependencies for shardingsphere-infra module (#36316)
---
infra/exception/dialect/core/pom.xml | 7 -------
infra/exception/dialect/type/postgresql/pom.xml | 1 -
infra/executor/pom.xml | 13 -------------
infra/expr/entry/pom.xml | 5 -----
4 files changed, 26 deletions(-)
diff --git a/infra/exception/dialect/core/pom.xml
b/infra/exception/dialect/core/pom.xml
index 63fdcc682d8..8900eb8e8d6 100644
--- a/infra/exception/dialect/core/pom.xml
+++ b/infra/exception/dialect/core/pom.xml
@@ -32,12 +32,5 @@
<artifactId>shardingsphere-infra-common</artifactId>
<version>${project.version}</version>
</dependency>
-
- <dependency>
- <groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-test-infra-fixture-database</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
</dependencies>
</project>
diff --git a/infra/exception/dialect/type/postgresql/pom.xml
b/infra/exception/dialect/type/postgresql/pom.xml
index 50acec321f4..146bb58af75 100644
--- a/infra/exception/dialect/type/postgresql/pom.xml
+++ b/infra/exception/dialect/type/postgresql/pom.xml
@@ -36,7 +36,6 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <scope>provided</scope>
</dependency>
</dependencies>
</project>
diff --git a/infra/executor/pom.xml b/infra/executor/pom.xml
index 4e104862428..d5ffb2df02f 100644
--- a/infra/executor/pom.xml
+++ b/infra/executor/pom.xml
@@ -46,19 +46,6 @@
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-infra-database-mysql</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-infra-database-postgresql</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
-
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
diff --git a/infra/expr/entry/pom.xml b/infra/expr/entry/pom.xml
index 8824d01813a..b75f3936a16 100644
--- a/infra/expr/entry/pom.xml
+++ b/infra/expr/entry/pom.xml
@@ -27,11 +27,6 @@
<name>${project.artifactId}</name>
<dependencies>
- <dependency>
- <groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-infra-expr-core</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-infra-expr-groovy</artifactId>