[java-opensaml COMMIT] /trunk/opensaml-parent/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Aug 24 15:34:25 EDT 2016
Author: tzeller
Date: Wed Aug 24 15:34:25 2016
New Revision: 4477
URL: http://svn.shibboleth.net/view/java-opensaml?rev=4477&view=rev
Log:
Remove bouncycastle and cryptacular version overrides
Follows updates to parent-v3 POM.
Modified:
trunk/opensaml-parent/pom.xml
Modified: trunk/opensaml-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-parent/pom.xml?rev=4477&r1=4476&r2=4477&view=diff
==============================================================================
--- trunk/opensaml-parent/pom.xml (original)
+++ trunk/opensaml-parent/pom.xml Wed Aug 24 15:34:25 2016
@@ -120,21 +120,6 @@
<artifactId>spymemcached</artifactId>
<version>2.11.4</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