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