You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2010/10/27 15:51:27 UTC

svn commit: r1027963 - /directory/apacheds/trunk/protocol-ldap/pom.xml

Author: elecharny
Date: Wed Oct 27 13:51:26 2010
New Revision: 1027963

URL: http://svn.apache.org/viewvc?rev=1027963&view=rev
Log:
added a reference to the bcprov dependency

Modified:
    directory/apacheds/trunk/protocol-ldap/pom.xml

Modified: directory/apacheds/trunk/protocol-ldap/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/protocol-ldap/pom.xml?rev=1027963&r1=1027962&r2=1027963&view=diff
==============================================================================
--- directory/apacheds/trunk/protocol-ldap/pom.xml (original)
+++ directory/apacheds/trunk/protocol-ldap/pom.xml Wed Oct 27 13:51:26 2010
@@ -99,6 +99,11 @@
       <artifactId>ldap-client-api</artifactId>
     </dependency>
 
+    <dependency>
+        <groupId>bouncycastle</groupId>
+        <artifactId>bcprov-jdk15</artifactId>
+    </dependency>
+    
     <!-- just have the dependency on activemq core components alone excluding
          the spring and OSGi related jars, cause we use *only* the QueueS nothing else -->
     <dependency>