[java-identity-provider COMMIT] /trunk/idp-attribute-filter-spring/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jun 16 11:59:59 EDT 2014
Author: rdw
Date: Mon Jun 16 11:59:59 2014
New Revision: 6093
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6093&view=rev
Log:
Missed dependency.
Modified:
trunk/idp-attribute-filter-spring/pom.xml
Modified: trunk/idp-attribute-filter-spring/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-spring/pom.xml?rev=6093&r1=6092&r2=6093&view=diff
==============================================================================
--- trunk/idp-attribute-filter-spring/pom.xml (original)
+++ trunk/idp-attribute-filter-spring/pom.xml Mon Jun 16 11:59:59 2014
@@ -36,6 +36,11 @@
<groupId>${project.groupId}</groupId>
<artifactId>idp-attribute-filter-impl</artifactId>
<version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${opensaml.groupId}</groupId>
+ <artifactId>opensaml-saml-api</artifactId>
+ <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
More information about the commits
mailing list