diff options
author | Brett Porter <brett@apache.org> | 2009-07-16 07:45:17 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2009-07-16 07:45:17 +0000 |
commit | a73f0ccf31fcf1d0cf0b79cbd873c446325bcf58 (patch) | |
tree | 21f3eb9a74879663214bd725a492961e8f188ea1 /archiva-cli | |
parent | 90f6791b4ce7ea0eb5f2c8da0d867f79cd30977e (diff) | |
download | archiva-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.xml | 2 |
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> |