]> source.dussan.org Git - archiva.git/commitdiff
Adjusting scope of slf4j to allow compile on windows.
authorJoakim Erdfelt <joakime@apache.org>
Thu, 26 Apr 2007 17:50:20 +0000 (17:50 +0000)
committerJoakim Erdfelt <joakime@apache.org>
Thu, 26 Apr 2007 17:50:20 +0000 (17:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@532824 13f79535-47bb-0310-9956-ffa450edef68

archiva-base/archiva-repository-layer/pom.xml

index e1611a83dc232cd625f66d8a971f181ca1bd82a9..e5e962a73cd12d4ad4c4ddfc11caa90d9c0c3d06 100644 (file)
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-container-default</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.codehaus.plexus.cache</groupId>
       <artifactId>plexus-cache-api</artifactId>
       <version>1.0-alpha-2-SNAPSHOT</version>
       <scope>compile</scope>
     </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>xmlunit</groupId>
       <artifactId>xmlunit</artifactId>