[java-identity-provider COMMIT] /trunk/idp-attribute-cli/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Apr 18 23:05:31 EDT 2013
Author: scantor
Date: Thu Apr 18 23:05:30 2013
New Revision: 4415
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4415&view=rev
Log:
Fix dependencies for build.
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=4415&r1=4414&r2=4415&view=diff
==============================================================================
--- trunk/idp-attribute-cli/pom.xml (original)
+++ trunk/idp-attribute-cli/pom.xml Thu Apr 18 23:05:30 2013
@@ -17,27 +17,33 @@
<dependencies>
<!-- Compile Dependencies -->
-
- <!-- Provided Dependencies -->
-
- <!-- Runtime Dependencies -->
-
- <!-- Test Dependencies -->
-
- <!-- Managed Dependencies -->
<dependency>
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
+ <groupId>${opensaml.groupId}</groupId>
+ <artifactId>opensaml-profile-api</artifactId>
+ <version>${opensaml.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-webflow</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>net.shibboleth.ext</groupId>
+ <artifactId>spring-extensions</artifactId>
+ <version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
</dependency>
+
+ <!-- Provided Dependencies -->
+
+ <!-- Runtime Dependencies -->
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
@@ -49,6 +55,10 @@
<version>3.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
+
+ <!-- Test Dependencies -->
+
+ <!-- Managed Dependencies -->
</dependencies>
</project>
More information about the commits
mailing list