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 821a7c71c TIKA-3795: update azure-core and azure-core-http-netty
821a7c71c is described below
commit 821a7c71c31090da465ee64427169f74790d099d
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Jul 3 10:27:27 2022 +0200
TIKA-3795: update azure-core and azure-core-http-netty
---
tika-pipes/pom.xml | 27 ++++++++++++++++-----------
1 file changed, 16 insertions(+), 11 deletions(-)
diff --git a/tika-pipes/pom.xml b/tika-pipes/pom.xml
index d80da8e85..a4f6eb7df 100644
--- a/tika-pipes/pom.xml
+++ b/tika-pipes/pom.xml
@@ -53,6 +53,22 @@
<artifactId>azure-storage-blob</artifactId>
<version>12.17.1</version>
</dependency>
+ <dependency>
+ <groupId>com.azure</groupId>
+ <artifactId>azure-core</artifactId>
+ <version>1.30.0</version>
+ </dependency>
+ <dependency>
+ <groupId>com.azure</groupId>
+ <artifactId>azure-core-http-netty</artifactId>
+ <version>1.12.3</version>
+ <exclusions>
+ <exclusion>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-transport-native-epoll</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
@@ -123,17 +139,6 @@
<artifactId>reactor-core</artifactId>
<version>3.4.19</version>
</dependency>
- <dependency>
- <groupId>com.azure</groupId>
- <artifactId>azure-core-http-netty</artifactId>
- <version>1.12.2</version>
- <exclusions>
- <exclusion>
- <groupId>io.netty</groupId>
- <artifactId>netty-transport-native-epoll</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
</dependencies>
</dependencyManagement>
<build>