[java-identity-provider COMMIT] in /trunk: idp-core/pom.xml idp-core/src/main/java/net/shibboleth/idp/cli/ idp-core/s...

noreply at shibboleth.net noreply at shibboleth.net
Tue Sep 30 00:26:29 EDT 2014


Author: scantor
Date: Tue Sep 30 00:26:28 2014
New Revision: 6605

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6605&view=rev
Log:
IDP-244 - Prototype command line shell for resolvertest service.

Added:
    trunk/idp-core/src/main/java/net/shibboleth/idp/cli/
    trunk/idp-core/src/main/java/net/shibboleth/idp/cli/ResolverTest.java   (with props)
    trunk/idp-core/src/main/java/net/shibboleth/idp/cli/package-info.java   (with props)
Modified:
    trunk/idp-core/pom.xml
    trunk/idp-parent/pom.xml

Modified: trunk/idp-core/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-core/pom.xml?rev=6605&r1=6604&r2=6605&view=diff
==============================================================================
--- trunk/idp-core/pom.xml (original)
+++ trunk/idp-core/pom.xml Tue Sep 30 00:26:28 2014
@@ -21,6 +21,10 @@
         <dependency>
             <groupId>joda-time</groupId>
             <artifactId>joda-time</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.beust</groupId>
+            <artifactId>jcommander</artifactId>
         </dependency>
         <dependency>
             <groupId>${spring.groupId}</groupId>

Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=6605&r1=6604&r2=6605&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml (original)
+++ trunk/idp-parent/pom.xml Tue Sep 30 00:26:28 2014
@@ -52,7 +52,6 @@
         <module>../idp-attribute-resolver-spring</module>
         <module>../idp-attribute-filter-spring</module>
 
-        <module>../idp-attribute-cli</module>
         <module>../idp-war</module>
         <module>../idp-installer</module>
         <module>../idp-conf</module>



More information about the commits mailing list