You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2012/11/28 12:51:26 UTC

svn commit: r1414641 - /cxf/trunk/systests/jaxrs/pom.xml

Author: sergeyb
Date: Wed Nov 28 11:51:25 2012
New Revision: 1414641

URL: http://svn.apache.org/viewvc?rev=1414641&view=rev
Log:
Restricting spring security version to 2.0.6.RELEASE at the systest level for now as Spring Sec 3.x is very different from 2.x

Modified:
    cxf/trunk/systests/jaxrs/pom.xml

Modified: cxf/trunk/systests/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/jaxrs/pom.xml?rev=1414641&r1=1414640&r2=1414641&view=diff
==============================================================================
--- cxf/trunk/systests/jaxrs/pom.xml (original)
+++ cxf/trunk/systests/jaxrs/pom.xml Wed Nov 28 11:51:25 2012
@@ -277,16 +277,19 @@
         <dependency>
             <groupId>org.springframework.security</groupId>
             <artifactId>spring-security-core</artifactId>
+            <version>2.0.6.RELEASE</version> 
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.springframework.security</groupId>
             <artifactId>spring-security-core-tiger</artifactId>
+            <version>2.0.6.RELEASE</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.springframework.security</groupId>
             <artifactId>spring-security-acl</artifactId>
+            <version>2.0.6.RELEASE</version>
             <scope>test</scope>
         </dependency>
         <dependency>