[java-identity-provider COMMIT] /trunk/idp-war/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon May 19 10:18:12 EDT 2014
Author: tzeller
Date: Mon May 19 10:18:12 2014
New Revision: 5955
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5955&view=rev
Log:
Remove idp-conf as a dependency from idp-war so that it will not be copied to WEB-INF/lib.
Modified:
trunk/idp-war/pom.xml
Modified: trunk/idp-war/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-war/pom.xml?rev=5955&r1=5954&r2=5955&view=diff
==============================================================================
--- trunk/idp-war/pom.xml (original)
+++ trunk/idp-war/pom.xml Mon May 19 10:18:12 2014
@@ -66,11 +66,6 @@
<dependency>
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-authn-impl</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>net.shibboleth.idp</groupId>
- <artifactId>idp-conf</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
More information about the commits
mailing list