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 6867795f2 TIKA-4327: use azure bom
6867795f2 is described below
commit 6867795f2c5410ab52acadb5e92c713c568c9bbd
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Dec 5 12:41:08 2025 +0100
TIKA-4327: use azure bom
---
tika-parent/pom.xml | 39 +++-------------------
.../tika-pipes-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 9c37e258b..0e59d14a4 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -318,13 +318,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.33.0-beta.1</azure.storage.blob.version>
- <azure.storage.common>12.32.0-beta.1</azure.storage.common>
- <azure-identity.version>1.19.0-beta.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>
<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 -->
@@ -610,33 +604,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-pipes-plugins/tika-pipes-microsoft-graph/pom.xml
b/tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml
index c404c3b83..795572bc7 100644
--- a/tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml
@@ -83,7 +83,6 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
- <version>${azure-identity.version}</version>
<exclusions>
<exclusion>
<groupId>net.java.dev.jna</groupId>