This is an automated email from the ASF dual-hosted git repository.
tilman 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 f0bd32b68 TIKA-3751: update stax-ex to 2.1.0
f0bd32b68 is described below
commit f0bd32b680123d58e0ce0a0068de10200df08521
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue May 24 05:05:49 2022 +0200
TIKA-3751: update stax-ex to 2.1.0
---
tika-parent/pom.xml | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index c005a4ee3..5e22169a2 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -619,11 +619,17 @@
<artifactId>jdom2</artifactId>
<version>${jdom2.version}</version>
</dependency>
- <!-- dependency convergence problems with jakarta.activation if > 2.0.1
on jdk11 -->
<dependency>
<groupId>org.jvnet.staxex</groupId>
<artifactId>stax-ex</artifactId>
- <version>2.0.1</version>
+ <version>2.1.0</version>
+ <exclusions>
+ <!-- avoid dependency convergence error in tika-translate if >
2.0.1 on jdk18 -->
+ <exclusion>
+ <groupId>jakarta.activation</groupId>
+ <artifactId>jakarta.activation-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.netpreserve</groupId>