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

noreply at shibboleth.net noreply at shibboleth.net
Fri Apr 5 22:20:06 EDT 2013


Author: scantor
Date: Fri Apr  5 22:20:06 2013
New Revision: 3162

URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3162&view=rev
Log:
Remove bcprov override (once ant-extensions is fixed)

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=3162&r1=3161&r2=3162&view=diff
==============================================================================
--- branches/REL_2/pom.xml (original)
+++ branches/REL_2/pom.xml Fri Apr  5 22:20:06 2013
@@ -89,12 +89,6 @@
                     <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.46</version>
         </dependency>
         <dependency>
             <groupId>commons-codec</groupId>



More information about the commits mailing list