summaryrefslogtreecommitdiffstats
path: root/archiva-cli
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2009-07-16 07:45:17 +0000
committerBrett Porter <brett@apache.org>2009-07-16 07:45:17 +0000
commita73f0ccf31fcf1d0cf0b79cbd873c446325bcf58 (patch)
tree21f3eb9a74879663214bd725a492961e8f188ea1 /archiva-cli
parent90f6791b4ce7ea0eb5f2c8da0d867f79cd30977e (diff)
downloadarchiva-a73f0ccf31fcf1d0cf0b79cbd873c446325bcf58.tar.gz
archiva-a73f0ccf31fcf1d0cf0b79cbd873c446325bcf58.zip
[MRM-1219] correct log4j configuration, consolidate logging APIs
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@794572 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-cli')
-rw-r--r--archiva-cli/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml
index 52aabde3a..78721811c 100644
--- a/archiva-cli/pom.xml
+++ b/archiva-cli/pom.xml
@@ -61,7 +61,7 @@
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
- <artifactId>jcl104-over-slf4j</artifactId>
+ <artifactId>jcl-over-slf4j</artifactId>
<scope>compile</scope>
</dependency>
<dependency>