dasniko / testcontainers-keycloak

A Testcontainer implementation for Keycloak IAM & SSO.
Apache License 2.0
328 stars 51 forks source link

Delete src/main/java/org/junit directory #54

Closed Rokko11 closed 2 years ago

Rokko11 commented 2 years ago

Hi, classes of this package are not needed. But they violate class uniqueness checks. Please accept this PR to make things easier.

Rokko11 commented 2 years ago

I just saw the comments on the package-info. Seems that we have to wait for testcontainers to get rid of junit dependencies. :-(

dasniko commented 2 years ago

See #55, this could be a solution.