diff options
Diffstat (limited to 'archiva-jetty/pom.xml')
-rw-r--r-- | archiva-jetty/pom.xml | 16 |
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> |