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

noreply at shibboleth.net noreply at shibboleth.net
Thu Mar 13 13:05:18 EDT 2014


Author: scantor
Date: Thu Mar 13 13:05:18 2014
New Revision: 168

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=168&view=rev
Log:
Fix failing tests for now by depending on profile-spring where security schema lives.

Modified:
    trunk/pom.xml

Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/pom.xml?rev=168&r1=167&r2=168&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Thu Mar 13 13:05:18 2014
@@ -53,6 +53,12 @@
         <dependency>
             <groupId>${idp.groupId}</groupId>
             <artifactId>idp-profile-impl</artifactId>
+            <version>${idp.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>${idp.groupId}</groupId>
+            <artifactId>idp-profile-spring</artifactId>
             <version>${idp.version}</version>
         </dependency>
 



More information about the commits mailing list