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 b0676ac5aa7 Remove mysql-connector-j dependency (#35387) b0676ac5aa7 is described below commit b0676ac5aa7f330756886b7021ca6d53833bd760 Author: Liang Zhang <zhangli...@apache.org> AuthorDate: Wed May 14 00:11:47 2025 +0800 Remove mysql-connector-j dependency (#35387) - Removed mysql-connector-j dependency from the standalone JDBC repository provider - This change reduces the project's external dependencies and potential security vulnerabilities --- mode/type/standalone/repository/provider/jdbc/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mode/type/standalone/repository/provider/jdbc/pom.xml b/mode/type/standalone/repository/provider/jdbc/pom.xml index 132e7b9094e..ade47d9620a 100644 --- a/mode/type/standalone/repository/provider/jdbc/pom.xml +++ b/mode/type/standalone/repository/provider/jdbc/pom.xml @@ -55,11 +55,5 @@ <artifactId>h2</artifactId> <scope>runtime</scope> </dependency> - - <dependency> - <groupId>com.mysql</groupId> - <artifactId>mysql-connector-j</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project>