1
0
mirror of synced 2026-08-05 01:36:56 +00:00

SEC-281: Go back to spring 1.2.7 to prevent backwards compatibility issues

This commit is contained in:
Carlos Sanchez
2006-06-16 17:25:05 +00:00
parent a2c3635d78
commit 4e612922ac
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -14,17 +14,17 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-remoting</artifactId>
<version>2.0-m2</version>
<version>1.2.7</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>2.0-m2</version>
<version>1.2.7</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-support</artifactId>
<version>2.0-m2</version>
<version>1.2.7</version>
<scope>runtime</scope>
</dependency>
<dependency>