File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1919 <hamcrest .version>2.2</hamcrest .version>
2020 </properties >
2121 <dependencies >
22+ <dependency >
23+ <groupId >com.google.guava</groupId >
24+ <artifactId >guava</artifactId >
25+ </dependency >
26+ <dependency >
27+ <groupId >com.google.api-client</groupId >
28+ <artifactId >google-api-client</artifactId >
29+ </dependency >
2230 <dependency >
2331 <groupId >com.google.apis</groupId >
2432 <artifactId >google-api-services-storage</artifactId >
7179 <groupId >com.google.protobuf</groupId >
7280 <artifactId >protobuf-java-util</artifactId >
7381 </dependency >
74- <dependency >
75- <groupId >com.google.api-client</groupId >
76- <artifactId >google-api-client</artifactId >
77- </dependency >
78- <dependency >
79- <groupId >com.google.guava</groupId >
80- <artifactId >guava</artifactId >
81- </dependency >
8282 <dependency >
8383 <groupId >org.threeten</groupId >
8484 <artifactId >threetenbp</artifactId >
Original file line number Diff line number Diff line change 7474
7575 <dependencyManagement >
7676 <dependencies >
77+ <dependency >
78+ <groupId >com.google.guava</groupId >
79+ <artifactId >guava</artifactId >
80+ <version >28.2-android</version >
81+ </dependency >
7782 <dependency >
7883 <groupId >com.google.http-client</groupId >
7984 <artifactId >google-http-client-bom</artifactId >
128133 <artifactId >google-api-services-storage</artifactId >
129134 <version >v1-rev20191011-1.30.3</version >
130135 </dependency >
131- <dependency >
132- <groupId >com.google.guava</groupId >
133- <artifactId >guava</artifactId >
134- <version >28.1-android</version >
135- </dependency >
136136
137137 <dependency >
138138 <groupId >org.checkerframework</groupId >
220220 <dependency >
221221 <groupId >com.google.cloud</groupId >
222222 <artifactId >google-cloud-conformance-tests</artifactId >
223- <version >0.0.3 </version >
223+ <version >0.0.4 </version >
224224 <scope >test</scope >
225225 </dependency >
226226 </dependencies >
You can’t perform that action at this time.
0 commit comments