Skip to content

Commit

Permalink
chore(pom.xml): add JUnit Jupiter platform engine dependency for test…
Browse files Browse the repository at this point in the history
…ing purposes
  • Loading branch information
jandroav committed Sep 12, 2023
1 parent f91b48b commit a407923
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,12 @@
<version>${jupiter.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-engine</artifactId>
<version>${jupiter.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
Expand Down

0 comments on commit a407923

Please sign in to comment.