[utilities COMMIT] in /java-support/trunk: pom.xml src/main/java/net/shibboleth/utilities/java/support/security/SelfS...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Jul 9 21:01:44 EDT 2014
Author: scantor
Date: Wed Jul 9 21:01:43 2014
New Revision: 618
URL: http://svn.shibboleth.net/view/utilities?rev=618&view=rev
Log:
IDP-410: working tool to generate keypairs
Added:
java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/security/SelfSignedCertificateGenerator.java (with props)
Modified:
java-support/trunk/pom.xml
Modified: java-support/trunk/pom.xml
URL: http://svn.shibboleth.net/view/utilities/java-support/trunk/pom.xml?rev=618&r1=617&r2=618&view=diff
==============================================================================
--- java-support/trunk/pom.xml (original)
+++ java-support/trunk/pom.xml Wed Jul 9 21:01:43 2014
@@ -52,6 +52,13 @@
<artifactId>guava</artifactId>
</dependency>
+ <dependency>
+ <!-- Required if using classes with command line support. -->
+ <groupId>com.beust</groupId>
+ <artifactId>jcommander</artifactId>
+ <optional>true</optional>
+ </dependency>
+
<!-- OPTIONAL Compile Dependencies -->
<dependency>
<!-- Required if you're using classes from the logging package. -->
@@ -91,6 +98,12 @@
<artifactId>bcprov-jdk15on</artifactId>
<optional>true</optional>
</dependency>
+ <dependency>
+ <!-- Required if you're using classes from the security package. -->
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
+ <optional>true</optional>
+ </dependency>
<!-- Provided Dependencies -->
<dependency>
More information about the commits
mailing list