[java-identity-provider COMMIT] /trunk/idp-profile-impl/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Feb 19 22:02:10 EST 2014
Author: scantor
Date: Wed Feb 19 22:02:10 2014
New Revision: 5410
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5410&view=rev
Log:
Remove saml-api dependency.
Modified:
trunk/idp-profile-impl/pom.xml
Modified: trunk/idp-profile-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-impl/pom.xml?rev=5410&r1=5409&r2=5410&view=diff
==============================================================================
--- trunk/idp-profile-impl/pom.xml (original)
+++ trunk/idp-profile-impl/pom.xml Wed Feb 19 22:02:10 2014
@@ -48,13 +48,7 @@
<artifactId>idp-authn-api</artifactId>
<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-profile-api</artifactId>
More information about the commits
mailing list