[java-identity-provider COMMIT] in /trunk: idp-conf/pom.xml idp-war/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jul 21 18:50:37 EDT 2014
Author: tzeller
Date: Mon Jul 21 18:50:36 2014
New Revision: 6326
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6326&view=rev
Log:
Fix failing integration test by adding idp-ui as a dependency to idp-war (so it is included in the war) and to idp-conf for ease of use with the Spring Tool Suite.
Modified:
trunk/idp-conf/pom.xml
trunk/idp-war/pom.xml
Modified: trunk/idp-conf/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/pom.xml?rev=6326&r1=6325&r2=6326&view=diff
==============================================================================
Binary files - no diff available.
Modified: trunk/idp-war/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-war/pom.xml?rev=6326&r1=6325&r2=6326&view=diff
==============================================================================
--- trunk/idp-war/pom.xml (original)
+++ trunk/idp-war/pom.xml Mon Jul 21 18:50:36 2014
@@ -111,6 +111,11 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>idp-session-impl</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>idp-ui</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
More information about the commits
mailing list