updated dependencies

This commit is contained in:
Scott Battaglia 2007-02-08 16:48:23 +00:00
parent 84b88cbba6
commit 8e51324483
2 changed files with 3 additions and 12 deletions

View File

@ -79,13 +79,6 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>2.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>

View File

@ -130,12 +130,11 @@
</exclusion>
<exclusion>
<groupId>opensaml</groupId>
<artifactId>opensaml</artifactId>
<groupId>com.sun.jndi.ldap</groupId>
<artifactId>ldapbp</artifactId>
</exclusion>
<exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
</exclusion>
@ -153,7 +152,6 @@
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-webflow</artifactId>
</exclusion>
<exclusion>