[utilities COMMIT] /spring-extensions/trunk/pom.xml

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


Author: scantor
Date: Thu Sep  5 16:05:21 2013
New Revision: 441

URL: http://svn.shibboleth.net/view/utilities?rev=441&view=rev
Log:
Add BC as an explicit dep.

Modified:
    spring-extensions/trunk/pom.xml

Modified: spring-extensions/trunk/pom.xml
URL: http://svn.shibboleth.net/view/utilities/spring-extensions/trunk/pom.xml?rev=441&r1=440&r2=441&view=diff
==============================================================================
--- spring-extensions/trunk/pom.xml (original)
+++ spring-extensions/trunk/pom.xml Thu Sep  5 16:05:21 2013
@@ -55,6 +55,11 @@
             <!-- Required for the DomDocumentFactoryBean and Duration conversion classes. -->
             <optional>true</optional>
         </dependency>
+            <dependency>
+                <groupId>org.bouncycastle</groupId>
+                <artifactId>bcprov-jdk15</artifactId>
+                <optional>true</optional>
+            </dependency>
 
         <!-- Provided dependencies -->
         <dependency>



More information about the commits mailing list