From 16d742b3bb3f6015cceae6ab246f8e1c2bbe766d Mon Sep 17 00:00:00 2001 From: Yuya Ebihara Date: Thu, 29 Feb 2024 09:31:10 +0900 Subject: [PATCH] Disallow JUnit assertions --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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.* + + + + +