Skip to content

Commit 1908fd5

Browse files
authored
avoid dependency convergence error with google-auth-library-oauth2-http
1 parent 045b4a6 commit 1908fd5

File tree

1 file changed

+5
-0
lines changed
  • tika-pipes/tika-fetchers/tika-fetcher-google

1 file changed

+5
-0
lines changed

tika-pipes/tika-fetchers/tika-fetcher-google/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
<artifactId>grpc-context</artifactId>
5353
<version>1.68.2</version>
5454
</dependency>
55+
<dependency>
56+
<groupId>com.google.auth</groupId>
57+
<artifactId>google-auth-library-oauth2-http</artifactId>
58+
<version>1.30.0</version>
59+
</dependency>
5560
<!-- TODO exclude error_prone_annotations after the build works -->
5661
<dependency>
5762
<groupId>com.google.errorprone</groupId>

0 commit comments

Comments
 (0)