Skip to content

Commit

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

0 comments on commit b8e907f

Please sign in to comment.