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 2009/08/28 03:26:56 UTC

svn commit: r808721 - /servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml

Author: ffang
Date: Fri Aug 28 01:26:55 2009
New Revision: 808721

URL: http://svn.apache.org/viewvc?rev=808721&view=rev
Log:
[SM-1877]should ship only one bcprov version in the kit

Modified:
    servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml

Modified: servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml?rev=808721&r1=808720&r2=808721&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml (original)
+++ servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml Fri Aug 28 01:26:55 2009
@@ -168,6 +168,13 @@
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-rt-ws-security</artifactId>
       <version>${cxf-version}</version>
+      <exclusions>
+         <exclusion>
+             <groupId>org.bouncycastle</groupId>
+             <artifactId>bcprov-jdk15</artifactId>
+         </exclusion>
+      </exclusions>
+
     </dependency>
     <dependency>
       <groupId>org.apache.cxf</groupId>