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

Updated poms to Spring 2.5 and fixed up sandbox to work with latest build

This commit is contained in:
Luke Taylor
2008-10-15 05:52:40 +00:00
parent a62eae4587
commit 6c8a82fa13
22 changed files with 55 additions and 106 deletions
+1 -11
View File
@@ -22,21 +22,11 @@
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-remoting</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-support</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
@@ -44,7 +34,7 @@
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-mock</artifactId>
<artifactId>spring-test</artifactId>
<optional>true</optional>
</dependency>
<dependency>