You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/07/18 14:32:43 UTC

svn commit: r1362910 - in /commons/proper/vfs/trunk: core/pom.xml pom.xml

Author: ggregory
Date: Wed Jul 18 12:32:43 2012
New Revision: 1362910

URL: http://svn.apache.org/viewvc?rev=1362910&view=rev
Log:
For Bouncy Castle, use artifact ID bcprov-jdk15on instead of bcprov-jdk15.

Modified:
    commons/proper/vfs/trunk/core/pom.xml
    commons/proper/vfs/trunk/pom.xml

Modified: commons/proper/vfs/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/pom.xml?rev=1362910&r1=1362909&r2=1362910&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/pom.xml (original)
+++ commons/proper/vfs/trunk/core/pom.xml Wed Jul 18 12:32:43 2012
@@ -110,7 +110,7 @@
     </dependency>
     <dependency>
       <groupId>org.bouncycastle</groupId>
-      <artifactId>bcprov-jdk15</artifactId>
+      <artifactId>bcprov-jdk15on</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1362910&r1=1362909&r2=1362910&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Wed Jul 18 12:32:43 2012
@@ -408,7 +408,7 @@
       </dependency>
       <dependency>
         <groupId>org.bouncycastle</groupId>
-        <artifactId>bcprov-jdk15</artifactId>
+        <artifactId>bcprov-jdk15on</artifactId>
         <version>1.46</version>
         <scope>test</scope>
       </dependency>