Wrong Maven coordinates?
thokari opened this issue · 2 comments
thokari commented
I get this error:
Could not resolve: com.palantir.docker.compose:docker-compose-rule:0.32.1
Could not resolve: com.palantir.docker.compose:docker-compose-rule-core:0.32.1
Could not resolve: com.palantir.docker.compose:docker-compose-rule-junit4:0.32.1
Is maybe the file / folder structure on Bintray not correct?
rion18 commented
Have you added the correct repository?
IE on Maven,
<repositories>
<repository>
<id>palantir</id>
<url>https://dl.bintray.com/palantir/releases</url>
</repository>
</repositories>
thokari commented
Probably...