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 21b962922fd Remove version management for spring-jdbc (#23355)
21b962922fd is described below
commit 21b962922fdff2ce123fd5820296fb001e3c3b58
Author: Ling Hengqian <[email protected]>
AuthorDate: Sat Jan 7 23:40:10 2023 +0800
Remove version management for spring-jdbc (#23355)
---
pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 60d8059b051..71d0f2c8b12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -535,12 +535,6 @@
<version>${curator.version}</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-jdbc</artifactId>
- <version>${springframework.version}</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>ch.qos.logback</groupId>