Skip to content

Commit

Permalink
Load junit-extensions for surefire tests
Browse files Browse the repository at this point in the history
It is very useful when running JUnit tests, and harmless otherwise.
  • Loading branch information
findepi committed Feb 5, 2024
1 parent 4425dfd commit 723b4cd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Airbase 150

* Verify JUnit tests with Airlift `junit-extensions` verifier.

Airbase 149
* Remove bval dependency
* Plugin updates:
Expand Down
7 changes: 7 additions & 0 deletions airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,13 @@
${surefireEnablePreview}
${air.test.jvm.additional-arguments}
</argLine>
<additionalClasspathDependencies>
<additionalClasspathDependency>
<groupId>io.airlift</groupId>
<artifactId>junit-extensions</artifactId>
<version>2</version>
</additionalClasspathDependency>
</additionalClasspathDependencies>
</configuration>
</plugin>

Expand Down

0 comments on commit 723b4cd

Please sign in to comment.