Set correct test scope for JUnit migration support lib (fix #30)

This commit is contained in:
2019-08-16 19:59:09 +02:00
parent 8b278f67fe
commit 0cca2de1aa
2 changed files with 8 additions and 1 deletions

View File

@ -129,6 +129,7 @@
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-migrationsupport</artifactId>
<version>5.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>