[java-opensaml COMMIT] /trunk/opensaml-parent/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Aug 5 14:36:03 EDT 2016
Author: scantor
Date: Fri Aug 5 14:36:03 2016
New Revision: 4473
URL: http://svn.shibboleth.net/view/java-opensaml?rev=4473&view=rev
Log:
Override cryptacular and BC versions for testing.
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=4473&r1=4472&r2=4473&view=diff
==============================================================================
--- trunk/opensaml-parent/pom.xml (original)
+++ trunk/opensaml-parent/pom.xml Fri Aug 5 14:36:03 2016
@@ -120,6 +120,21 @@
<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