mirror of https://github.com/apache/archiva.git
add required JAR for CLI execution
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@683519 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6bd15becff
commit
0f2ba3d908
|
@ -64,6 +64,10 @@
|
|||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-spring</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>jcl104-over-slf4j</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
Loading…
Reference in New Issue