Skip to content

Commit

Permalink
Set scope=provided for junit dependencies, re #14
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Jan 16, 2024
1 parent 34e601f commit 7ee1758
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
Expand Down

0 comments on commit 7ee1758

Please sign in to comment.