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 339990d1923 Remove duplicated dependencies (#37066)
339990d1923 is described below
commit 339990d1923be323d7cb1049ca019ddf8f84addd
Author: Liang Zhang <[email protected]>
AuthorDate: Tue Nov 11 01:26:50 2025 +0800
Remove duplicated dependencies (#37066)
---
distribution/bom/pom.xml | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/distribution/bom/pom.xml b/distribution/bom/pom.xml
index 1e87d1d251a..3c683f3374f 100644
--- a/distribution/bom/pom.xml
+++ b/distribution/bom/pom.xml
@@ -1040,26 +1040,6 @@
<artifactId>shardingsphere-proxy-bootstrap</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-protocol-mysql</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-protocol-postgresql</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-protocol-opengauss</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-protocol-firebird</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-broadcast-api</artifactId>