|
313 | 313 | <artifactId>j2objc-annotations</artifactId> |
314 | 314 | <version>2.8</version> |
315 | 315 | </dependency> |
316 | | - <dependency> |
317 | | - <groupId>junit</groupId> |
318 | | - <artifactId>junit</artifactId> |
319 | | - <version>4.13.2</version> |
320 | | - <scope>test</scope> |
321 | | - </dependency> |
322 | | - <dependency> |
323 | | - <groupId>org.mockito</groupId> |
324 | | - <artifactId>mockito-core</artifactId> |
325 | | - <version>4.11.0</version> |
326 | | - <scope>test</scope> |
327 | | - </dependency> |
328 | | - <dependency> |
329 | | - <groupId>com.google.jimfs</groupId> |
330 | | - <artifactId>jimfs</artifactId> |
331 | | - <version>1.2</version> |
332 | | - <scope>test</scope> |
333 | | - </dependency> |
334 | | - <dependency> |
335 | | - <groupId>com.google.truth</groupId> |
336 | | - <artifactId>truth</artifactId> |
337 | | - <version>${truth.version}</version> |
338 | | - <scope>test</scope> |
339 | | - <exclusions> |
340 | | - <exclusion> |
341 | | - <!-- use the guava we're building. --> |
342 | | - <groupId>com.google.guava</groupId> |
343 | | - <artifactId>guava</artifactId> |
344 | | - </exclusion> |
345 | | - </exclusions> |
346 | | - </dependency> |
347 | | - <dependency> |
348 | | - <groupId>com.google.truth.extensions</groupId> |
349 | | - <artifactId>truth-java8-extension</artifactId> |
350 | | - <version>${truth.version}</version> |
351 | | - <scope>test</scope> |
352 | | - <exclusions> |
353 | | - <exclusion> |
354 | | - <!-- use the guava we're building. --> |
355 | | - <groupId>com.google.guava</groupId> |
356 | | - <artifactId>guava</artifactId> |
357 | | - </exclusion> |
358 | | - </exclusions> |
359 | | - </dependency> |
360 | | - <dependency> |
361 | | - <groupId>com.google.caliper</groupId> |
362 | | - <artifactId>caliper</artifactId> |
363 | | - <version>1.0-beta-3</version> |
364 | | - <scope>test</scope> |
365 | | - <exclusions> |
366 | | - <exclusion> |
367 | | - <!-- use the guava we're building. --> |
368 | | - <groupId>com.google.guava</groupId> |
369 | | - <artifactId>guava</artifactId> |
370 | | - </exclusion> |
371 | | - </exclusions> |
372 | | - </dependency> |
| 316 | + <!-- We avoid using dependencyManagement for test-only deps because of https://github.com/google/guava/issues/6654 --> |
373 | 317 | </dependencies> |
374 | 318 | </dependencyManagement> |
375 | 319 | <profiles> |
|
0 commit comments