This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3x by this push:
new 5fa1640b9 TIKA-4488: use azure bom
5fa1640b9 is described below
commit 5fa1640b9a1a5dd0399e3eca650824bdcbe60532
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Dec 5 11:37:04 2025 +0100
TIKA-4488: use azure bom
---
tika-parent/pom.xml | 39 +++-------------------
.../tika-fetcher-microsoft-graph/pom.xml | 1 -
2 files changed, 5 insertions(+), 35 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index a693fc3c0..7b89c45d7 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -319,13 +319,7 @@
See TIKA-2992.
-->
<asm.version>9.9</asm.version>
- <azure.core.version>1.57.0</azure.core.version>
- <azure.core.http.netty.version>1.16.2</azure.core.http.netty.version>
- <azure.storage.blob.version>12.32.0</azure.storage.blob.version>
- <azure.storage.common>12.31.0</azure.storage.common>
- <azure-identity.version>1.18.1</azure-identity.version>
- <azure.json.version>1.5.0</azure.json.version>
- <azure.xml.version>1.2.0</azure.xml.version>
+ <azure.version>1.3.3</azure.version>
<!-- 7.0.0 needs java 17 -->
<biz.aqute.version>6.4.1</biz.aqute.version>
<boilerpipe.version>1.1.0</boilerpipe.version>
@@ -587,33 +581,10 @@
</dependency>
<dependency>
<groupId>com.azure</groupId>
- <artifactId>azure-storage-blob</artifactId>
- <version>${azure.storage.blob.version}</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-storage-common</artifactId>
- <version>${azure.storage.common}</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-core</artifactId>
- <version>${azure.core.version}</version>
- </dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <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.azure</groupId>
- <artifactId>azure-json</artifactId>
- <version>${azure.json.version}</version>
+ <artifactId>azure-sdk-bom</artifactId>
+ <version>${azure.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
</dependency>
<dependency>
<groupId>com.drewnoakes</groupId>
diff --git a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
index 181d2fa0e..072cfaf88 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -80,7 +80,6 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
- <version>${azure-identity.version}</version>
<exclusions>
<exclusion>
<groupId>net.java.dev.jna</groupId>