Fix scope of junit-jupiter-api artifact in pom.xml (fixes #3321) (#3322)

This commit is contained in:
Aitor Fidalgo Sánchez
2022-10-09 20:04:02 +02:00
committed by GitHub
parent 03a4832a7d
commit 40dc1c483d

View File

@@ -43,7 +43,7 @@
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.9.0</version>
<scope>import</scope>
<scope>test</scope>
</dependency>
</dependencies>