Skip to content

Commit

Permalink
Fixed compile JUnit 5 is required as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredHatfield committed Mar 2, 2024
1 parent 987b82d commit 0c76d06
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
<artifactId>jsonassert</artifactId>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.10.2</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
Expand Down

0 comments on commit 0c76d06

Please sign in to comment.