Skip to content

Commit ed0c831

Browse files
committed
TIKA-4326: remove kiota dependency now that convergence errors have been fixed
1 parent 5bd6f8c commit ed0c831

File tree

1 file changed

+1
-40
lines changed
  • tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph

1 file changed

+1
-40
lines changed

tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -33,58 +33,19 @@
3333
<maven.compiler.target>11</maven.compiler.target>
3434
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3535
<microsoft-graph.version>6.20.0</microsoft-graph.version>
36-
<microsoft-kiota.version>1.7.0</microsoft-kiota.version>
3736
<wiremock.version>3.3.1</wiremock.version>
3837
<msal4j.version>1.17.2</msal4j.version>
3938
<kotlin-stdlib.version>2.0.21</kotlin-stdlib.version>
4039
</properties>
4140

4241
<dependencyManagement>
4342
<dependencies>
44-
<!-- Dependency convergence error oauth2-oidc-sdk vs msal4j TODO check after msal4j update -->
43+
<!-- Dependency convergence error oauth2-oidc-sdk vs msal4j TODO check after msal4j update >1.7.2 -->
4544
<dependency>
4645
<groupId>net.minidev</groupId>
4746
<artifactId>json-smart</artifactId>
4847
<version>2.5.1</version>
4948
</dependency>
50-
<!-- avoid com.microsoft.kiota Dependency convergence errors / outdated versions
51-
since microsoft-graph-core 6.18.0
52-
-->
53-
<dependency>
54-
<groupId>com.microsoft.kiota</groupId>
55-
<artifactId>microsoft-kiota-serialization-json</artifactId>
56-
<version>${microsoft-kiota.version}</version>
57-
</dependency>
58-
<dependency>
59-
<groupId>com.microsoft.kiota</groupId>
60-
<artifactId>microsoft-kiota-serialization-form</artifactId>
61-
<version>${microsoft-kiota.version}</version>
62-
</dependency>
63-
<dependency>
64-
<groupId>com.microsoft.kiota</groupId>
65-
<artifactId>microsoft-kiota-authentication-azure</artifactId>
66-
<version>${microsoft-kiota.version}</version>
67-
</dependency>
68-
<dependency>
69-
<groupId>com.microsoft.kiota</groupId>
70-
<artifactId>microsoft-kiota-http-okHttp</artifactId>
71-
<version>${microsoft-kiota.version}</version>
72-
</dependency>
73-
<dependency>
74-
<groupId>com.microsoft.kiota</groupId>
75-
<artifactId>microsoft-kiota-abstractions</artifactId>
76-
<version>${microsoft-kiota.version}</version>
77-
</dependency>
78-
<dependency>
79-
<groupId>com.microsoft.kiota</groupId>
80-
<artifactId>microsoft-kiota-serialization-text</artifactId>
81-
<version>${microsoft-kiota.version}</version>
82-
</dependency>
83-
<dependency>
84-
<groupId>com.microsoft.kiota</groupId>
85-
<artifactId>microsoft-kiota-serialization-multipart</artifactId>
86-
<version>${microsoft-kiota.version}</version>
87-
</dependency>
8849
</dependencies>
8950
</dependencyManagement>
9051

0 commit comments

Comments
 (0)