Skip to content

Commit 6867795

Browse files
committed
TIKA-4327: use azure bom
1 parent de0058d commit 6867795

2 files changed

Lines changed: 5 additions & 35 deletions

File tree

  • tika-parent
  • tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph

tika-parent/pom.xml

Lines changed: 5 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -318,13 +318,7 @@
318318
See TIKA-2992.
319319
-->
320320
<asm.version>9.9</asm.version>
321-
<azure.core.version>1.57.0</azure.core.version>
322-
<azure.core.http.netty.version>1.16.2</azure.core.http.netty.version>
323-
<azure.storage.blob.version>12.33.0-beta.1</azure.storage.blob.version>
324-
<azure.storage.common>12.32.0-beta.1</azure.storage.common>
325-
<azure-identity.version>1.19.0-beta.1</azure-identity.version>
326-
<azure.json.version>1.5.0</azure.json.version>
327-
<azure.xml.version>1.2.0</azure.xml.version>
321+
<azure.version>1.3.3</azure.version>
328322
<biz.aqute.version>7.1.0</biz.aqute.version>
329323
<boilerpipe.version>1.1.0</boilerpipe.version>
330324
<!-- used by POI, PDFBox and Jackcess encrypt ...try to sync -->
@@ -610,33 +604,10 @@
610604
</dependency>
611605
<dependency>
612606
<groupId>com.azure</groupId>
613-
<artifactId>azure-storage-blob</artifactId>
614-
<version>${azure.storage.blob.version}</version>
615-
</dependency>
616-
<dependency>
617-
<groupId>com.azure</groupId>
618-
<artifactId>azure-storage-common</artifactId>
619-
<version>${azure.storage.common}</version>
620-
</dependency>
621-
<dependency>
622-
<groupId>com.azure</groupId>
623-
<artifactId>azure-core</artifactId>
624-
<version>${azure.core.version}</version>
625-
</dependency>
626-
<dependency>
627-
<groupId>com.azure</groupId>
628-
<artifactId>azure-core-http-netty</artifactId>
629-
<version>${azure.core.http.netty.version}</version>
630-
</dependency>
631-
<dependency>
632-
<groupId>com.azure</groupId>
633-
<artifactId>azure-xml</artifactId>
634-
<version>${azure.xml.version}</version>
635-
</dependency>
636-
<dependency>
637-
<groupId>com.azure</groupId>
638-
<artifactId>azure-json</artifactId>
639-
<version>${azure.json.version}</version>
607+
<artifactId>azure-sdk-bom</artifactId>
608+
<version>${azure.version}</version>
609+
<type>pom</type>
610+
<scope>import</scope>
640611
</dependency>
641612
<dependency>
642613
<groupId>com.drewnoakes</groupId>

tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
<dependency>
8484
<groupId>com.azure</groupId>
8585
<artifactId>azure-identity</artifactId>
86-
<version>${azure-identity.version}</version>
8786
<exclusions>
8887
<exclusion>
8988
<groupId>net.java.dev.jna</groupId>

0 commit comments

Comments
 (0)