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/05/20 15:41:13 UTC

svn commit: r946632 - /tika/trunk/tika-app/pom.xml

Author: jukka
Date: Thu May 20 13:41:13 2010
New Revision: 946632

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

The log4j dependency should be provided to be included in the tika-app jar.

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

Modified: tika/trunk/tika-app/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-app/pom.xml?rev=946632&r1=946631&r2=946632&view=diff
==============================================================================
--- tika/trunk/tika-app/pom.xml (original)
+++ tika/trunk/tika-app/pom.xml Thu May 20 13:41:13 2010
@@ -45,6 +45,7 @@
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>
       <version>1.5.6</version>
+      <scope>provided</scope>
     </dependency>
   </dependencies>