You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/11/27 21:34:17 UTC

svn commit: r1414388 - /cxf/trunk/parent/pom.xml

Author: dkulp
Date: Tue Nov 27 20:34:16 2012
New Revision: 1414388

URL: http://svn.apache.org/viewvc?rev=1414388&view=rev
Log:
Move a version to the parent/pom.xml

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1414388&r1=1414387&r2=1414388&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Tue Nov 27 20:34:16 2012
@@ -1057,6 +1057,16 @@
             </dependency>
             <dependency>
                 <groupId>org.springframework.security</groupId>
+                <artifactId>spring-security-web</artifactId>
+                <version>${cxf.spring.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework.security</groupId>
+                <artifactId>spring-security-config</artifactId>
+                <version>${cxf.spring.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework.security</groupId>
                 <artifactId>spring-security-core</artifactId>
                 <version>2.0.6.RELEASE</version>
             </dependency>