We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045b4a6 commit 1908fd5Copy full SHA for 1908fd5
tika-pipes/tika-fetchers/tika-fetcher-google/pom.xml
@@ -52,6 +52,11 @@
52
<artifactId>grpc-context</artifactId>
53
<version>1.68.2</version>
54
</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>
60
<!-- TODO exclude error_prone_annotations after the build works -->
61
<dependency>
62
<groupId>com.google.errorprone</groupId>
0 commit comments