diff options
author | Brett Porter <brett@apache.org> | 2008-08-07 05:57:37 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2008-08-07 05:57:37 +0000 |
commit | 0f2ba3d9080ac44c94398f6a863392e0fe060dd7 (patch) | |
tree | 031974123ff17fd76a5d81206aa1d3547aa4cb5d /archiva-cli | |
parent | 6bd15becff5bd48e1c96cde701d54bc68a2b18d6 (diff) | |
download | archiva-0f2ba3d9080ac44c94398f6a863392e0fe060dd7.tar.gz archiva-0f2ba3d9080ac44c94398f6a863392e0fe060dd7.zip |
add required JAR for CLI execution
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@683519 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-cli')
-rw-r--r-- | archiva-cli/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml index 1e0dc088c..70f20a3ce 100644 --- a/archiva-cli/pom.xml +++ b/archiva-cli/pom.xml @@ -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> |