Skip to content

Commit

Permalink
Change JUnit Jupiter dependency to provided
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbechtold committed Jan 2, 2024
1 parent e0b2a1e commit 2fdd39d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>${junit.jupiter.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.opentest4j</groupId>
Expand Down

0 comments on commit 2fdd39d

Please sign in to comment.