From 711a81f67da743dcc9ead6c013a324be32755280 Mon Sep 17 00:00:00 2001 From: Ahmed Abbas Date: Wed, 15 Jan 2020 03:20:34 +0200 Subject: [PATCH] fix powerMock and mockito versions mismatch this was causing failures in OLM PowerMgmtPowerMockTest Junit and in OlmPowerServiceImplTest that is not completely fixed yet. JIRA: TRNSPRTPCE-180 Change-Id: I0937f92c63a3999314dcb36ec0b02a65a46d5ff5 Signed-off-by: Ahmed Abbas --- olm/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/olm/pom.xml b/olm/pom.xml index ea8e1fd29..fdb9df495 100644 --- a/olm/pom.xml +++ b/olm/pom.xml @@ -30,14 +30,28 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${project.version} + + org.mockito + mockito-core + 2.25.0 + test + + + org.powermock + powermock-core + 2.0.2 + test + org.powermock powermock-api-mockito2 + 2.0.2 test org.powermock powermock-module-junit4 + 2.0.2 test -- 2.36.6