mirror of https://github.com/apache/archiva.git
dependency needed
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1556445 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
91e5cffb20
commit
9528f9580d
|
@ -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…
Reference in New Issue