[java-identity-provider COMMIT] /trunk/idp-parent/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Oct 2 15:49:58 EDT 2014
Author: tzeller
Date: Thu Oct 2 15:49:58 2014
New Revision: 6613
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6613&view=rev
Log:
Add idp-consent module to idp-parent POM, remove previous TOU and consent modules.
Modified:
trunk/idp-parent/pom.xml
Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=6613&r1=6612&r2=6613&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml (original)
+++ trunk/idp-parent/pom.xml Thu Oct 2 15:49:58 2014
@@ -32,8 +32,6 @@
<module>../idp-attribute-resolver-api</module>
<module>../idp-attribute-filter-api</module>
<!-- <module>../idp-metadata-api</module> -->
- <module>../idp-consent-api</module>
- <module>../idp-tou-api</module>
<module>../idp-profile-api</module>
<module>../idp-saml-api</module>
<module>../idp-session-api</module>
@@ -42,8 +40,6 @@
<module>../idp-attribute-impl</module>
<module>../idp-attribute-resolver-impl</module>
<module>../idp-attribute-filter-impl</module>
- <module>../idp-consent-impl</module>
- <module>../idp-tou-impl</module>
<module>../idp-profile-impl</module>
<module>../idp-profile-spring</module>
<module>../idp-saml-impl</module>
@@ -52,6 +48,7 @@
<module>../idp-attribute-resolver-spring</module>
<module>../idp-attribute-filter-spring</module>
+ <module>../idp-consent</module>
<module>../idp-war</module>
<module>../idp-installer</module>
<module>../idp-conf</module>
More information about the commits
mailing list