Browse Source

dependency needed

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1556445 13f79535-47bb-0310-9956-ffa450edef68
tags/archiva-2.0.0-RC1
Olivier Lamy 10 years ago
parent
commit
9528f9580d
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      archiva-jetty/pom.xml

+ 5
- 0
archiva-jetty/pom.xml 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>

Loading…
Cancel
Save