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