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 2011/11/08 12:57:11 UTC

svn commit: r1199208 - /jackrabbit/trunk/jackrabbit-parent/pom.xml

Author: jukka
Date: Tue Nov  8 11:57:11 2011
New Revision: 1199208

URL: http://svn.apache.org/viewvc?rev=1199208&view=rev
Log:
JCR-3141: Upgrade to Tika 1.0

Adjust exclusion rules to match the split Mime4J library

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

Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=1199208&r1=1199207&r2=1199208&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Tue Nov  8 11:57:11 2011
@@ -390,7 +390,11 @@
           <!-- typically only needed by a file-based email system.   -->
           <exclusion>
             <groupId>org.apache.james</groupId>
-            <artifactId>apache-mime4j</artifactId>
+            <artifactId>apache-mime4j-core</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.apache.james</groupId>
+            <artifactId>apache-mime4j-dom</artifactId>
           </exclusion>
           <!-- Exclude the Commons Compress library as we don't want -->
           <!-- to parse compressed archives like zips by default.    -->