diff options
author | Brett Porter <brett@apache.org> | 2008-05-28 05:55:10 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2008-05-28 05:55:10 +0000 |
commit | 9642c99645defa5262c671e5bd5a019b85b22099 (patch) | |
tree | 6d8f2d228eddb59d0cd8b9abe2642520e9e8499c | |
parent | 9e78c394824e5c3053767e0527ab578951b2015b (diff) | |
download | archiva-9642c99645defa5262c671e5bd5a019b85b22099.tar.gz archiva-9642c99645defa5262c671e5bd5a019b85b22099.zip |
add required logging framework
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/moved-repo-servlet@660821 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | archiva-modules/archiva-web/archiva-webdav/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webdav/pom.xml b/archiva-modules/archiva-web/archiva-webdav/pom.xml index 6763a8867..3483c85ba 100644 --- a/archiva-modules/archiva-web/archiva-webdav/pom.xml +++ b/archiva-modules/archiva-web/archiva-webdav/pom.xml @@ -157,6 +157,17 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-slf4j-logging</artifactId> + <scope>test</scope> + <exclusions> + <exclusion> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-container-default</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <!-- Required by it.could classes --> |