This is an automated email from the ASF dual-hosted git repository.

bob pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new e650599  TIKA-3178: Remove xerces from classpath for failsafe osgi 
test.
e650599 is described below

commit e65059906562e36a41c4305e6e4a92c030ab5878
Author: Bob Paulin <[email protected]>
AuthorDate: Thu Dec 17 22:12:04 2020 -0600

    TIKA-3178: Remove xerces from classpath for failsafe osgi test.
---
 tika-bundles/tika-bundle-classic/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tika-bundles/tika-bundle-classic/pom.xml 
b/tika-bundles/tika-bundle-classic/pom.xml
index b3cfb3a..c156789 100644
--- a/tika-bundles/tika-bundle-classic/pom.xml
+++ b/tika-bundles/tika-bundle-classic/pom.xml
@@ -466,6 +466,9 @@
               INFO
             </org.ops4j.pax.logging.DefaultServiceLog.level>
           </systemPropertyVariables>
+          <classpathDependencyExcludes>
+            
<classpathDependencyExclude>xerces:xercesImpl</classpathDependencyExclude>
+          </classpathDependencyExcludes>
         </configuration>
       </plugin>
       <plugin>

Reply via email to