[java-idp-testbed COMMIT] /trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Sun Nov 2 16:47:18 EST 2014


Author: scantor
Date: Sun Nov  2 16:47:18 2014
New Revision: 289

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=289&view=rev
Log:
Pull in CAS classes so testbed runs.

Modified:
    trunk/pom.xml

Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/pom.xml?rev=289&r1=288&r2=289&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Sun Nov  2 16:47:18 2014
@@ -90,6 +90,12 @@
         <dependency>
             <groupId>${idp.groupId}</groupId>
             <artifactId>idp-session-impl</artifactId>
+            <version>${idp.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>${idp.groupId}</groupId>
+            <artifactId>idp-cas-impl</artifactId>
             <version>${idp.version}</version>
         </dependency>
 



More information about the commits mailing list