You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ju...@apache.org on 2010/04/14 15:31:18 UTC

svn commit: r933944 - /lucene/tika/trunk/tika-app/pom.xml

Author: jukka
Date: Wed Apr 14 13:31:18 2010
New Revision: 933944

URL: http://svn.apache.org/viewvc?rev=933944&view=rev
Log:
TIKA-400: netCDF Tika Parser

NetCDF uses SLF4J for logging, so we should make it available in tika-app

Modified:
    lucene/tika/trunk/tika-app/pom.xml

Modified: lucene/tika/trunk/tika-app/pom.xml
URL: http://svn.apache.org/viewvc/lucene/tika/trunk/tika-app/pom.xml?rev=933944&r1=933943&r2=933944&view=diff
==============================================================================
--- lucene/tika/trunk/tika-app/pom.xml (original)
+++ lucene/tika/trunk/tika-app/pom.xml Wed Apr 14 13:31:18 2010
@@ -41,6 +41,11 @@
       <version>${project.version}</version>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <version>1.5.6</version>
+    </dependency>
   </dependencies>
 
   <build>