#1363: make Mockito dependency test-scoped instead of compile-scoped (#1364)

This commit is contained in:
Oliver Lockwood
2023-06-08 15:57:04 +01:00
committed by GitHub
parent a64758f35f
commit 2078249d03

View File

@@ -60,6 +60,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<scope>test</scope>
</dependency>
<dependency>