When resolving the dependency tree, gradle goes through the library's pom file. There you can find the code snippet:
<dependency>
<groupId/>
<artifactId>unspecified</artifactId>
<version/>
</dependency>
This requires workarounds in the build files to allow dependency resolution. Please remove the unspecified dependency from the pom file.