Updated build to use maven.springframework.org deps

This commit is contained in:
Luke Taylor
2009-05-13 06:16:05 +00:00
parent a8215fa2cb
commit 45c54c558c
23 changed files with 145 additions and 158 deletions

View File

@@ -20,7 +20,7 @@
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>org.springframework.jdbc</artifactId>
<artifactId>spring-jdbc</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
@@ -28,12 +28,12 @@
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>org.springframework.aop</artifactId>
<artifactId>spring-aop</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>org.springframework.test</artifactId>
<artifactId>spring-test</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>