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 e30113d456f Remove useless Etcd dependency from e2e test fixture (#35412) e30113d456f is described below commit e30113d456f4b3c91c1af2b1ef86d4e4e3ed4eb1 Author: Liang Zhang <zhangli...@apache.org> AuthorDate: Thu May 15 02:21:09 2025 +0800 Remove useless Etcd dependency from e2e test fixture (#35412) - Removed the shardingsphere-cluster-mode-repository-etcd dependency from the pom.xml file - This change reduces the complexity of the project's dependencies --- test/e2e/fixture/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/e2e/fixture/pom.xml b/test/e2e/fixture/pom.xml index 0ed66a8f82e..2b72a5b4b15 100644 --- a/test/e2e/fixture/pom.xml +++ b/test/e2e/fixture/pom.xml @@ -333,12 +333,6 @@ <version>${project.version}</version> <scope>runtime</scope> </dependency> - <dependency> - <groupId>org.apache.shardingsphere</groupId> - <artifactId>shardingsphere-cluster-mode-repository-etcd</artifactId> - <version>${project.version}</version> - <scope>runtime</scope> - </dependency> <dependency> <groupId>org.postgresql</groupId>