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/04/16 07:54:44 UTC

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

Author: rmannibucau
Date: Wed Apr 16 05:54:43 2014
New Revision: 1587810

URL: http://svn.apache.org/r1587810
Log:
TOMEE-1142 cxf 2.6.14

Modified:
    tomee/tomee/trunk/pom.xml

Modified: tomee/tomee/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/pom.xml?rev=1587810&r1=1587809&r2=1587810&view=diff
==============================================================================
--- tomee/tomee/trunk/pom.xml (original)
+++ tomee/tomee/trunk/pom.xml Wed Apr 16 05:54:43 2014
@@ -123,8 +123,7 @@
 
     <tomcat.version>7.0.53</tomcat.version>
 
-    <!-- used mainly by jetty modules -->
-    <cxf.version>2.6.13</cxf.version>
+    <cxf.version>2.6.14</cxf.version>
     <!--2.6.4 requires wss4j 1.6.8-->
     <ehcache.version>2.6.3</ehcache.version>
     <!-- used by cxf for security (replay attack) -->
@@ -1455,7 +1454,7 @@
       <dependency>
         <groupId>org.apache.ws.security</groupId>
         <artifactId>wss4j</artifactId>
-        <version>1.6.14</version>
+        <version>1.6.15</version>
         <exclusions>
           <exclusion>
             <artifactId>commons-logging</artifactId>