This is an automated email from the ASF dual-hosted git repository.
tallison 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 70280c3 TIKA-3488 -- update jdom2
70280c3 is described below
commit 70280c3c759706a2b8a2eb1f13c63a5d51475aaa
Author: tallison <[email protected]>
AuthorDate: Wed Dec 8 09:34:09 2021 -0500
TIKA-3488 -- update jdom2
---
tika-parent/pom.xml | 2 +-
tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml | 5 -----
2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 4480fc1..36a3902 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -319,7 +319,7 @@
<javax.rest.version>2.1.1</javax.rest.version>
<jaxb.version>2.3.5</jaxb.version>
<jbig2.version>3.0.3</jbig2.version>
- <jdom2.version>2.0.6</jdom2.version>
+ <jdom2.version>2.0.6.1</jdom2.version>
<jempbox.version>1.8.16</jempbox.version>
<jetty.version>9.4.44.v20210927</jetty.version>
<jhighlight.version>1.0.3</jhighlight.version>
diff --git a/tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml
b/tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml
index f9c43c8..1031edf 100644
--- a/tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml
@@ -225,11 +225,6 @@
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</exclude>
- <exclude>
- <groupId>org.jdom</groupId>
- <artifactId>jdom2</artifactId>
- <version>2.0.6</version>
- </exclude>
</excludeCoordinates>
</configuration>
<executions>