Remove bouncycastle dependencies that are not in use

git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk@1478249 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/modules/binding-ws-runtime-axis2/pom.xml b/modules/binding-ws-runtime-axis2/pom.xml
index e74b89d..6fe5524 100644
--- a/modules/binding-ws-runtime-axis2/pom.xml
+++ b/modules/binding-ws-runtime-axis2/pom.xml
@@ -119,14 +119,14 @@
                    <artifactId>bcprov-jdk14</artifactId>
                </exclusion>  
                <exclusion>
-                   <groupId>org.bouncycastle</groupId>
-                   <artifactId>bcprov-ext-jdk15</artifactId>
-               </exclusion> 
-               <exclusion>
                    <groupId>bouncycastle</groupId>
                    <artifactId>bcprov-jdk15</artifactId>
                </exclusion>
                <exclusion>
+                   <groupId>org.bouncycastle</groupId>
+                   <artifactId>bcprov-ext-jdk15</artifactId>
+               </exclusion> 
+               <exclusion>
                    <groupId>org.slf4j</groupId>
                    <artifactId>slf4j-jdk14</artifactId>
                </exclusion>   
@@ -209,19 +209,6 @@
            </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>
@@ -329,8 +316,25 @@
                    <artifactId>xml-resolver</artifactId>
                </exclusion>
             </exclusions>
-        </dependency>               
-   
+        </dependency>
+
+        <!-- force removal of bcprov -->
+        <!--
+        <depedency>
+            <groupId>bouncycastle</groupId>
+            <artifactId>bcprov-jdk14</artifactId>
+            <version>140</version>
+            <scope>provided</scope>
+        </depedency>
+
+        <depedency>
+            <groupId>bouncycastle</groupId>
+            <artifactId>bcprov-jdk15</artifactId>
+            <version>140</version>
+            <scope>provided</scope>
+        </depedency>
+        -->
+
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>