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
Core
Not able to exclude Junit 4 from TestContainers like below and if I do like below getting error as "class file for org.junit.rules.TestRule not found"
<dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> <exclusions> <exclusion> <groupId>junit</groupId> <artifactId>junit</artifactId> </exclusion> </exclusions> <scope>test</scope> </dependency>
The text was updated successfully, but these errors were encountered:
Hi @kumarsen26, as the enhancement form says, please check that there are no similar request. Duplicated #970
Sorry, something went wrong.
No branches or pull requests
Module
Core
Proposal
Not able to exclude Junit 4 from TestContainers like below and if I do like below getting error as "class file for org.junit.rules.TestRule not found"
The text was updated successfully, but these errors were encountered: