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

Ban junit 4 #3354

Closed
ppalaga opened this issue Dec 2, 2021 · 0 comments · Fixed by #3673
Closed

Ban junit 4 #3354

ppalaga opened this issue Dec 2, 2021 · 0 comments · Fixed by #3673
Assignees

Comments

@ppalaga
Copy link
Contributor

ppalaga commented Dec 2, 2021

Hopefully we can do what Quarkus does since at least 2.0:

        <dependency>
            <groupId>org.testcontainers</groupId>
            <artifactId>testcontainers</artifactId>
            <exclusions>
                <exclusion>
                    <groupId>junit</groupId>
                    <artifactId>junit</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>io.quarkus</groupId>
            <artifactId>quarkus-junit4-mock</artifactId>
        </dependency>

plus we should ban junit:junit via enforcer plugin.

@ppalaga ppalaga self-assigned this Mar 28, 2022
ppalaga added a commit to ppalaga/camel-quarkus that referenced this issue Mar 28, 2022
ppalaga added a commit to ppalaga/camel-quarkus that referenced this issue Mar 29, 2022
ppalaga added a commit that referenced this issue Mar 29, 2022
ppalaga added a commit to ppalaga/camel-quarkus that referenced this issue Mar 30, 2022
ppalaga added a commit to ppalaga/camel-quarkus that referenced this issue Mar 31, 2022
ppalaga added a commit that referenced this issue Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant