summaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webdav/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2009-03-14 02:33:57 +0000
committerBrett Porter <brett@apache.org>2009-03-14 02:33:57 +0000
commit537ff689e7e39ce7ca4d9f0b94abcece5ee7c569 (patch)
treed905efd2f35bab56d08c436288943c77820b63e2 /archiva-modules/archiva-web/archiva-webdav/pom.xml
parentb24700028788de56ab0367f1c2379f0b695e4c0f (diff)
downloadarchiva-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-web/archiva-webdav/pom.xml')
-rw-r--r--archiva-modules/archiva-web/archiva-webdav/pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/archiva-modules/archiva-web/archiva-webdav/pom.xml b/archiva-modules/archiva-web/archiva-webdav/pom.xml
index 2a825f08a..c9548b53a 100644
--- a/archiva-modules/archiva-web/archiva-webdav/pom.xml
+++ b/archiva-modules/archiva-web/archiva-webdav/pom.xml
@@ -109,8 +109,8 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-slf4j-logging</artifactId>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
<dependency>
@@ -129,5 +129,10 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>httpunit</groupId>
+ <artifactId>httpunit</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>