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:
Brett Porter 2008-08-07 05:57:37 +00:00
parent 6bd15becff
commit 0f2ba3d908
1 changed files with 4 additions and 0 deletions

View File

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