summaryrefslogtreecommitdiffstats
path: root/jdisc_core
diff options
context:
space:
mode:
Diffstat (limited to 'jdisc_core')
-rw-r--r--jdisc_core/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/jdisc_core/pom.xml b/jdisc_core/pom.xml
index d802e0585dc..ca035ec1e2e 100644
--- a/jdisc_core/pom.xml
+++ b/jdisc_core/pom.xml
@@ -47,9 +47,8 @@
<version>1.2</version>
</dependency>
<dependency>
- <!-- TODO: mockito-all is deprecated (includes old hamcrest). Use mockito-core if possible -->
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
+ <artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>