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 6c2a7df5de8 Remove dialect exception dependencies (#35378) 6c2a7df5de8 is described below commit 6c2a7df5de88724e3e5ab45ca3022d445e2a37db Author: Liang Zhang <zhangli...@apache.org> AuthorDate: Tue May 13 00:44:12 2025 +0800 Remove dialect exception dependencies (#35378) - Removed dependencies for MySQL and PostgreSQL dialect exceptions - This change simplifies the project structure by eliminating unused dependencies --- jdbc/pom.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 51f90ae2f1d..3c54df4b10c 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -58,17 +58,6 @@ <version>${project.parent.version}</version> </dependency> - <dependency> - <groupId>org.apache.shardingsphere</groupId> - <artifactId>shardingsphere-mysql-dialect-exception</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.shardingsphere</groupId> - <artifactId>shardingsphere-postgresql-dialect-exception</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-authority-core</artifactId>