You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2012/09/20 15:58:31 UTC

svn commit: r1388033 - /webservices/wss4j/trunk/cxf-integration/pom.xml

Author: coheigea
Date: Thu Sep 20 13:58:30 2012
New Revision: 1388033

URL: http://svn.apache.org/viewvc?rev=1388033&view=rev
Log:
Upgrading CXF integration test to use CXF 2.6.2

Modified:
    webservices/wss4j/trunk/cxf-integration/pom.xml

Modified: webservices/wss4j/trunk/cxf-integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/cxf-integration/pom.xml?rev=1388033&r1=1388032&r2=1388033&view=diff
==============================================================================
--- webservices/wss4j/trunk/cxf-integration/pom.xml (original)
+++ webservices/wss4j/trunk/cxf-integration/pom.xml Thu Sep 20 13:58:30 2012
@@ -34,7 +34,8 @@
     <name>Streaming WS Security CXF Integration</name>
 
     <properties>
-        <cxf.version>2.5.2</cxf.version>
+        <cxf.version>2.6.2</cxf.version>
+        <spring.version>3.0.7.RELEASE</spring.version>
     </properties>
 
     <dependencies>
@@ -103,6 +104,12 @@
             <artifactId>serializer</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-context</artifactId>
+            <version>${spring.version}</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
     <build>
         <plugins>