We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My POM has this depency
<dependency> <groupId>com.palantir.docker.compose</groupId> <artifactId>docker-compose-junit-jupiter</artifactId> <version>1.4.2</version> <type>pom</type> </dependency>
and this repository
<repository> <id>Palantir</id> <url>https://dl.bintray.com/palantir/releases/</url> </repository>
But there is no DockerComposeExtension in com.palantir.docker.compose
The text was updated successfully, but these errors were encountered:
works perfectly fine with 1.5.0
<dependency> <groupId>com.palantir.docker.compose</groupId> <artifactId>docker-compose-junit-jupiter</artifactId> <version>1.5.0</version> <scope>test</scope> </dependency> <repository> <id>palantir-bintray</id> <url>https://dl.bintray.com/palantir/releases</url> </repository>
Sorry, something went wrong.
No branches or pull requests
My POM has this depency
and this repository
But there is no DockerComposeExtension in com.palantir.docker.compose
The text was updated successfully, but these errors were encountered: