summaryrefslogtreecommitdiffstats
path: root/jdisc_core
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-09-30 15:54:11 +0200
committergjoranv <gv@oath.com>2019-01-21 15:09:23 +0100
commit39f0b801c0fd703e6cdbddf8fa66541fb3027a92 (patch)
tree3d6ae10b32b3deb0aaedcc33452c7ec4e27e7b97 /jdisc_core
parent7f754708f8441ff0095a841356756351c6b0e0ac (diff)
Add TODO to get rid of mockito-all dependency
Diffstat (limited to 'jdisc_core')
-rw-r--r--jdisc_core/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jdisc_core/pom.xml b/jdisc_core/pom.xml
index 3268029eef3..a3567a67028 100644
--- a/jdisc_core/pom.xml
+++ b/jdisc_core/pom.xml
@@ -47,6 +47,7 @@
<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>
<scope>test</scope>