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 b8e907fed TIKA-4326: nimbus exclusion and dependency no longer needed,
is done through msal4j; update microsoft graph; remove double entry
b8e907fed is described below
commit b8e907fed83fe49da405da92297cef2d38c63845
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Dec 7 12:33:52 2024 +0100
TIKA-4326: nimbus exclusion and dependency no longer needed, is done
through msal4j; update microsoft graph; remove double entry
---
.../tika-fetchers/tika-fetcher-microsoft-graph/pom.xml | 18 +-----------------
1 file changed, 1 insertion(+), 17 deletions(-)
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 3130826a8..8550daa20 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -32,7 +32,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <microsoft-graph.version>6.22.0</microsoft-graph.version>
+ <microsoft-graph.version>6.23.0</microsoft-graph.version>
<wiremock.version>3.3.1</wiremock.version>
<msal4j.version>1.17.3</msal4j.version>
<kotlin-stdlib.version>2.1.0</kotlin-stdlib.version>
@@ -55,10 +55,6 @@
<artifactId>azure-identity</artifactId>
<version>${azure-identity.version}</version>
<exclusions>
- <exclusion>
- <groupId>com.nimbusds</groupId>
- <artifactId>nimbus-jose-jwt</artifactId>
- </exclusion>
<exclusion>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna-platform</artifactId>
@@ -79,24 +75,12 @@
<artifactId>microsoft-graph</artifactId>
<version>${microsoft-graph.version}</version>
<exclusions>
- <exclusion>
- <groupId>com.nimbusds</groupId>
- <artifactId>nimbus-jose-jwt</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.jetbrains.kotlin</groupId>
- <artifactId>kotlin-stdlib-jdk8</artifactId>
- </exclusion>
<exclusion>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>com.nimbusds</groupId>
- <artifactId>nimbus-jose-jwt</artifactId>
- </dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>