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/01/18 20:59:37 UTC

svn commit: r735533 - /maven/mercury/trunk/mercury-crypto/mercury-crypto-basic/pom.xml

Author: ogusakov
Date: Sun Jan 18 11:59:37 2009
New Revision: 735533

URL: http://svn.apache.org/viewvc?rev=735533&view=rev
Log:
intermediate commit to shed off jetty server dependencies

Modified:
    maven/mercury/trunk/mercury-crypto/mercury-crypto-basic/pom.xml

Modified: maven/mercury/trunk/mercury-crypto/mercury-crypto-basic/pom.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-crypto/mercury-crypto-basic/pom.xml?rev=735533&r1=735532&r2=735533&view=diff
==============================================================================
--- maven/mercury/trunk/mercury-crypto/mercury-crypto-basic/pom.xml (original)
+++ maven/mercury/trunk/mercury-crypto/mercury-crypto-basic/pom.xml Sun Jan 18 11:59:37 2009
@@ -34,11 +34,13 @@
     <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>