You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by og...@apache.org on 2009/04/03 08:21:48 UTC

svn commit: r761534 - /maven/mercury/trunk/mercury-plexus/pom.xml

Author: ogusakov
Date: Fri Apr  3 06:21:48 2009
New Revision: 761534

URL: http://svn.apache.org/viewvc?rev=761534&view=rev
Log:
adjusted dependencies to match crypto-basic

Modified:
    maven/mercury/trunk/mercury-plexus/pom.xml

Modified: maven/mercury/trunk/mercury-plexus/pom.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-plexus/pom.xml?rev=761534&r1=761533&r2=761534&view=diff
==============================================================================
--- maven/mercury/trunk/mercury-plexus/pom.xml (original)
+++ maven/mercury/trunk/mercury-plexus/pom.xml Fri Apr  3 06:21:48 2009
@@ -30,6 +30,21 @@
   <name>Mercury Plexus Component</name>
 
   <dependencies>
+  
+    <dependency>
+      <groupId>bouncycastle</groupId>
+      <artifactId>bcprov-jdk15</artifactId>
+      <optional>true</optional>
+    </dependency>
+
+    <dependency>
+      <groupId>bouncycastle</groupId>
+      <artifactId>bcpg-jdk15</artifactId>
+      <optional>true</optional>
+    </dependency>
+<!-- 
+ -->
+  
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>