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

noreply at shibboleth.net noreply at shibboleth.net
Mon Mar 25 22:19:54 EDT 2013


Author: scantor
Date: Mon Mar 25 22:19:54 2013
New Revision: 4363

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4363&view=rev
Log:
Shell that loads a Spring config with logging, opensaml config, and a flow execution env.

Added:
    trunk/idp-attribute-cli/src/main/java/net/
    trunk/idp-attribute-cli/src/main/java/net/shibboleth/
    trunk/idp-attribute-cli/src/main/java/net/shibboleth/idp/
    trunk/idp-attribute-cli/src/main/java/net/shibboleth/idp/attribute/
    trunk/idp-attribute-cli/src/main/java/net/shibboleth/idp/attribute/cli/
    trunk/idp-attribute-cli/src/main/java/net/shibboleth/idp/attribute/cli/Main.java   (with props)
    trunk/idp-attribute-cli/src/main/java/net/shibboleth/idp/attribute/cli/OpensamlConfigBean.java   (with props)
    trunk/idp-attribute-cli/src/main/java/net/shibboleth/idp/attribute/cli/package-info.java   (with props)
    trunk/idp-attribute-cli/src/main/resources/conf/
    trunk/idp-attribute-cli/src/main/resources/conf/internal.xml   (with props)
    trunk/idp-attribute-cli/src/main/resources/conf/webflow-config.xml   (with props)
    trunk/idp-attribute-cli/src/main/resources/logging.xml   (with props)
Modified:
    trunk/idp-attribute-cli/pom.xml

Modified: trunk/idp-attribute-cli/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-cli/pom.xml?rev=4363&r1=4362&r2=4363&view=diff
==============================================================================
--- trunk/idp-attribute-cli/pom.xml (original)
+++ trunk/idp-attribute-cli/pom.xml Mon Mar 25 22:19:54 2013
@@ -25,6 +25,24 @@
         <!-- Test Dependencies -->
 
         <!-- Managed Dependencies -->
+        <dependency>
+            <groupId>net.shibboleth.idp</groupId>
+            <artifactId>idp-core</artifactId>
+            <version>3.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework.webflow</groupId>
+            <artifactId>spring-webflow</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.beust</groupId>
+            <artifactId>jcommander</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.velocity</groupId>
+            <artifactId>velocity</artifactId>
+            <scope>provided</scope>
+        </dependency>
     </dependencies>
     
 </project>



More information about the commits mailing list