File tree Expand file tree Collapse file tree 3 files changed +48
-3
lines changed
tika-pipes/tika-fetchers/tika-fetcher-google Expand file tree Collapse file tree 3 files changed +48
-3
lines changed Original file line number Diff line number Diff line change 223
223
<artifactId >tika-fetcher-http</artifactId >
224
224
<version >${project.version} </version >
225
225
</dependency >
226
- <dependency >
227
226
<dependency >
228
227
<groupId >org.apache.tika</groupId >
229
228
<artifactId >tika-fetcher-google</artifactId >
Original file line number Diff line number Diff line change 639
639
<groupId >com.google.guava</groupId >
640
640
<artifactId >guava</artifactId >
641
641
<version >${guava.version} </version >
642
+ <exclusions >
643
+ <exclusion >
644
+ <groupId >com.google.errorprone</groupId >
645
+ <artifactId >error_prone_annotations</artifactId >
646
+ </exclusion >
647
+ <exclusion >
648
+ <groupId >com.google.j2objc</groupId >
649
+ <artifactId >j2objc-annotations</artifactId >
650
+ </exclusion >
651
+ </exclusions >
642
652
</dependency >
643
653
<dependency >
644
654
<groupId >com.googlecode.json-simple</groupId >
1048
1058
<artifactId >jspecify</artifactId >
1049
1059
<version >1.0.0</version >
1050
1060
</dependency >
1061
+ <dependency >
1062
+ <groupId >com.google.http-client</groupId >
1063
+ <artifactId >google-http-client</artifactId >
1064
+ <version >1.45.2</version >
1065
+ </dependency >
1066
+ <dependency >
1067
+ <groupId >com.google.http-client</groupId >
1068
+ <artifactId >google-http-client-gson</artifactId >
1069
+ <version >1.45.2</version >
1070
+ </dependency >
1071
+ <dependency >
1072
+ <groupId >io.grpc</groupId >
1073
+ <artifactId >grpc-context</artifactId >
1074
+ <version >1.68.2</version >
1075
+ </dependency >
1076
+ <dependency >
1077
+ <groupId >com.google.auth</groupId >
1078
+ <artifactId >google-auth-library-credentials</artifactId >
1079
+ <version >1.30.0</version >
1080
+ </dependency >
1051
1081
</dependencies >
1052
1082
</dependencyManagement >
1053
1083
Original file line number Diff line number Diff line change 32
32
<name >Google Tika Pipes Fetcher</name >
33
33
34
34
<properties >
35
- <google .api.client.version>2.2 .0</google .api.client.version>
35
+ <google .api.client.version>2.7 .0</google .api.client.version>
36
36
</properties >
37
37
38
38
<dependencies >
48
48
<groupId >com.google.api-client</groupId >
49
49
<artifactId >google-api-client</artifactId >
50
50
<version >${google.api.client.version} </version >
51
+ <exclusions >
52
+ <exclusion >
53
+ <groupId >com.google.auth</groupId >
54
+ <artifactId >google-auth-library-oauth2-http</artifactId >
55
+ </exclusion >
56
+ </exclusions >
51
57
</dependency >
52
58
53
59
<dependency >
54
60
<groupId >com.google.auth</groupId >
55
61
<artifactId >google-auth-library-oauth2-http</artifactId >
56
- <version >1.19.0</version >
62
+ <version >1.30.0</version >
63
+ <exclusions >
64
+ <exclusion >
65
+ <groupId >com.google.errorprone</groupId >
66
+ <artifactId >error_prone_annotations</artifactId >
67
+ </exclusion >
68
+ <exclusion >
69
+ <groupId >com.google.j2objc</groupId >
70
+ <artifactId >j2objc-annotations</artifactId >
71
+ </exclusion >
72
+ </exclusions >
57
73
</dependency >
58
74
59
75
<!-- Google Drive API -->
You can’t perform that action at this time.
0 commit comments