You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2008/05/28 07:55:11 UTC

svn commit: r660821 - /archiva/branches/moved-repo-servlet/archiva-modules/archiva-web/archiva-webdav/pom.xml

Author: brett
Date: Tue May 27 22:55:10 2008
New Revision: 660821

URL: http://svn.apache.org/viewvc?rev=660821&view=rev
Log:
add required logging framework

Modified:
    archiva/branches/moved-repo-servlet/archiva-modules/archiva-web/archiva-webdav/pom.xml

Modified: archiva/branches/moved-repo-servlet/archiva-modules/archiva-web/archiva-webdav/pom.xml
URL: http://svn.apache.org/viewvc/archiva/branches/moved-repo-servlet/archiva-modules/archiva-web/archiva-webdav/pom.xml?rev=660821&r1=660820&r2=660821&view=diff
==============================================================================
--- archiva/branches/moved-repo-servlet/archiva-modules/archiva-web/archiva-webdav/pom.xml (original)
+++ archiva/branches/moved-repo-servlet/archiva-modules/archiva-web/archiva-webdav/pom.xml Tue May 27 22:55:10 2008
@@ -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 -->