dependency needed

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1556445 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2014-01-08 05:33:24 +00:00
parent 91e5cffb20
commit 9528f9580d
1 changed files with 5 additions and 0 deletions

View File

@ -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>