[java-shib-idp2 COMMIT] /branches/REL_2/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Nov 9 13:34:07 GMT 2011


Author: lajoie
Date: Wed Nov  9 13:34:07 2011
New Revision: 3093

URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3093&view=rev
Log:
override bouncycastle version, latest version causes a problem with the installer

Modified:
    branches/REL_2/pom.xml

Modified: branches/REL_2/pom.xml
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/pom.xml?rev=3093&r1=3092&r2=3093&view=diff
==============================================================================
--- branches/REL_2/pom.xml (original)
+++ branches/REL_2/pom.xml Wed Nov  9 13:34:07 2011
@@ -53,6 +53,7 @@
             <artifactId>shibboleth-common</artifactId>
             <version>1.3.4</version>
         </dependency>
+        <!-- Override Spring version from parent POM -->
         <dependency>
             <groupId>${spring.groupId}</groupId>
             <artifactId>spring-context-support</artifactId>
@@ -90,6 +91,12 @@
                     <artifactId>commons-logging</artifactId>
                 </exclusion>
             </exclusions>
+        </dependency>
+        <!-- Override BC version from xmltooling because 1.46 causes an issue with the IdP installer -->
+        <dependency>
+            <groupId>org.bouncycastle</groupId>
+            <artifactId>bcprov-jdk15</artifactId>
+            <version>1.45</version>
         </dependency>
 
         <!-- Provided dependencies -->



More information about the commits mailing list