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

noreply at shibboleth.net noreply at shibboleth.net
Sun Jan 12 16:15:04 EST 2014


Author: scantor
Date: Sun Jan 12 16:15:04 2014
New Revision: 5184

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5184&view=rev
Log:
Move AttributeResolverImpl into impl module.

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=5184&r1=5183&r2=5184&view=diff
==============================================================================
--- trunk/idp-profile-impl/pom.xml (original)
+++ trunk/idp-profile-impl/pom.xml Sun Jan 12 16:15:04 2014
@@ -102,6 +102,12 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>idp-attribute-resolver-impl</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
 
     </dependencies>
 



More information about the commits mailing list