[java-identity-provider COMMIT] /trunk/idp-attribute-filter-spring/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jun 16 13:16:46 EDT 2014
Author: rdw
Date: Mon Jun 16 13:16:45 2014
New Revision: 6094
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6094&view=rev
Log:
Remove extra & confusing 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=6094&r1=6093&r2=6094&view=diff
==============================================================================
--- trunk/idp-attribute-filter-spring/pom.xml (original)
+++ trunk/idp-attribute-filter-spring/pom.xml Mon Jun 16 13:16:45 2014
@@ -37,11 +37,13 @@
<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>
<artifactId>idp-saml-impl</artifactId>
@@ -113,12 +115,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-saml-api</artifactId>
- <version>${opensaml.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>${project.groupId}</groupId>
<artifactId>idp-saml-impl</artifactId>
<version>${project.version}</version>
More information about the commits
mailing list