1
0
mirror of synced 2026-05-22 21:33:16 +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
+6 -6
View File
@@ -22,17 +22,17 @@
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-dao</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-mock</artifactId>
<artifactId>spring-tx</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<optional>true</optional>
</dependency>
<dependency>