Skip to content

Commit

Permalink
Migrate to JUnit 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Aug 17, 2024
1 parent 3e18222 commit 0d8ce2c
Show file tree
Hide file tree
Showing 15 changed files with 2,985 additions and 2,332 deletions.
13 changes: 3 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -520,17 +520,11 @@
<optional>true</optional><!-- mandatory in Scala -->
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.tngtech.java</groupId>
<artifactId>junit-dataprovider</artifactId>
<version>${junit-dataprovider.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<!-- ==================================================================== -->
Expand Down Expand Up @@ -791,9 +785,8 @@
<!-- ==================================================================== -->
<properties>
<!-- Dependencies -->
<junit-dataprovider.version>1.13.1</junit-dataprovider.version>
<joda-convert.version>2.2.3</joda-convert.version>
<junit.version>4.13.2</junit.version>
<junit.version>5.11.0</junit.version>

<!-- Common control parameters -->
<joda.osgi.packages>org.joda.money.*</joda.osgi.packages>
Expand Down
Loading

0 comments on commit 0d8ce2c

Please sign in to comment.