File tree Expand file tree Collapse file tree 1 file changed +0
-40
lines changed
tika-pipes/tika-fetchers/tika-fetcher-google Expand file tree Collapse file tree 1 file changed +0
-40
lines changed Original file line number Diff line number Diff line change 3535 <google .api.client.version>2.7.0</google .api.client.version>
3636 </properties >
3737
38- <dependencyManagement >
39- <dependencies >
40- <dependency >
41- <groupId >com.google.http-client</groupId >
42- <artifactId >google-http-client</artifactId >
43- <version >1.45.2</version >
44- </dependency >
45- <dependency >
46- <groupId >com.google.http-client</groupId >
47- <artifactId >google-http-client-gson</artifactId >
48- <version >1.45.2</version >
49- </dependency >
50- <dependency >
51- <groupId >io.grpc</groupId >
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-credentials</artifactId >
58- <version >1.30.0</version >
59- </dependency >
60- </dependencies >
61- </dependencyManagement >
62-
6338 <dependencies >
6439 <!-- Apache Tika Core -->
6540 <dependency >
10378 <artifactId >google-api-services-drive</artifactId >
10479 <version >v3-rev20241027-2.0.0</version >
10580 </dependency >
106-
107- <dependency >
108- <groupId >com.google.guava</groupId >
109- <artifactId >guava</artifactId >
110- <exclusions >
111- <exclusion >
112- <groupId >com.google.errorprone</groupId >
113- <artifactId >error_prone_annotations</artifactId >
114- </exclusion >
115- <exclusion >
116- <groupId >com.google.j2objc</groupId >
117- <artifactId >j2objc-annotations</artifactId >
118- </exclusion >
119- </exclusions >
120- </dependency >
12181
12282 <!-- Logging -->
12383 <dependency >
You can’t perform that action at this time.
0 commit comments