Skip to content

Commit

Permalink
TIKA-4326: remove kiota dependency now that convergence errors have b…
Browse files Browse the repository at this point in the history
…een fixed
  • Loading branch information
THausherr committed Nov 22, 2024
1 parent 5bd6f8c commit ed0c831
Showing 1 changed file with 1 addition and 40 deletions.
41 changes: 1 addition & 40 deletions tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,58 +33,19 @@
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<microsoft-graph.version>6.20.0</microsoft-graph.version>
<microsoft-kiota.version>1.7.0</microsoft-kiota.version>
<wiremock.version>3.3.1</wiremock.version>
<msal4j.version>1.17.2</msal4j.version>
<kotlin-stdlib.version>2.0.21</kotlin-stdlib.version>
</properties>

<dependencyManagement>
<dependencies>
<!-- Dependency convergence error oauth2-oidc-sdk vs msal4j TODO check after msal4j update -->
<!-- Dependency convergence error oauth2-oidc-sdk vs msal4j TODO check after msal4j update >1.7.2 -->
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.5.1</version>
</dependency>
<!-- avoid com.microsoft.kiota Dependency convergence errors / outdated versions
since microsoft-graph-core 6.18.0
-->
<dependency>
<groupId>com.microsoft.kiota</groupId>
<artifactId>microsoft-kiota-serialization-json</artifactId>
<version>${microsoft-kiota.version}</version>
</dependency>
<dependency>
<groupId>com.microsoft.kiota</groupId>
<artifactId>microsoft-kiota-serialization-form</artifactId>
<version>${microsoft-kiota.version}</version>
</dependency>
<dependency>
<groupId>com.microsoft.kiota</groupId>
<artifactId>microsoft-kiota-authentication-azure</artifactId>
<version>${microsoft-kiota.version}</version>
</dependency>
<dependency>
<groupId>com.microsoft.kiota</groupId>
<artifactId>microsoft-kiota-http-okHttp</artifactId>
<version>${microsoft-kiota.version}</version>
</dependency>
<dependency>
<groupId>com.microsoft.kiota</groupId>
<artifactId>microsoft-kiota-abstractions</artifactId>
<version>${microsoft-kiota.version}</version>
</dependency>
<dependency>
<groupId>com.microsoft.kiota</groupId>
<artifactId>microsoft-kiota-serialization-text</artifactId>
<version>${microsoft-kiota.version}</version>
</dependency>
<dependency>
<groupId>com.microsoft.kiota</groupId>
<artifactId>microsoft-kiota-serialization-multipart</artifactId>
<version>${microsoft-kiota.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit ed0c831

Please sign in to comment.