* What went wrong:
Could not resolve all dependencies for configuration ':xxx:testCompile'.
> Could not resolve com.google.guava:guava:[15.0,).
Required by:
xxx:2.99.1-SNAPSHOT > xxx-dependencies:2.99.1- SNAPSHOT > org.assertj:assertj-guava:1.3.1
> Could not resolve com.google.guava:guava:[15.0,).
> Failed to list versions for com.google.guava:guava.
> Unable to load Maven meta-data from http://artifactory.xxx/artifactory/repo/com/google/guava/guava/maven-metadata.xml.
> Failure initializing default system SSL context
This does not happen very frequently (once a week or so) and I’ve only seen it happening when using --parallel. Perhaps dependency resolution in different projects both hit some non-thread-safe ssl code in the jdk?