mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-24 11:13:30 +00:00
Added excludes to Spring LDAP dep to prevent Spring 2.5.6 jars creeping in. removed unnecessary Junit dep from itest/context pom
This commit is contained in:
parent
b769fe1504
commit
d4415d4e82
4
pom.xml
4
pom.xml
@ -710,6 +710,10 @@
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-tx</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-beans</artifactId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user