[java-identity-provider COMMIT] /trunk/idp-parent/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Feb 27 22:18:59 EST 2015
Author: dfisher
Date: Fri Feb 27 22:18:58 2015
New Revision: 7391
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7391&view=rev
Log:
No compile time dependencies on commons-dbcp.
Modified:
trunk/idp-parent/pom.xml
Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=7391&r1=7390&r2=7391&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml (original)
+++ trunk/idp-parent/pom.xml Fri Feb 27 22:18:58 2015
@@ -149,11 +149,6 @@
<dependencies>
<!-- Compile Dependencies -->
<dependency>
- <groupId>commons-dbcp</groupId>
- <artifactId>commons-dbcp</artifactId>
- <version>1.4</version>
- </dependency>
- <dependency>
<groupId>net.shibboleth.ext</groupId>
<artifactId>spring-extensions</artifactId>
<version>${spring-extensions.version}</version>
More information about the commits
mailing list