Author: dkulp
Date: Tue Nov 27 20:34:21 2012
New Revision: 1414389
URL: http://svn.apache.org/viewvc?rev=1414389&view=rev
Log:
Update to match the spring versions we use
Modified:
cxf/trunk/parent/pom.xml
Modified: cxf/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1414389&r1=1414388&r2=1414389&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Tue Nov 27 20:34:21 2012
@@ -1068,7 +1068,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
- <version>2.0.6.RELEASE</version>
+ <version>${cxf.spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
@@ -1100,7 +1100,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-acl</artifactId>
- <version>2.0.6.RELEASE</version>
+ <version>${cxf.spring.version}</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>