You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sr...@apache.org on 2011/09/27 18:16:19 UTC

svn commit: r1176456 - in /mahout/trunk: integration/pom.xml pom.xml

Author: srowen
Date: Tue Sep 27 16:16:18 2011
New Revision: 1176456

URL: http://svn.apache.org/viewvc?rev=1176456&view=rev
Log:
MAHOUT-820 ensure slf4j-jcl is test-only

Modified:
    mahout/trunk/integration/pom.xml
    mahout/trunk/pom.xml

Modified: mahout/trunk/integration/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/integration/pom.xml?rev=1176456&r1=1176455&r2=1176456&view=diff
==============================================================================
--- mahout/trunk/integration/pom.xml (original)
+++ mahout/trunk/integration/pom.xml Tue Sep 27 16:16:18 2011
@@ -177,6 +177,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-jcl</artifactId>
+      <scope>test</scope>
     </dependency>
 
     <dependency>

Modified: mahout/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1176456&r1=1176455&r2=1176456&view=diff
==============================================================================
--- mahout/trunk/pom.xml (original)
+++ mahout/trunk/pom.xml Tue Sep 27 16:16:18 2011
@@ -291,6 +291,7 @@
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-jcl</artifactId>
         <version>1.6.1</version>
+        <scope>test</scope>
       </dependency>
       
       <dependency>