[java-opensaml COMMIT] /trunk/opensaml-security-api/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Sep 5 16:05:07 EDT 2013


Author: scantor
Date: Thu Sep  5 16:05:07 2013
New Revision: 3438

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3438&view=rev
Log:
Add BC as an explicit dep.

Modified:
    trunk/opensaml-security-api/pom.xml

Modified: trunk/opensaml-security-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-security-api/pom.xml?rev=3438&r1=3437&r2=3438&view=diff
==============================================================================
--- trunk/opensaml-security-api/pom.xml (original)
+++ trunk/opensaml-security-api/pom.xml Thu Sep  5 16:05:07 2013
@@ -33,6 +33,11 @@
             <artifactId>vt-crypt</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.bouncycastle</groupId>
+            <artifactId>bcprov-jdk15</artifactId>
+        </dependency>
+
         <!-- Provided Dependencies -->
         <dependency>
             <groupId>javax.servlet</groupId>



More information about the commits mailing list