Skip to content

Commit

Permalink
[#9575] Cleanup junit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed Jan 2, 2023
1 parent 4a00dc2 commit 8443442
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -1011,11 +1011,10 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.8.2</version>
<type>pom</type>
<scope>import</scope>
<scope>test</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit 8443442

Please sign in to comment.