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