You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by jm...@apache.org on 2006/10/24 19:34:45 UTC

svn commit: r467399 - /incubator/abdera/java/trunk/security/pom.xml

Author: jmsnell
Date: Tue Oct 24 10:34:45 2006
New Revision: 467399

URL: http://svn.apache.org/viewvc?view=rev&rev=467399
Log:
Apply Ugo's patch to download bouncycastle in maven (https://issues.apache.org/jira/browse/ABDERA-15).

Note: there is a version discrepency.  The Ant build uses version -134, maven uses -124.  I'm not sure if
the newer version is available in the Maven repos or not.

Modified:
    incubator/abdera/java/trunk/security/pom.xml

Modified: incubator/abdera/java/trunk/security/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/security/pom.xml?view=diff&rev=467399&r1=467398&r2=467399
==============================================================================
--- incubator/abdera/java/trunk/security/pom.xml (original)
+++ incubator/abdera/java/trunk/security/pom.xml Tue Oct 24 10:34:45 2006
@@ -79,5 +79,10 @@
       <artifactId>servlet-api</artifactId>
       <version>2.4</version>
     </dependency>
+    <dependency>
+      <groupId>bouncycastle</groupId>
+      <artifactId>bcprov-jdk15</artifactId>
+      <version>124</version>
+    </dependency>
   </dependencies>
 </project>