[java-identity-provider COMMIT] /trunk/idp-attribute-filter-impl/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Mar 18 13:23:49 EDT 2013
Author: rdw
Date: Mon Mar 18 13:23:49 2013
New Revision: 4345
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4345&view=rev
Log:
Dammit I missed this in r4344
Modified:
trunk/idp-attribute-filter-impl/pom.xml
Modified: trunk/idp-attribute-filter-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-impl/pom.xml?rev=4345&r1=4344&r2=4345&view=diff
==============================================================================
--- trunk/idp-attribute-filter-impl/pom.xml (original)
+++ trunk/idp-attribute-filter-impl/pom.xml Mon Mar 18 13:23:49 2013
@@ -49,6 +49,13 @@
<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>
</project>
More information about the commits
mailing list