]> source.dussan.org Git - archiva.git/commitdiff
add required JAR for CLI execution
authorBrett Porter <brett@apache.org>
Thu, 7 Aug 2008 05:57:37 +0000 (05:57 +0000)
committerBrett Porter <brett@apache.org>
Thu, 7 Aug 2008 05:57:37 +0000 (05:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@683519 13f79535-47bb-0310-9956-ffa450edef68

archiva-cli/pom.xml

index 1e0dc088c021666035acfd5c961089140a4e0c3e..70f20a3ce9c5ab3b806a1b5a158320453a550e4b 100644 (file)
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-spring</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl104-over-slf4j</artifactId>
+    </dependency>
   </dependencies>
   <build>
     <plugins>