You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ss...@apache.org on 2013/03/11 16:07:06 UTC

svn commit: r1455169 - /mahout/trunk/examples/pom.xml

Author: ssc
Date: Mon Mar 11 15:07:05 2013
New Revision: 1455169

URL: http://svn.apache.org/r1455169
Log:
MAHOUT-1111 Logging bindings not working in current trunk as of github 2012-November-9 18:41

Modified:
    mahout/trunk/examples/pom.xml

Modified: mahout/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/examples/pom.xml?rev=1455169&r1=1455168&r2=1455169&view=diff
==============================================================================
--- mahout/trunk/examples/pom.xml (original)
+++ mahout/trunk/examples/pom.xml Mon Mar 11 15:07:05 2013
@@ -164,6 +164,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-jcl</artifactId>
+      <scope>runtime</scope>
     </dependency>
 
   </dependencies>