You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2013/02/02 20:33:29 UTC

svn commit: r1441794 - /tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml

Author: lresende
Date: Sat Feb  2 19:33:28 2013
New Revision: 1441794

URL: http://svn.apache.org/viewvc?rev=1441794&view=rev
Log:
Explicity list Rampart dependencies to fix Tuscany build issues

Modified:
    tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml?rev=1441794&r1=1441793&r2=1441794&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml Sat Feb  2 19:33:28 2013
@@ -84,7 +84,7 @@
         <dependency>
             <groupId>org.apache.rampart</groupId>
             <artifactId>rampart-core</artifactId>
-            <version>1.5.1</version>            
+            <version>1.5.1</version>
            <exclusions>    
                <!--  
                    We can live without most of the Rampart dependencies. The following
@@ -123,6 +123,10 @@
                    <artifactId>bcprov-ext-jdk15</artifactId>
                </exclusion> 
                <exclusion>
+                   <groupId>bouncycastle</groupId>
+                   <artifactId>bcprov-jdk15</artifactId>
+               </exclusion>
+               <exclusion>
                    <groupId>org.slf4j</groupId>
                    <artifactId>slf4j-jdk14</artifactId>
                </exclusion>   
@@ -197,10 +201,27 @@
                <exclusion>
                    <groupId>org.apache.santuario</groupId>
                    <artifactId>xmlsec</artifactId>
-               </exclusion> 
+               </exclusion>
+               <exclusion>
+                  <groupId>org.apache.ws.security</groupId>
+                  <artifactId>wss4j</artifactId>
+               </exclusion>
            </exclusions>                     
         </dependency> 
-        
+
+        <dependency>
+	    <groupId>bouncycastle</groupId>
+	    <artifactId>bcprov-jdk15</artifactId>
+	    <version>140</version>
+        </dependency>
+            
+        <!-- replace the Rampart wss4j to avoid corrupted jar -->
+        <dependency>
+	    <groupId>org.apache.ws.security</groupId>
+	    <artifactId>wss4j</artifactId>
+	    <version>1.5.10</version> <!--1.6.9-->
+        </dependency>
+
         <!--  replace the Rampart xmlsec with the version Tuscany is using -->
         <dependency>
             <groupId>org.apache.santuario</groupId>