Skip to content

Commit

Permalink
update(tests): migrate remaining JUnit 4 code in core to JUnit 5 (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-a committed Mar 23, 2024
1 parent fff79ea commit 11e3bd7
Show file tree
Hide file tree
Showing 37 changed files with 572 additions and 871 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -297,13 +297,13 @@ com.fasterxml.jackson.core.*;version=${project.version}
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 11e3bd7

Please sign in to comment.