aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-jetty/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-09-24 16:12:25 +0000
committerOlivier Lamy <olamy@apache.org>2012-09-24 16:12:25 +0000
commit54355035ecc6430875a003fbd6c3b299c0d7d089 (patch)
tree8f894e39ed4dbe3da71d641e24a988b03969dddd /archiva-jetty/pom.xml
parent54a9e3e843d09efc45108966bf400d705e4f4238 (diff)
downloadarchiva-54355035ecc6430875a003fbd6c3b299c0d7d089.tar.gz
archiva-54355035ecc6430875a003fbd6c3b299c0d7d089.zip
[MRM-1676] use tomcat-jdbc for connection pooling in embeded distrib.
for legacy webapp too. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1389468 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-jetty/pom.xml')
-rw-r--r--archiva-jetty/pom.xml9
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>