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 2f52d56c4 TIKA-4327: introduce azure-xml because of future convergence
errors
2f52d56c4 is described below
commit 2f52d56c4e94c680992183aee1c3671bcd4ef6a8
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Feb 9 11:29:32 2025 +0100
TIKA-4327: introduce azure-xml because of future convergence errors
---
tika-parent/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 5debb2738..50eba7466 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -321,6 +321,7 @@
<azure.storage.common>12.28.0</azure.storage.common>
<azure-identity.version>1.15.0</azure-identity.version>
<azure.json.version>1.2.0</azure.json.version>
+ <azure.xml.version>1.2.0</azure.xml.version>
<biz.aqute.version>7.1.0</biz.aqute.version>
<boilerpipe.version>1.1.0</boilerpipe.version>
<!-- used by POI, PDFBox and Jackcess encrypt ...try to sync -->
@@ -596,6 +597,11 @@
<artifactId>azure-core-http-netty</artifactId>
<version>${azure.core.http.netty.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.azure</groupId>
+ <artifactId>azure-xml</artifactId>
+ <version>${azure.xml.version}</version>
+ </dependency>
<dependency>
<groupId>com.drewnoakes</groupId>
<artifactId>metadata-extractor</artifactId>