]> source.dussan.org Git - archiva.git/commitdiff
Adding missing slf4j test scope dep
authorJoakim Erdfelt <joakime@apache.org>
Sun, 16 Mar 2008 00:49:43 +0000 (00:49 +0000)
committerJoakim Erdfelt <joakime@apache.org>
Sun, 16 Mar 2008 00:49:43 +0000 (00:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@637497 13f79535-47bb-0310-9956-ffa450edef68

archiva-base/archiva-common/pom.xml

index ff8a9c5ebd8f262406806b287bb8fbb51a4b5e60..e3e3ea196048159e9fc1a407f5d0421abf029f81 100644 (file)
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-component-api</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-slf4j-logging</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-spring</artifactId>
       <version>1.6.1</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <build>
     <plugins>