Author: olamy
Date: Thu Oct 13 20:06:07 2011
New Revision: 1183061

URL: http://svn.apache.org/viewvc?rev=1183061&view=rev
Log:
logback with scope test: folks can use other slf4j impls

Modified:
    incubator/directmemory/trunk/directmemory-cache/pom.xml

Modified: incubator/directmemory/trunk/directmemory-cache/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/directmemory/trunk/directmemory-cache/pom.xml?rev=1183061&r1=1183060&r2=1183061&view=diff
==============================================================================
--- incubator/directmemory/trunk/directmemory-cache/pom.xml (original)
+++ incubator/directmemory/trunk/directmemory-cache/pom.xml Thu Oct 13 20:06:07 
2011
@@ -156,13 +156,13 @@ under the License.
       <groupId>ch.qos.logback</groupId>
       <artifactId>logback-core</artifactId>
       <version>0.9.26</version>
-      <type>jar</type>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>ch.qos.logback</groupId>
       <artifactId>logback-classic</artifactId>
       <version>0.9.26</version>
-      <type>jar</type>
+      <scope>test</scope>
     </dependency>
   </dependencies>
 


Reply via email to