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 35
35
<google .api.client.version>2.7.0</google .api.client.version>
36
36
</properties >
37
37
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
-
63
38
<dependencies >
64
39
<!-- Apache Tika Core -->
65
40
<dependency >
103
78
<artifactId >google-api-services-drive</artifactId >
104
79
<version >v3-rev20241027-2.0.0</version >
105
80
</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 >
121
81
122
82
<!-- Logging -->
123
83
<dependency >
You can’t perform that action at this time.
0 commit comments