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:02:08 UTC

svn commit: r761532 - /maven/mercury/trunk/mercury-util/pom.xml

Author: ogusakov
Date: Fri Apr  3 06:02:08 2009
New Revision: 761532

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

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

Modified: maven/mercury/trunk/mercury-util/pom.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-util/pom.xml?rev=761532&r1=761531&r2=761532&view=diff
==============================================================================
--- maven/mercury/trunk/mercury-util/pom.xml (original)
+++ maven/mercury/trunk/mercury-util/pom.xml Fri Apr  3 06:02:08 2009
@@ -52,6 +52,8 @@
       <artifactId>bcpg-jdk15</artifactId>
       <optional>true</optional>
     </dependency>
+<!-- 
+ -->
 
     <dependency>
       <groupId>org.apache.maven.mercury</groupId>
@@ -63,20 +65,6 @@
       <artifactId>commons-cli</artifactId>
     </dependency>
 
-    <dependency>
-      <groupId>bouncycastle</groupId>
-      <artifactId>bcprov-jdk15</artifactId>
-      <scope>test</scope>
-      <optional>false</optional>
-    </dependency>
-
-    <dependency>
-      <groupId>bouncycastle</groupId>
-      <artifactId>bcpg-jdk15</artifactId>
-      <scope>test</scope>
-      <optional>false</optional>
-    </dependency>
-
   </dependencies>
 
   <build>