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

noreply at shibboleth.net noreply at shibboleth.net
Fri Oct 3 15:49:54 EDT 2014


Author: tzeller
Date: Fri Oct  3 15:49:53 2014
New Revision: 6629

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6629&view=rev
Log:
Add CAS modules to idp-parent POM.

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=6629&r1=6628&r2=6629&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml (original)
+++ trunk/idp-parent/pom.xml Fri Oct  3 15:49:53 2014
@@ -31,7 +31,7 @@
         <module>../idp-attribute-api</module>
         <module>../idp-attribute-resolver-api</module>
         <module>../idp-attribute-filter-api</module>
-        <!--   <module>../idp-metadata-api</module> -->
+        <module>../idp-cas-api</module>
         <module>../idp-profile-api</module>
         <module>../idp-saml-api</module>
         <module>../idp-session-api</module>
@@ -40,6 +40,7 @@
         <module>../idp-attribute-impl</module>
         <module>../idp-attribute-resolver-impl</module>
         <module>../idp-attribute-filter-impl</module>
+        <module>../idp-cas-impl</module>
         <module>../idp-profile-impl</module>
         <module>../idp-profile-spring</module>
         <module>../idp-saml-impl</module>



More information about the commits mailing list