|
152 | 152 | <github.global.server>github</github.global.server> |
153 | 153 | <site.installationModule>google-cloud-firestore-parent</site.installationModule> |
154 | 154 | <project.javadoc.protobufBaseURL>https://googleapis.dev/java/google-api-grpc/latest</project.javadoc.protobufBaseURL> |
155 | | - <google.core.version>1.93.6</google.core.version> |
156 | | - <google.api-common.version>1.9.2</google.api-common.version> |
157 | | - <google.common-protos.version>1.18.0</google.common-protos.version> |
158 | | - <gax.version>1.57.0</gax.version> |
159 | | - <grpc.version>1.30.0</grpc.version> |
160 | | - <protobuf.version>3.12.2</protobuf.version> |
161 | | - <junit.version>4.13</junit.version> |
162 | | - <guava.version>29.0-android</guava.version> |
163 | | - <threeten.version>1.4.4</threeten.version> |
164 | | - <opencensus.version>0.24.0</opencensus.version> |
165 | | - <mockito.version>1.10.19</mockito.version> |
166 | | - <javax.annotations.version>1.3.2</javax.annotations.version> |
167 | | - <truth.version>1.0.1</truth.version> |
168 | 155 | </properties> |
169 | 156 |
|
170 | 157 | <dependencyManagement> |
|
201 | 188 | </dependency> |
202 | 189 |
|
203 | 190 | <dependency> |
204 | | - <groupId>io.grpc</groupId> |
205 | | - <artifactId>grpc-bom</artifactId> |
206 | | - <version>${grpc.version}</version> |
207 | | - <type>pom</type> |
208 | | - <scope>import</scope> |
209 | | - </dependency> |
210 | | - <dependency> |
211 | | - <groupId>com.google.api</groupId> |
212 | | - <artifactId>gax-bom</artifactId> |
213 | | - <version>${gax.version}</version> |
214 | | - <type>pom</type> |
215 | | - <scope>import</scope> |
216 | | - </dependency> |
217 | | - <dependency> |
218 | | - <groupId>com.google.guava</groupId> |
219 | | - <artifactId>guava-bom</artifactId> |
220 | | - <version>${guava.version}</version> |
| 191 | + <groupId>com.google.cloud</groupId> |
| 192 | + <artifactId>google-cloud-shared-dependencies</artifactId> |
| 193 | + <version>0.8.1</version> |
221 | 194 | <type>pom</type> |
222 | 195 | <scope>import</scope> |
223 | 196 | </dependency> |
224 | 197 |
|
225 | | - <dependency> |
226 | | - <groupId>com.google.cloud</groupId> |
227 | | - <artifactId>google-cloud-core-grpc</artifactId> |
228 | | - <version>${google.core.version}</version> |
229 | | - </dependency> |
230 | | - <dependency> |
231 | | - <groupId>com.google.protobuf</groupId> |
232 | | - <artifactId>protobuf-java</artifactId> |
233 | | - <version>${protobuf.version}</version> |
234 | | - </dependency> |
235 | | - <dependency> |
236 | | - <groupId>com.google.api</groupId> |
237 | | - <artifactId>api-common</artifactId> |
238 | | - <version>${google.api-common.version}</version> |
239 | | - </dependency> |
240 | | - <dependency> |
241 | | - <groupId>com.google.api.grpc</groupId> |
242 | | - <artifactId>proto-google-common-protos</artifactId> |
243 | | - <version>${google.common-protos.version}</version> |
244 | | - </dependency> |
245 | | - <dependency> |
246 | | - <groupId>org.threeten</groupId> |
247 | | - <artifactId>threetenbp</artifactId> |
248 | | - <version>${threeten.version}</version> |
249 | | - </dependency> |
250 | | - <dependency> |
251 | | - <groupId>com.google.code.findbugs</groupId> |
252 | | - <artifactId>jsr305</artifactId> |
253 | | - <version>3.0.2</version> |
254 | | - </dependency> |
255 | | - <dependency> |
256 | | - <groupId>io.opencensus</groupId> |
257 | | - <artifactId>opencensus-api</artifactId> |
258 | | - <version>${opencensus.version}</version> |
259 | | - </dependency> |
260 | | - <dependency> |
261 | | - <groupId>com.google.auth</groupId> |
262 | | - <artifactId>google-auth-library-credentials</artifactId> |
263 | | - <version>0.20.0</version> |
264 | | - </dependency> |
265 | | - <dependency> |
266 | | - <groupId>com.google.cloud</groupId> |
267 | | - <artifactId>google-cloud-core</artifactId> |
268 | | - <version>${google.core.version}</version> |
269 | | - </dependency> |
270 | | - <dependency> |
271 | | - <groupId>com.google.code.gson</groupId> |
272 | | - <artifactId>gson</artifactId> |
273 | | - <version>2.8.6</version> |
274 | | - </dependency> |
275 | 198 | <dependency> |
276 | 199 | <groupId>com.fasterxml.jackson.core</groupId> |
277 | 200 | <artifactId>jackson-core</artifactId> |
278 | 201 | <version>2.11.0</version> |
279 | 202 | </dependency> |
280 | | - <dependency> |
281 | | - <groupId>com.google.protobuf</groupId> |
282 | | - <artifactId>protobuf-java-util</artifactId> |
283 | | - <version>${protobuf.version}</version> |
284 | | - </dependency> |
285 | 203 |
|
286 | 204 | <dependency> |
287 | 205 | <groupId>junit</groupId> |
288 | 206 | <artifactId>junit</artifactId> |
289 | | - <version>${junit.version}</version> |
| 207 | + <version>4.13</version> |
290 | 208 | <scope>test</scope> |
291 | 209 | </dependency> |
292 | 210 | <dependency> |
293 | 211 | <groupId>com.google.truth</groupId> |
294 | 212 | <artifactId>truth</artifactId> |
295 | | - <version>${truth.version}</version> |
296 | | - <scope>test</scope> |
297 | | - </dependency> |
298 | | - <dependency> |
299 | | - <groupId>com.google.api</groupId> |
300 | | - <artifactId>gax-grpc</artifactId> |
301 | | - <version>${gax.version}</version> |
302 | | - <classifier>testlib</classifier> |
| 213 | + <version>1.0.1</version> |
303 | 214 | <scope>test</scope> |
304 | 215 | </dependency> |
305 | 216 | </dependencies> |
|
0 commit comments