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

Commit

Permalink
version for junit is not necessary here. It is inherited from the par…
Browse files Browse the repository at this point in the history
…ent project.
  • Loading branch information
kt86 committed Jan 4, 2024
1 parent f2869f7 commit 8b6f6c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,15 @@
<scope>test</scope>
</dependency>


<!-- Junit 5 testing. Version is inherited from the parent project (MATSim), thus not needed here -->
<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>

Expand Down

0 comments on commit 8b6f6c1

Please sign in to comment.