You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2011/05/06 18:27:24 UTC

svn commit: r1100268 - in /cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest: wssec10/pom.xml wssec11/pom.xml wstrust10/pom.xml wstrust13/pom.xml

Author: coheigea
Date: Fri May  6 16:27:23 2011
New Revision: 1100268

URL: http://svn.apache.org/viewvc?rev=1100268&view=rev
Log:
Added BouncyCastle dependency to interop tests to get them working again.

Modified:
    cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml
    cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml
    cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml
    cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml

Modified: cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml?rev=1100268&r1=1100267&r2=1100268&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml (original)
+++ cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml Fri May  6 16:27:23 2011
@@ -162,7 +162,7 @@
                 </plugins>
             </build>
         </profile>
-   </profiles>
+    </profiles>
     <dependencies>
         <dependency>
             <groupId>org.apache.cxf</groupId>
@@ -191,5 +191,10 @@
             <artifactId>cxf-rt-ws-policy</artifactId>
             <version>2.4.1-SNAPSHOT</version>
         </dependency>
+        <dependency>
+            <groupId>org.bouncycastle</groupId>
+            <artifactId>bcprov-jdk15</artifactId>
+            <version>1.45</version>
+        </dependency>
     </dependencies>
 </project>

Modified: cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml?rev=1100268&r1=1100267&r2=1100268&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml (original)
+++ cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml Fri May  6 16:27:23 2011
@@ -192,5 +192,10 @@
             <artifactId>cxf-rt-ws-policy</artifactId>
             <version>2.4.1-SNAPSHOT</version>
         </dependency>
+        <dependency>
+            <groupId>org.bouncycastle</groupId>
+            <artifactId>bcprov-jdk15</artifactId>
+            <version>1.45</version>
+        </dependency>
     </dependencies>
 </project>

Modified: cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml?rev=1100268&r1=1100267&r2=1100268&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml (original)
+++ cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml Fri May  6 16:27:23 2011
@@ -175,5 +175,10 @@
             <artifactId>cxf-rt-ws-policy</artifactId>
             <version>2.4.1-SNAPSHOT</version>
         </dependency>
+        <dependency>
+            <groupId>org.bouncycastle</groupId>
+            <artifactId>bcprov-jdk15</artifactId>
+            <version>1.45</version>
+        </dependency>
     </dependencies>
 </project>

Modified: cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml?rev=1100268&r1=1100267&r2=1100268&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml (original)
+++ cxf/trunk/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml Fri May  6 16:27:23 2011
@@ -167,5 +167,10 @@
             <artifactId>cxf-rt-ws-policy</artifactId>
             <version>2.4.1-SNAPSHOT</version>
         </dependency>
+        <dependency>
+            <groupId>org.bouncycastle</groupId>
+            <artifactId>bcprov-jdk15</artifactId>
+            <version>1.45</version>
+        </dependency>
     </dependencies>
 </project>