diff options
author | Brett Porter <brett@apache.org> | 2009-03-14 02:33:57 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2009-03-14 02:33:57 +0000 |
commit | 537ff689e7e39ce7ca4d9f0b94abcece5ee7c569 (patch) | |
tree | d905efd2f35bab56d08c436288943c77820b63e2 /archiva-modules/archiva-base/archiva-checksum | |
parent | b24700028788de56ab0367f1c2379f0b695e4c0f (diff) | |
download | archiva-537ff689e7e39ce7ca4d9f0b94abcece5ee7c569.tar.gz archiva-537ff689e7e39ce7ca4d9f0b94abcece5ee7c569.zip |
[MRM-1140] centralise logging through slf4j
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@753590 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-base/archiva-checksum')
-rw-r--r-- | archiva-modules/archiva-base/archiva-checksum/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archiva-modules/archiva-base/archiva-checksum/pom.xml b/archiva-modules/archiva-base/archiva-checksum/pom.xml index 0764fcc12..2973a6170 100644 --- a/archiva-modules/archiva-base/archiva-checksum/pom.xml +++ b/archiva-modules/archiva-base/archiva-checksum/pom.xml @@ -44,6 +44,11 @@ <artifactId>slf4j-api</artifactId> </dependency> <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-simple</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> </dependency> |