[java-identity-provider COMMIT] /trunk/idp-war/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Oct 22 15:22:34 EDT 2014


Author: tzeller
Date: Wed Oct 22 15:22:34 2014
New Revision: 6772

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6772&view=rev
Log:
Add idp-consent module to idp-war POM for inclusion in the 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=6772&r1=6771&r2=6772&view=diff
==============================================================================
--- trunk/idp-war/pom.xml (original)
+++ trunk/idp-war/pom.xml Wed Oct 22 15:22:34 2014
@@ -66,6 +66,11 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>idp-authn-impl</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>idp-consent</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>



More information about the commits mailing list