[PATCH] Remove unused dependency
Wald Commits
scm-commit at wald.intevation.org
Tue Aug 25 19:52:52 CEST 2015
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1440525153 -7200
# Node ID 8f3a1ff48f7278ad1036c0abe6f9ea3c31b344fb
# Parent ef0ec2498dd0b2db8b884383133124bd16d39a82
Remove unused dependency.
diff -r ef0ec2498dd0 -r 8f3a1ff48f72 artifacts/pom-oracle.xml
--- a/artifacts/pom-oracle.xml Thu Aug 20 19:14:56 2015 +0200
+++ b/artifacts/pom-oracle.xml Tue Aug 25 19:52:33 2015 +0200
@@ -113,11 +113,6 @@
<version>1.3.158</version>
</dependency>
<dependency>
- <groupId>commons-dbcp</groupId>
- <artifactId>commons-dbcp</artifactId>
- <version>1.4</version>
- </dependency>
- <dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
diff -r ef0ec2498dd0 -r 8f3a1ff48f72 artifacts/pom.xml
--- a/artifacts/pom.xml Thu Aug 20 19:14:56 2015 +0200
+++ b/artifacts/pom.xml Tue Aug 25 19:52:33 2015 +0200
@@ -113,11 +113,6 @@
<version>1.3.158</version>
</dependency>
<dependency>
- <groupId>commons-dbcp</groupId>
- <artifactId>commons-dbcp</artifactId>
- <version>1.4</version>
- </dependency>
- <dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
More information about the Dive4Elements-commits
mailing list