You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2023/09/26 14:23:13 UTC

[tika] branch main updated (960fba53d -> caf312593)

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

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


    from 960fba53d Merge pull request #1359 from apache/dependabot/maven/aws.version-1.12.557
     add caf312593 TIKA-4135 -- remove xerces2 as a dependency (#1360)

No new revisions were added by this update.

Summary of changes:
 CHANGES.txt                                        |  2 ++
 tika-bundles/tika-bundle-standard/pom.xml          |  9 -----
 tika-core/pom.xml                                  | 10 +-----
 .../java/org/apache/tika/utils/XMLReaderUtils.java | 10 ++++++
 .../apache/tika/sax/CustomErrorHandlerTest.java    |  2 ++
 .../tika/sax/ErrorResistantSAXParserFactory.java   | 39 ----------------------
 tika-parent/pom.xml                                | 13 --------
 .../tika-parsers-ml/tika-parser-nlp-module/pom.xml |  4 +++
 .../tika-parser-microsoft-module/pom.xml           |  2 --
 .../tika-parser-xml-module/pom.xml                 |  4 ---
 .../java/org/apache/tika/parser/XMLTestBase.java   |  3 +-
 11 files changed, 20 insertions(+), 78 deletions(-)
 delete mode 100644 tika-core/src/test/java/org/apache/tika/sax/ErrorResistantSAXParserFactory.java