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/04/19 18:52:39 UTC

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

Author: jukka
Date: Mon Apr 19 16:52:39 2010
New Revision: 935663

URL: http://svn.apache.org/viewvc?rev=935663&view=rev
Log:
JCR-2344: ClassCastException org.apache.xerces.parsers.XIncludeAwareParserConfiguration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration when deploying in JBoss 5.1

Exclude the xml-apis jar that also causes problems with JBoss. See also TIKA-412.

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=935663&r1=935662&r2=935663&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-core/pom.xml Mon Apr 19 16:52:39 2010
@@ -204,6 +204,10 @@
           <groupId>commons-logging</groupId>
           <artifactId>commons-logging</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>xml-apis</groupId>
+          <artifactId>xml-apis</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <!-- JCR-2502: Force a PDFBox upgrade until Tika 0.7 is out -->