Skip to content

Commit

Permalink
build: use junit-jupiter in POM to pull all dependencies transitively
Browse files Browse the repository at this point in the history
Closes: #838
  • Loading branch information
gotson committed Feb 6, 2023
1 parent 4429515 commit 7863376
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,13 +383,7 @@
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<artifactId>junit-jupiter</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 7863376

Please sign in to comment.