You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2014/03/17 07:45:18 UTC

svn commit: r1578241 - /tomee/tomee/trunk/pom.xml

Author: rmannibucau
Date: Mon Mar 17 06:45:18 2014
New Revision: 1578241

URL: http://svn.apache.org/r1578241
Log:
TOMEE-1142 cxf 2.6.13

Modified:
    tomee/tomee/trunk/pom.xml

Modified: tomee/tomee/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/pom.xml?rev=1578241&r1=1578240&r2=1578241&view=diff
==============================================================================
--- tomee/tomee/trunk/pom.xml (original)
+++ tomee/tomee/trunk/pom.xml Mon Mar 17 06:45:18 2014
@@ -124,7 +124,7 @@
     <tomcat.version>7.0.52</tomcat.version>
 
     <!-- used mainly by jetty modules -->
-    <cxf.version>2.6.11</cxf.version>
+    <cxf.version>2.6.13</cxf.version>
     <!--2.6.4 requires wss4j 1.6.8-->
     <ehcache.version>2.6.3</ehcache.version>
     <!-- used by cxf for security (replay attack) -->
@@ -1450,7 +1450,7 @@
       <dependency>
         <groupId>org.apache.ws.security</groupId>
         <artifactId>wss4j</artifactId>
-        <version>1.6.13</version>
+        <version>1.6.14</version>
         <exclusions>
           <exclusion>
             <artifactId>commons-logging</artifactId>