소스 검색

Added excludes to Spring LDAP dep to prevent Spring 2.5.6 jars creeping in. removed unnecessary Junit dep from itest/context pom

Luke Taylor 16 년 전
부모
커밋
d4415d4e82
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      pom.xml

+ 4 - 0
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>