You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by wk...@apache.org on 2012/07/31 10:26:47 UTC

svn commit: r1367458 - /incubator/stanbol/trunk/enhancer/engines/langid/pom.xml

Author: wkasper
Date: Tue Jul 31 08:26:47 2012
New Revision: 1367458

URL: http://svn.apache.org/viewvc?rev=1367458&view=rev
Log:
Fixed slfj for test

Modified:
    incubator/stanbol/trunk/enhancer/engines/langid/pom.xml

Modified: incubator/stanbol/trunk/enhancer/engines/langid/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/langid/pom.xml?rev=1367458&r1=1367457&r2=1367458&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/langid/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/engines/langid/pom.xml Tue Jul 31 08:26:47 2012
@@ -123,6 +123,11 @@
       <artifactId>org.apache.stanbol.enhancer.core</artifactId>
       <version>0.10.0-incubating-SNAPSHOT</version>
       <scope>test</scope>
+    </dependency>    
+	<dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-simple</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>junit</groupId>