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 2013/03/01 01:45:47 UTC

svn commit: r1451445 - /servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml

Author: ffang
Date: Fri Mar  1 00:45:46 2013
New Revision: 1451445

URL: http://svn.apache.org/r1451445
Log:
upgrade bcprov to jdk15on

Modified:
    servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml

Modified: servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml?rev=1451445&r1=1451444&r2=1451445&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml (original)
+++ servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml Fri Mar  1 00:45:46 2013
@@ -143,8 +143,8 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>bouncycastle</groupId>
-            <artifactId>bcprov-jdk14</artifactId>
+            <groupId>org.bouncycastle</groupId>
+            <artifactId>bcprov-jdk15on</artifactId>
             <scope>runtime</scope>
         </dependency>
         <dependency>