diff options
Diffstat (limited to 'archiva-cli/pom.xml')
-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> |