[java-parent-projects COMMIT] /java-parent-project-v3/trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Feb 28 11:17:03 EST 2014
Author: dfisher
Date: Fri Feb 28 11:17:03 2014
New Revision: 233
URL: http://svn.shibboleth.net/view/java-parent-projects?rev=233&view=rev
Log:
Revert the vt-crypt -> cryptacular change until I fix the tests.
Modified:
java-parent-project-v3/trunk/pom.xml
Modified: java-parent-project-v3/trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk/pom.xml?rev=233&r1=232&r2=233&view=diff
==============================================================================
--- java-parent-project-v3/trunk/pom.xml (original)
+++ java-parent-project-v3/trunk/pom.xml Fri Feb 28 11:17:03 2014
@@ -307,14 +307,20 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.cryptacular</groupId>
- <artifactId>cryptacular</artifactId>
- <version>1.0-RC4</version>
+ <groupId>edu.vt.middleware</groupId>
+ <artifactId>vt-crypt</artifactId>
+ <version>2.2</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- <version>1.50</version>
+ <artifactId>bcprov-jdk15</artifactId>
+ <version>1.45</version>
</dependency>
<dependency>
<groupId>org.ldaptive</groupId>
More information about the commits
mailing list