diff --git a/pom.xml b/pom.xml index 1da61fff4..d75bde69c 100644 --- a/pom.xml +++ b/pom.xml @@ -126,6 +126,21 @@ + + + org.apache.maven.plugins + maven-enforcer-plugin + + + + Use AssertJ assertions instead of JUnit + + org.junit.jupiter.api.Assertions.* + + + + +