mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-18 18:37:54 -05:00
[Test Framework] Removing JUnit4 dependency. (#46174)
Signed-off-by: Lukas Hanusovsky <lhanusov@redhat.com>
This commit is contained in:
parent
d6f07f27ec
commit
8d70b91ead
2 changed files with 0 additions and 10 deletions
|
|
@ -1,5 +0,0 @@
|
|||
package org.junit.rules;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public interface TestRule {
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
package org.junit.runners.model;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public class Statement {
|
||||
}
|
||||
Loading…
Reference in a new issue