SEC-1326: Updating dependencies to match Spring versions. Removing unused deps.

This commit is contained in:
Luke Taylor
2009-12-21 17:32:38 +00:00
parent 89809e9029
commit fcce29f8df
12 changed files with 48 additions and 67 deletions

View File

@@ -6,7 +6,7 @@ dependencies {
compile project(':core'),
project(':web'),
"javax.servlet:servlet-api:2.5",
'org.aspectj:aspectjweaver:1.6.5',
"org.aspectj:aspectjweaver:$aspectjVersion",
"org.springframework:spring-aop:$springVersion",
"org.springframework:spring-core:$springVersion",
"org.springframework:spring-context:$springVersion",
@@ -17,8 +17,9 @@ dependencies {
testCompile project(':ldap'),
project(':openid'),
files(this.project(':core').sourceSets.test.classesDir),
'javax.annotation:jsr250-api:1.0',
'aopalliance:aopalliance:1.0',
'org.springframework.ldap:spring-ldap-core:1.3.0.RELEASE',
"org.springframework.ldap:spring-ldap-core:$springLdapVersion",
"org.springframework:spring-jdbc:$springVersion"
}

View File

@@ -90,8 +90,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>annotations-api</artifactId>
<groupId>javax.annotation</groupId>
<artifactId>jsr250-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>