You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2010/11/23 16:42:54 UTC

svn commit: r1038169 - /jackrabbit/trunk/jackrabbit-core/pom.xml

Author: jukka
Date: Tue Nov 23 15:42:53 2010
New Revision: 1038169

URL: http://svn.apache.org/viewvc?rev=1038169&view=rev
Log:
JCR-2817: Upgrade to Tika 0.8

Exclude the transitive netcdf depedency that messes with the slf4j configuration.

Modified:
    jackrabbit/trunk/jackrabbit-core/pom.xml

Modified: jackrabbit/trunk/jackrabbit-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/pom.xml?rev=1038169&r1=1038168&r2=1038169&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-core/pom.xml Tue Nov 23 15:42:53 2010
@@ -224,6 +224,10 @@ org.apache.jackrabbit.test.api.Shareable
       <artifactId>tika-parsers</artifactId>
       <exclusions>
         <exclusion>
+          <groupId>edu.ucar</groupId>
+          <artifactId>netcdf</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>commons-logging</groupId>
           <artifactId>commons-logging</artifactId>
         </exclusion>