Author: brett
Date: Tue Dec  6 18:13:55 2005
New Revision: 354659

URL: http://svn.apache.org/viewcvs?rev=354659&view=rev
Log:
use version of provider in the repo

Modified:
    jakarta/commons/sandbox/openpgp/trunk/pom.xml

Modified: jakarta/commons/sandbox/openpgp/trunk/pom.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/openpgp/trunk/pom.xml?rev=354659&r1=354658&r2=354659&view=diff
==============================================================================
--- jakarta/commons/sandbox/openpgp/trunk/pom.xml (original)
+++ jakarta/commons/sandbox/openpgp/trunk/pom.xml Tue Dec  6 18:13:55 2005
@@ -18,9 +18,10 @@
     </notifiers>
   </ciManagement>
   <dependencies>
+    <!-- we need an optional dep on JCE for JDK 1.3 and lower -->
     <dependency>
       <groupId>org.bouncycastle</groupId>
-      <artifactId>bcpg</artifactId>
+      <artifactId>bcpg-jdk12</artifactId>
       <version>130</version>
     </dependency>
     <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to