diff options
author | Olivier Lamy <olamy@apache.org> | 2014-01-08 05:33:24 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2014-01-08 05:33:24 +0000 |
commit | 9528f9580d9c98c85ed651fea25ca0131c95ee6f (patch) | |
tree | 9d8077f8ebfe789023f4cb0bfca4c3de1a21e0aa /archiva-jetty | |
parent | 91e5cffb20bef4c30b2a662ba8e73cf70345e660 (diff) | |
download | archiva-9528f9580d9c98c85ed651fea25ca0131c95ee6f.tar.gz archiva-9528f9580d9c98c85ed651fea25ca0131c95ee6f.zip |
dependency needed
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1556445 13f79535-47bb-0310-9956-ffa450edef68
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> |