Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
add junit 5 to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
kt86 committed Jan 3, 2024
1 parent eda01d4 commit 732ff0c
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
</repositories>

<dependencies>

<dependency>
<groupId>org.matsim.contrib</groupId>
<artifactId>freight</artifactId>
Expand All @@ -53,6 +52,22 @@
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.10.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.1</version>
<scope>test</scope>
</dependency>

</dependencies>



</project>

0 comments on commit 732ff0c

Please sign in to comment.