[java-identity-provider COMMIT] /trunk/idp-installer/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sat Aug 30 04:41:45 EDT 2014
Author: rdw
Date: Sat Aug 30 04:41:45 2014
New Revision: 6488
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6488&view=rev
Log:
Missed the pom (again)
Modified:
trunk/idp-installer/pom.xml
Modified: trunk/idp-installer/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-installer/pom.xml?rev=6488&r1=6487&r2=6488&view=diff
==============================================================================
--- trunk/idp-installer/pom.xml (original)
+++ trunk/idp-installer/pom.xml Sat Aug 30 04:41:45 2014
@@ -17,6 +17,18 @@
<dependencies>
<!-- Compile Dependencies -->
+ <dependency>
+ <groupId>net.shibboleth.utilities</groupId>
+ <artifactId>java-support</artifactId>
+ <version>${java-support.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.9.4</version>
+ </dependency>
+
<!-- Provided Dependencies -->
More information about the commits
mailing list