You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2009/07/28 18:02:01 UTC

svn commit: r798584 - in /cxf/trunk: parent/pom.xml rt/ws/security/pom.xml

Author: dkulp
Date: Tue Jul 28 16:02:01 2009
New Revision: 798584

URL: http://svn.apache.org/viewvc?rev=798584&view=rev
Log:
Update to released version of wss4j

Modified:
    cxf/trunk/parent/pom.xml
    cxf/trunk/rt/ws/security/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=798584&r1=798583&r2=798584&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Tue Jul 28 16:02:01 2009
@@ -934,9 +934,9 @@
                 <version>2.4</version>
             </dependency>
             <dependency>
-                <groupId>bouncycastle</groupId>
+                <groupId>org.bouncycastle</groupId>
                 <artifactId>bcprov-jdk15</artifactId>
-                <version>140</version>
+                <version>1.43</version>
             </dependency>
 
             <dependency>

Modified: cxf/trunk/rt/ws/security/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/ws/security/pom.xml?rev=798584&r1=798583&r2=798584&view=diff
==============================================================================
--- cxf/trunk/rt/ws/security/pom.xml (original)
+++ cxf/trunk/rt/ws/security/pom.xml Tue Jul 28 16:02:01 2009
@@ -88,7 +88,7 @@
         <dependency>
             <groupId>org.apache.ws.security</groupId>
             <artifactId>wss4j</artifactId>
-            <version>1.5.8-SNAPSHOT</version>
+            <version>1.5.8</version>
             <exclusions>
                 <exclusion>
                     <groupId>axis</groupId>
@@ -103,18 +103,6 @@
                     <artifactId>axis-ant</artifactId>
                 </exclusion>
                 <exclusion>
-                    <groupId>bouncycastle</groupId>
-                    <artifactId>bcprov-jdk15</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>bouncycastle</groupId>
-                    <artifactId>bcprov-jdk13</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>bouncycastle</groupId>
-                    <artifactId>bcprov-jdk14</artifactId>
-                </exclusion>
-                <exclusion>
                     <groupId>xerces</groupId>
                     <artifactId>xercesImpl</artifactId>
                 </exclusion>
@@ -140,7 +128,7 @@
             </exclusions>
         </dependency>
         <dependency>
-            <groupId>bouncycastle</groupId>
+            <groupId>org.bouncycastle</groupId>
             <artifactId>bcprov-jdk15</artifactId>
             <scope>runtime</scope>
         </dependency>