From 56d482b723033460806da4f7bb2c2988765d5a18 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sat, 25 Nov 2017 18:56:34 +0100 Subject: [PATCH] Test framework migrated to Mockito/Powermock 2 This simple migration with the bare minimum of changes necessary solves compatibility issues with Java 9 build environments and presumably makes JaCoCo offline analysis superfluous. --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index b4964c9..ea87ad0 100644 --- a/pom.xml +++ b/pom.xml @@ -50,12 +50,12 @@ com.fasterxml.jackson.core jackson-core - 2.9.0 + 2.9.2 com.fasterxml.jackson.core jackson-databind - 2.9.0 + 2.9.2 junit @@ -72,13 +72,13 @@ org.powermock powermock-module-junit4 - 1.7.0 + 2.0.0-beta.5 test org.powermock - powermock-api-mockito - 1.7.0 + powermock-api-mockito2 + 2.0.0-beta.5 test @@ -88,7 +88,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.6.1 + 3.7.0 1.8 1.8 @@ -141,7 +141,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.20 + 2.20.1 ${project.build.directory}/jacoco.exec