[java-parent-projects COMMIT] /java-parent-project-v3/trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Jul 9 16:17:54 EDT 2014
Author: scantor
Date: Wed Jul 9 16:17:54 2014
New Revision: 275
URL: http://svn.shibboleth.net/view/java-parent-projects?rev=275&view=rev
Log:
Add bcpkix package, this is where the BC PEM routines ended up.
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=275&r1=274&r2=275&view=diff
==============================================================================
--- java-parent-project-v3/trunk/pom.xml (original)
+++ java-parent-project-v3/trunk/pom.xml Wed Jul 9 16:17:54 2014
@@ -272,6 +272,11 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
+ <version>1.50</version>
+ </dependency>
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
<version>1.50</version>
</dependency>
<dependency>
More information about the commits
mailing list