aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-jetty/pom.xml
diff options
context:
space:
mode:
authorolivier lamy <olamy@apache.org>2017-06-20 21:49:28 +1000
committerolivier lamy <olamy@apache.org>2017-06-20 21:49:28 +1000
commit8d3f82a479b6eb2bf709b1831351e20309735683 (patch)
tree9519d87a2f1b20e5b66c007c6ec710819d7ee969 /archiva-jetty/pom.xml
parentc6d882dfdc373010380f6aff3c36cc6404b2e942 (diff)
downloadarchiva-8d3f82a479b6eb2bf709b1831351e20309735683.tar.gz
archiva-8d3f82a479b6eb2bf709b1831351e20309735683.zip
[MRM-1956] Replace tomcat-jdbc pool with HikariCP
Signed-off-by: olivier lamy <olamy@apache.org>
Diffstat (limited to 'archiva-jetty/pom.xml')
-rw-r--r--archiva-jetty/pom.xml16
1 files changed, 5 insertions, 11 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml
index 33b00489c..36b95ae92 100644
--- a/archiva-jetty/pom.xml
+++ b/archiva-jetty/pom.xml
@@ -65,7 +65,11 @@
<version>${jettyVersion}</version>
<scope>runtime</scope>
</dependency>
-
+ <dependency>
+ <groupId>com.zaxxer</groupId>
+ <artifactId>HikariCP</artifactId>
+ <scope>runtime</scope>
+ </dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
@@ -81,16 +85,6 @@
<artifactId>ant</artifactId>
<scope>runtime</scope>
</dependency>
- <dependency>
- <groupId>org.apache.tomcat</groupId>
- <artifactId>tomcat-jdbc</artifactId>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.tomcat</groupId>
- <artifactId>tomcat-juli</artifactId>
- <scope>runtime</scope>
- </dependency>
</dependencies>
<build>
<plugins>