[java-identity-provider COMMIT] /trunk/idp-war/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Aug 25 16:50:52 EDT 2016
Author: tzeller
Date: Thu Aug 25 16:50:51 2016
New Revision: 8352
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8352&view=rev
Log:
IDP-961 - Fix tests by adding new admin artifacts to WAR
Modified:
trunk/idp-war/pom.xml
Modified: trunk/idp-war/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-war/pom.xml?rev=8352&r1=8351&r2=8352&view=diff
==============================================================================
--- trunk/idp-war/pom.xml (original)
+++ trunk/idp-war/pom.xml Thu Aug 25 16:50:51 2016
@@ -19,6 +19,16 @@
<dependencies>
<!-- Compile Dependencies -->
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>idp-admin-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>idp-admin-impl</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>idp-attribute-api</artifactId>
More information about the commits
mailing list