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/19 18:34:40 UTC

svn commit: r935658 - /lucene/tika/trunk/tika-parsers/pom.xml

Author: jukka
Date: Mon Apr 19 16:34:40 2010
New Revision: 935658

URL: http://svn.apache.org/viewvc?rev=935658&view=rev
Log:
TIKA-412: Exclude the xml-apis dependency

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

Modified: lucene/tika/trunk/tika-parsers/pom.xml
URL: http://svn.apache.org/viewvc/lucene/tika/trunk/tika-parsers/pom.xml?rev=935658&r1=935657&r2=935658&view=diff
==============================================================================
--- lucene/tika/trunk/tika-parsers/pom.xml (original)
+++ lucene/tika/trunk/tika-parsers/pom.xml Mon Apr 19 16:34:40 2010
@@ -96,6 +96,10 @@
           <groupId>stax</groupId>
           <artifactId>stax-api</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>xml-apis</groupId>
+          <artifactId>xml-apis</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>