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

noreply at shibboleth.net noreply at shibboleth.net
Fri Nov 7 04:42:56 EST 2014


Author: rdw
Date: Fri Nov  7 04:42:56 2014
New Revision: 6859

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6859&view=rev
Log:
IDP-251 Add cas jar files to distribution

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=6859&r1=6858&r2=6859&view=diff
==============================================================================
--- trunk/idp-war/pom.xml (original)
+++ trunk/idp-war/pom.xml Fri Nov  7 04:42:56 2014
@@ -71,6 +71,16 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>idp-consent</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>idp-cas-api</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>idp-cas-impl</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>



More information about the commits mailing list