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/02/01 16:33:47 UTC

svn commit: r1239171 - in /webservices/wss4j/branches/swssf: streaming-ws-security/pom.xml streaming-xml-security/pom.xml

Author: coheigea
Date: Wed Feb  1 15:33:46 2012
New Revision: 1239171

URL: http://svn.apache.org/viewvc?rev=1239171&view=rev
Log:
Upgrading log4j to get rid of warning

Modified:
    webservices/wss4j/branches/swssf/streaming-ws-security/pom.xml
    webservices/wss4j/branches/swssf/streaming-xml-security/pom.xml

Modified: webservices/wss4j/branches/swssf/streaming-ws-security/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/swssf/streaming-ws-security/pom.xml?rev=1239171&r1=1239170&r2=1239171&view=diff
==============================================================================
--- webservices/wss4j/branches/swssf/streaming-ws-security/pom.xml (original)
+++ webservices/wss4j/branches/swssf/streaming-ws-security/pom.xml Wed Feb  1 15:33:46 2012
@@ -212,7 +212,7 @@
         <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
-            <version>1.2.14</version>
+            <version>1.2.16</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: webservices/wss4j/branches/swssf/streaming-xml-security/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/swssf/streaming-xml-security/pom.xml?rev=1239171&r1=1239170&r2=1239171&view=diff
==============================================================================
--- webservices/wss4j/branches/swssf/streaming-xml-security/pom.xml (original)
+++ webservices/wss4j/branches/swssf/streaming-xml-security/pom.xml Wed Feb  1 15:33:46 2012
@@ -70,7 +70,7 @@
         <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
-            <version>1.2.14</version>
+            <version>1.2.16</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -109,6 +109,11 @@
             <version>1.4.01</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.santuario</groupId>
+            <artifactId>xmlsec</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
     <build>
         <plugins>