diff options
Diffstat (limited to 'archiva-jetty')
-rw-r--r-- | archiva-jetty/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml index 6b08e2aec..da5656a68 100644 --- a/archiva-jetty/pom.xml +++ b/archiva-jetty/pom.xml @@ -86,6 +86,11 @@ <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> |