Change scope for junit from test to provided

This commit is contained in:
libraryaddict 2023-06-11 18:09:50 +12:00
parent 548e2c83fb
commit b302c421d8

View File

@ -122,7 +122,7 @@
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>