File tree
Expand file treeCollapse file tree2 files changed
+14
-14
lines changed Expand file treeCollapse file tree2 files changed
+14
-14
lines changed Original file line number | Diff line number | Diff line change |
---|
|
19 | 19 | <hamcrest.version>2.2</hamcrest.version>
|
20 | 20 | </properties>
|
21 | 21 | <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> |
22 | 30 | <dependency>
|
23 | 31 | <groupId>com.google.apis</groupId>
|
24 | 32 | <artifactId>google-api-services-storage</artifactId>
|
|
71 | 79 | <groupId>com.google.protobuf</groupId>
|
72 | 80 | <artifactId>protobuf-java-util</artifactId>
|
73 | 81 | </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> |
82 | 82 | <dependency>
|
83 | 83 | <groupId>org.threeten</groupId>
|
84 | 84 | <artifactId>threetenbp</artifactId>
|
|
Original file line number | Diff line number | Diff line change |
---|
|
74 | 74 |
|
75 | 75 | <dependencyManagement>
|
76 | 76 | <dependencies>
|
| 77 | +<dependency> |
| 78 | +<groupId>com.google.guava</groupId> |
| 79 | +<artifactId>guava</artifactId> |
| 80 | +<version>28.2-android</version> |
| 81 | +</dependency> |
77 | 82 | <dependency>
|
78 | 83 | <groupId>com.google.http-client</groupId>
|
79 | 84 | <artifactId>google-http-client-bom</artifactId>
|
|
128 | 133 | <artifactId>google-api-services-storage</artifactId>
|
129 | 134 | <version>v1-rev20191011-1.30.3</version>
|
130 | 135 | </dependency>
|
131 |
| -<dependency> |
132 |
| -<groupId>com.google.guava</groupId> |
133 |
| -<artifactId>guava</artifactId> |
134 |
| -<version>28.1-android</version> |
135 |
| -</dependency> |
136 | 136 |
|
137 | 137 | <dependency>
|
138 | 138 | <groupId>org.checkerframework</groupId>
|
|
220 | 220 | <dependency>
|
221 | 221 | <groupId>com.google.cloud</groupId>
|
222 | 222 | <artifactId>google-cloud-conformance-tests</artifactId>
|
223 |
| -<version>0.0.3</version> |
| 223 | +<version>0.0.4</version> |
224 | 224 | <scope>test</scope>
|
225 | 225 | </dependency>
|
226 | 226 | </dependencies>
|
|
You can’t perform that action at this time.
0 commit comments