diff --git a/CHANGES.md b/CHANGES.md index 9315bccc2..19e6d8148 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +Airbase 150 + +* Verify JUnit tests with Airlift `junit-extensions` verifier. + Airbase 149 * Remove bval dependency * Plugin updates: diff --git a/airbase/pom.xml b/airbase/pom.xml index 8c104406f..17c28f69a 100644 --- a/airbase/pom.xml +++ b/airbase/pom.xml @@ -840,6 +840,7 @@ ${air.test.timezone} true %1$tY-%1$tm-%1$tdT%1$tH:%1$tM:%1$tS.%1$tL%1$tz %4$s %5$s%6$s%n + true false random @@ -862,6 +863,20 @@ ${surefireEnablePreview} ${air.test.jvm.additional-arguments} + + + io.airlift + junit-extensions + 3 + + + + * + * + + + +