[java-identity-provider COMMIT] /trunk/idp-authn-impl/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Oct 14 16:11:44 EDT 2013
Author: scantor
Date: Mon Oct 14 16:11:44 2013
New Revision: 4859
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4859&view=rev
Log:
Remove session-api as dependency.
Modified:
trunk/idp-authn-impl/pom.xml
Modified: trunk/idp-authn-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/pom.xml?rev=4859&r1=4858&r2=4859&view=diff
==============================================================================
--- trunk/idp-authn-impl/pom.xml (original)
+++ trunk/idp-authn-impl/pom.xml Mon Oct 14 16:11:44 2013
@@ -20,11 +20,6 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>idp-authn-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-session-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
More information about the commits
mailing list