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>


Reply via email to