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

[Enhancement]: Remove Junit4 #7595

Closed
kumarsen26 opened this issue Sep 29, 2023 · 1 comment
Closed

[Enhancement]: Remove Junit4 #7595

kumarsen26 opened this issue Sep 29, 2023 · 1 comment

Comments

@kumarsen26
Copy link

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"

 <dependency>
      <groupId>org.testcontainers</groupId>
      <artifactId>testcontainers</artifactId>
      <exclusions>
        <exclusion>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
        </exclusion>
      </exclusions>
      <scope>test</scope>
    </dependency>
@eddumelendez
Copy link
Member

Hi @kumarsen26, as the enhancement form says, please check that there are no similar request. Duplicated #970

@eddumelendez eddumelendez closed this as not planned Won't fix, can't repro, duplicate, stale Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants