Skip to content

Commit

Permalink
Cleanup junit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Feb 4, 2024
1 parent ee74721 commit 84f8d3b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,12 @@
-->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 84f8d3b

Please sign in to comment.