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

noreply at shibboleth.net noreply at shibboleth.net
Sat Dec 14 08:37:58 EST 2013


Author: iay
Date: Sat Dec 14 08:37:57 2013
New Revision: 5025

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5025&view=rev
Log:
Remove duplicated dependency.

Modified:
    trunk/idp-attribute-resolver-impl/pom.xml

Modified: trunk/idp-attribute-resolver-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-impl/pom.xml?rev=5025&r1=5024&r2=5025&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-impl/pom.xml (original)
+++ trunk/idp-attribute-resolver-impl/pom.xml Sat Dec 14 08:37:57 2013
@@ -31,11 +31,6 @@
         <dependency>
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-core</artifactId>
-            <version>${opensaml.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${opensaml.groupId}</groupId>
-            <artifactId>opensaml-saml-api</artifactId>
             <version>${opensaml.version}</version>
         </dependency>
         <dependency>



More information about the commits mailing list