Skip to content

Commit

Permalink
Remove Junit4 dependency as not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
henning-gerhardt committed Jul 31, 2024
1 parent 4cc70ce commit c1498dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@
<groupId>com.xebialabs.restito</groupId>
<artifactId>restito</artifactId>
<version>0.9.3</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c1498dc

Please sign in to comment.