Skip to content
New issue

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

What is the correct dependency in order to use DockerComposeExtension (Junit 5) #474

Open
jimisdrpc opened this issue Mar 4, 2020 · 1 comment

Comments

@jimisdrpc
Copy link

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

@janesser
Copy link

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants