[java-identity-provider COMMIT] in /trunk/idp-consent: pom.xml src/test/java/net/shibboleth/idp/consent/logic/Attribu...

noreply at shibboleth.net noreply at shibboleth.net
Thu Mar 12 05:41:57 EDT 2015


Author: rdw
Date: Thu Mar 12 05:41:57 2015
New Revision: 7406

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7406&view=rev
Log:
IDP-635 preliminary test

Added:
    trunk/idp-consent/src/test/java/net/shibboleth/idp/consent/logic/AttributeDisplayNameFunctionTest.java   (with props)
Modified:
    trunk/idp-consent/pom.xml

Modified: trunk/idp-consent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-consent/pom.xml?rev=7406&r1=7405&r2=7406&view=diff
==============================================================================
--- trunk/idp-consent/pom.xml (original)
+++ trunk/idp-consent/pom.xml Thu Mar 12 05:41:57 2015
@@ -61,6 +61,12 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
+            <artifactId>idp-saml-impl</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
             <artifactId>idp-profile-impl</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>



More information about the commits mailing list