From 7dc45c0281a6bcb468356e8ee7861d43bada412a Mon Sep 17 00:00:00 2001 From: Gary Tierney Date: Sun, 13 Sep 2015 01:07:19 +0100 Subject: [PATCH] Add PowerMock JUnit module and Mockito API to pom --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 29a33b97..7ad94bdf 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,18 @@ + + org.powermock + powermock-module-junit4 + 1.6.2 + test + + + org.powermock + powermock-api-mockito + 1.6.2 + test + org.apache.commons commons-compress