Skip to content

Commit 5fa1640

Browse files
committed
TIKA-4488: use azure bom
1 parent 970161a commit 5fa1640

File tree

2 files changed

+5
-35
lines changed
  • tika-parent
  • tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph

2 files changed

+5
-35
lines changed

tika-parent/pom.xml

Lines changed: 5 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -319,13 +319,7 @@
319319
See TIKA-2992.
320320
-->
321321
<asm.version>9.9</asm.version>
322-
<azure.core.version>1.57.0</azure.core.version>
323-
<azure.core.http.netty.version>1.16.2</azure.core.http.netty.version>
324-
<azure.storage.blob.version>12.32.0</azure.storage.blob.version>
325-
<azure.storage.common>12.31.0</azure.storage.common>
326-
<azure-identity.version>1.18.1</azure-identity.version>
327-
<azure.json.version>1.5.0</azure.json.version>
328-
<azure.xml.version>1.2.0</azure.xml.version>
322+
<azure.version>1.3.3</azure.version>
329323
<!-- 7.0.0 needs java 17 -->
330324
<biz.aqute.version>6.4.1</biz.aqute.version>
331325
<boilerpipe.version>1.1.0</boilerpipe.version>
@@ -587,33 +581,10 @@
587581
</dependency>
588582
<dependency>
589583
<groupId>com.azure</groupId>
590-
<artifactId>azure-storage-blob</artifactId>
591-
<version>${azure.storage.blob.version}</version>
592-
</dependency>
593-
<dependency>
594-
<groupId>com.azure</groupId>
595-
<artifactId>azure-storage-common</artifactId>
596-
<version>${azure.storage.common}</version>
597-
</dependency>
598-
<dependency>
599-
<groupId>com.azure</groupId>
600-
<artifactId>azure-core</artifactId>
601-
<version>${azure.core.version}</version>
602-
</dependency>
603-
<dependency>
604-
<groupId>com.azure</groupId>
605-
<artifactId>azure-core-http-netty</artifactId>
606-
<version>${azure.core.http.netty.version}</version>
607-
</dependency>
608-
<dependency>
609-
<groupId>com.azure</groupId>
610-
<artifactId>azure-xml</artifactId>
611-
<version>${azure.xml.version}</version>
612-
</dependency>
613-
<dependency>
614-
<groupId>com.azure</groupId>
615-
<artifactId>azure-json</artifactId>
616-
<version>${azure.json.version}</version>
584+
<artifactId>azure-sdk-bom</artifactId>
585+
<version>${azure.version}</version>
586+
<type>pom</type>
587+
<scope>import</scope>
617588
</dependency>
618589
<dependency>
619590
<groupId>com.drewnoakes</groupId>

tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
<dependency>
8181
<groupId>com.azure</groupId>
8282
<artifactId>azure-identity</artifactId>
83-
<version>${azure-identity.version}</version>
8483
<exclusions>
8584
<exclusion>
8685
<groupId>net.java.dev.jna</groupId>

0 commit comments

Comments
 (0)