Skip to content

Commit

Permalink
TIKA-4327: nimbus exclusion and dependency no longer needed, is done …
Browse files Browse the repository at this point in the history
…through msal4j
  • Loading branch information
THausherr committed Dec 7, 2024
1 parent df3991d commit 0be8bb0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 0be8bb0

Please sign in to comment.