From 6c59593a4b506c8ce21cae619a4fccd45923e1d1 Mon Sep 17 00:00:00 2001 From: HOCKLA Date: Thu, 2 Jan 2020 09:20:42 -0600 Subject: Added mockito dependencies Added latest versions of mockito-core and powermock-mockito2 Part of jdk11 upgrades Issue-ID: POLICY-1594 Change-Id: Ifbd18a71f23ff38bfea41f75e9085322a47a421d Signed-off-by: HOCKLA --- integration/pom.xml | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) (limited to 'integration') diff --git a/integration/pom.xml b/integration/pom.xml index 6d6a1318..68388a6c 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -1,7 +1,7 @@ + + com.openpojo + openpojo + 0.8.10 + test + org.mockito mockito-all @@ -463,7 +472,7 @@ org.powermock - powermock-api-mockito + powermock-api-mockito2 ${version.powermock} test @@ -474,9 +483,9 @@ test - com.openpojo - openpojo - 0.8.10 + org.mockito + mockito-core + 3.2.4 test -- cgit 1.2.3-korg