Skip to content

Commit

Permalink
Removed unnecessary junit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
janvanmansum committed Jun 10, 2024
1 parent cfe141e commit efece15
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,9 @@
<groupId>nl.knaw.dans</groupId>
<artifactId>dans-java-utils</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit efece15

Please sign in to comment.