Author: coheigea
Date: Mon Oct 17 16:56:40 2016
New Revision: 1765340

URL: http://svn.apache.org/viewvc?rev=1765340&view=rev
Log:
Updating EhCache + Commons Collections

Modified:
    webservices/wss4j/branches/2_0_x-fixes/parent/pom.xml
    webservices/wss4j/branches/2_0_x-fixes/ws-security-common/pom.xml

Modified: webservices/wss4j/branches/2_0_x-fixes/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/branches/2_0_x-fixes/parent/pom.xml?rev=1765340&r1=1765339&r2=1765340&view=diff
==============================================================================
--- webservices/wss4j/branches/2_0_x-fixes/parent/pom.xml (original)
+++ webservices/wss4j/branches/2_0_x-fixes/parent/pom.xml Mon Oct 17 16:56:40 
2016
@@ -36,8 +36,9 @@
     <properties>
         <apacheds.version>2.0.0-M19</apacheds.version>
         <bcprov.version>1.55</bcprov.version>
+        <commons.collections.version>3.2.2</commons.collections.version>
         <commons.compress.version>1.4.1</commons.compress.version>
-        <ehcache.version>2.8.5</ehcache.version>
+        <ehcache.version>2.8.8</ehcache.version>
         <geronimo.javamail.version>1.7.1</geronimo.javamail.version>
         <jasypt.version>1.9.2</jasypt.version>
         <junit.version>4.12</junit.version>

Modified: webservices/wss4j/branches/2_0_x-fixes/ws-security-common/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/branches/2_0_x-fixes/ws-security-common/pom.xml?rev=1765340&r1=1765339&r2=1765340&view=diff
==============================================================================
--- webservices/wss4j/branches/2_0_x-fixes/ws-security-common/pom.xml (original)
+++ webservices/wss4j/branches/2_0_x-fixes/ws-security-common/pom.xml Mon Oct 
17 16:56:40 2016
@@ -237,6 +237,12 @@
             <scope>compile</scope>
         </dependency>
         <dependency>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
+            <version>${commons.collections.version}</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <scope>test</scope>


Reply via email to