[java-identity-provider COMMIT] /trunk/idp-parent/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Aug 24 15:34:46 EDT 2016


Author: tzeller
Date: Wed Aug 24 15:34:46 2016
New Revision: 8351

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8351&view=rev
Log:
Remove bouncycastle and cryptacular version overrides

Follows updates to parent-v3 POM.

Modified:
    trunk/idp-parent/pom.xml

Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=8351&r1=8350&r2=8351&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml	(original)
+++ trunk/idp-parent/pom.xml	Wed Aug 24 15:34:46 2016
@@ -177,21 +177,6 @@
                 <groupId>org.ldaptive</groupId>
                 <artifactId>ldaptive</artifactId>
                 <version>1.0.8-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.cryptacular</groupId>
-                <artifactId>cryptacular</artifactId>
-                <version>1.1.1-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.bouncycastle</groupId>
-                <artifactId>bcprov-jdk15on</artifactId>
-                <version>1.54</version>
-            </dependency>
-            <dependency>
-                <groupId>org.bouncycastle</groupId>
-                <artifactId>bcpkix-jdk15on</artifactId>
-                <version>1.54</version>
             </dependency>
 
             <!-- Provided Dependencies -->



More information about the commits mailing list