diff options
Diffstat (limited to 'archiva-jetty/pom.xml')
-rw-r--r-- | archiva-jetty/pom.xml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml index 6cf732a6b..b5c29d77d 100644 --- a/archiva-jetty/pom.xml +++ b/archiva-jetty/pom.xml @@ -102,13 +102,8 @@ <scope>runtime</scope> </dependency> <dependency> - <groupId>commons-dbcp</groupId> - <artifactId>commons-dbcp</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>commons-pool</groupId> - <artifactId>commons-pool</artifactId> + <groupId>org.apache.tomcat</groupId> + <artifactId>tomcat-jdbc</artifactId> <scope>runtime</scope> </dependency> </dependencies> |