You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/08/27 04:51:36 UTC

svn commit: r689345 - /servicemix/smx4/bundles/trunk/wss4j-1.5.4/pom.xml

Author: ffang
Date: Tue Aug 26 19:51:35 2008
New Revision: 689345

URL: http://svn.apache.org/viewvc?rev=689345&view=rev
Log:
exclude bcprov-jdk13

Modified:
    servicemix/smx4/bundles/trunk/wss4j-1.5.4/pom.xml

Modified: servicemix/smx4/bundles/trunk/wss4j-1.5.4/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/wss4j-1.5.4/pom.xml?rev=689345&r1=689344&r2=689345&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/wss4j-1.5.4/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/wss4j-1.5.4/pom.xml Tue Aug 26 19:51:35 2008
@@ -65,6 +65,10 @@
                    <groupId>bouncycastle</groupId>
                    <artifactId>bcprov-jdk15</artifactId>
                </exclusion>
+               <exclusion>
+                    <groupId>bouncycastle</groupId>
+                    <artifactId>bcprov-jdk13</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
     </dependencies>