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

noreply at shibboleth.net noreply at shibboleth.net
Fri Nov 16 11:14:13 EST 2012


Author: tzeller
Date: Fri Nov 16 11:14:13 2012
New Revision: 4238

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4238&view=rev
Log:
Test for filter attributes action, IDP-116.

Modified:
    trunk/idp-profile-impl/pom.xml

Modified: trunk/idp-profile-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-impl/pom.xml?rev=4238&r1=4237&r2=4238&view=diff
==============================================================================
--- trunk/idp-profile-impl/pom.xml (original)
+++ trunk/idp-profile-impl/pom.xml Fri Nov 16 11:14:13 2012
@@ -42,7 +42,14 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
-        
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>idp-attribute-filter-api</artifactId>
+            <version>${project.version}</version>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+
     </dependencies>
 
 </project>



More information about the commits mailing list