Added spring-jdbc to included jars in with-dependencies.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user