[java-identity-provider COMMIT] in /trunk: idp-attribute-resolver-api/pom.xml idp-attribute-resolver-impl/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Jan 30 22:38:35 EST 2014
Author: scantor
Date: Thu Jan 30 22:38:34 2014
New Revision: 5283
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5283&view=rev
Log:
Remove some unneeded dependencies.
Modified:
trunk/idp-attribute-resolver-api/pom.xml
trunk/idp-attribute-resolver-impl/pom.xml
Modified: trunk/idp-attribute-resolver-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-api/pom.xml?rev=5283&r1=5282&r2=5283&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-api/pom.xml (original)
+++ trunk/idp-attribute-resolver-api/pom.xml Thu Jan 30 22:38:34 2014
@@ -30,12 +30,6 @@
</dependency>
<dependency>
- <groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-saml-api</artifactId>
- <version>${opensaml.version}</version>
- </dependency>
-
- <dependency>
<groupId>${spring.groupId}</groupId>
<artifactId>spring-beans</artifactId>
</dependency>
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=5283&r1=5282&r2=5283&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-impl/pom.xml (original)
+++ trunk/idp-attribute-resolver-impl/pom.xml Thu Jan 30 22:38:34 2014
@@ -28,19 +28,8 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-saml-api</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <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