Added spring-jdbc to included jars in with-dependencies.

This commit is contained in:
Mattias Arthursson
2007-10-30 21:07:57 +00:00
parent e78f1b8927
commit 16c002fab0
2 changed files with 10 additions and 4 deletions

View File

@@ -31,6 +31,8 @@
rev="2.0.6" />
<dependency org="org.springframework" name="spring-dao"
rev="2.0.6" />
<dependency org="org.springframework" name="spring-jdbc"
rev="2.0.6" />
<dependency org="org.springframework" name="spring-src"
rev="2.0.6" conf="source->source">
<artifact name="spring-src" type="zip" />
@@ -39,14 +41,12 @@
<!-- build time only dependencies -->
<dependency org="org.acegisecurity" name="acegi-security"
rev="1.0.3" conf="buildtime->default" />
rev="1.0.3" conf="buildtime->default" />
<dependency org="org.acegisecurity" name="acegi-security-src"
rev="1.0.3" conf="source->default">
<artifact name="acegi-security-src" type="zip" />
</dependency>
</dependency>
<!-- kind of nasty, acegi needs some 1.2.7 stuff, so we override with newer! -->
<dependency org="org.springframework" name="spring-jdbc"
rev="2.0.6" conf="buildtime->default" />
<dependency org="org.springframework" name="spring-remoting"
rev="2.0.6" conf="buildtime->default" />
<dependency org="org.springframework" name="spring-support"

View File

@@ -101,6 +101,12 @@
<version>2.0.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>2.0.6</version>
<scope>provided</scope>
</dependency>
<!-- Test Dependencies -->
<dependency>
<groupId>junit</groupId>