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:24 UTC

svn commit: r808720 - /servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml

Author: ffang
Date: Fri Aug 28 01:26:23 2009
New Revision: 808720

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

Modified:
    servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml

Modified: servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml?rev=808720&r1=808719&r2=808720&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml (original)
+++ servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml Fri Aug 28 01:26:23 2009
@@ -81,7 +81,7 @@
     </dependency>
     <dependency>
       <groupId>bouncycastle</groupId>
-      <artifactId>bcprov-jdk14</artifactId>
+      <artifactId>bcprov-jdk15</artifactId>
       <version>140</version>
     </dependency>
     <dependency>