From a8c2513400a1476ec417c70c48f561801a8ef587 Mon Sep 17 00:00:00 2001 From: Kuamr Shubham Date: Thu, 5 Mar 2020 17:17:19 +0530 Subject: [PATCH] Shubham, Ankit | Add. Dependency for mocking --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index c510b2c0..0d93d0f1 100644 --- a/pom.xml +++ b/pom.xml @@ -69,6 +69,12 @@ hibernate-types-52 2.2.0 + + org.mockito + mockito-all + 1.10.19 + test +