You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/06/14 18:40:38 UTC

svn commit: r954548 - /geronimo/server/branches/2.2.1/plugins/cxf/cxf/src/main/history/dependencies.xml

Author: rickmcguire
Date: Mon Jun 14 16:40:38 2010
New Revision: 954548

URL: http://svn.apache.org/viewvc?rev=954548&view=rev
Log:
update dependencies history

Modified:
    geronimo/server/branches/2.2.1/plugins/cxf/cxf/src/main/history/dependencies.xml

Modified: geronimo/server/branches/2.2.1/plugins/cxf/cxf/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2.1/plugins/cxf/cxf/src/main/history/dependencies.xml?rev=954548&r1=954547&r2=954548&view=diff
==============================================================================
--- geronimo/server/branches/2.2.1/plugins/cxf/cxf/src/main/history/dependencies.xml (original)
+++ geronimo/server/branches/2.2.1/plugins/cxf/cxf/src/main/history/dependencies.xml Mon Jun 14 16:40:38 2010
@@ -3,7 +3,7 @@
     <module-id>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>cxf</artifactId>
-        <version>2.2-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
         <type>car</type>
     </module-id>
     <dependency>
@@ -111,4 +111,9 @@
         <artifactId>wss4j</artifactId>
         <type>jar</type>
     </dependency>
+    <dependency>
+        <groupId>org.bouncycastle</groupId>
+        <artifactId>bcprov-jdk15</artifactId>
+        <type>jar</type>
+    </dependency>
 </plugin-artifact>