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 9bd66d61fb9 Remove unused MySQL dependency (#35368) 9bd66d61fb9 is described below commit 9bd66d61fb969ab77e6731e149987a761fe8bdc4 Author: Liang Zhang <zhangli...@apache.org> AuthorDate: Mon May 12 00:06:22 2025 +0800 Remove unused MySQL dependency (#35368) - Removed the 'shardingsphere-infra-database-mysql' dependency from the 'db-protocol/core' module - This dependency was only used for testing and has been removed to simplify the project structure --- db-protocol/core/pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/db-protocol/core/pom.xml b/db-protocol/core/pom.xml index 20c8e8490c3..44641fa3303 100644 --- a/db-protocol/core/pom.xml +++ b/db-protocol/core/pom.xml @@ -40,13 +40,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>io.netty</groupId> <artifactId>netty-handler</artifactId>