update to spring snapshot dependencies

This commit is contained in:
Rob Winch
2012-11-05 12:05:41 -06:00
parent 4c50d1f5de
commit ea6b444770
6 changed files with 12 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ apply plugin: 'eclipse'
sourceCompatibility = 1.5
targetCompatibility = 1.5
ext.springVersion = '3.0.7.RELEASE'
ext.springVersion = '3.2.0.BUILD-SNAPSHOT'
ext.springLdapVersion = '1.3.1.RELEASE'
ext.ehcacheVersion = '1.6.2'
ext.aspectjVersion = '1.6.10'

View File

@@ -85,6 +85,12 @@ def customizePom(pom, gradleProject) {
email = 'rwinch@vmware.com'
}
}
repositories {
repository {
id 'spring-snapshot'
url 'http://repo.springsource.org/libs-snapshot'
}
}
dependencies {
dependency {
artifactId = groupId = 'commons-logging'