updated dependencies
This commit is contained in:
parent
84b88cbba6
commit
8e51324483
|
|
@ -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>
|
||||
|
|
|
|||
8
pom.xml
8
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue