diff options
Diffstat (limited to 'infra/cfg-init')
-rw-r--r-- | infra/cfg-init/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/cfg-init/pom.xml b/infra/cfg-init/pom.xml index c1fd353dc..1a0098dd0 100644 --- a/infra/cfg-init/pom.xml +++ b/infra/cfg-init/pom.xml @@ -48,7 +48,7 @@ </dependency> <dependency> <groupId>org.mockito</groupId> - <artifactId>mockito-all</artifactId> + <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> </dependencies> |