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 0be8bb0ec TIKA-4327: nimbus exclusion and dependency no longer needed,
is done through msal4j
0be8bb0ec is described below
commit 0be8bb0ec9184a78ed5f30241e282f1abc5bd43c
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Dec 7 12:32:49 2024 +0100
TIKA-4327: nimbus exclusion and dependency no longer needed, is done
through msal4j
---
.../tika-fetchers/tika-fetcher-microsoft-graph/pom.xml | 12 ------------
1 file changed, 12 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 83d9c65fc..7386a20fa 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -56,10 +56,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>
@@ -80,20 +76,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>
</exclusions>
</dependency>
- <dependency>
- <groupId>com.nimbusds</groupId>
- <artifactId>nimbus-jose-jwt</artifactId>
- </dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>