From a64ad35a68ffec8d6bec942f3bfac46b5e42656c Mon Sep 17 00:00:00 2001 From: Oliver Bertuch Date: Wed, 7 Nov 2018 15:25:29 +0100 Subject: [PATCH] Update JaCoCo to 0.8.2 and fix wrong imports. Related to #775. As JaCoCo has been a direct dependency in *compile* scope, at four places accidentially some classes from transitive dependencies from JaCoCo have been used instead of the classes used commonly within the codebase. Removing the JaCoCo direct dependency as only the plugin is used at build/test time. It is sufficient for Maven to have the plugin included with its version number - this is handled as a transitive dependency during the build internally by Maven. Hopefully this created no harm, but better fix this now. --- pom.xml | 8 ++------ .../providers/oauth2/impl/GitHubOAuth2AP.java | 2 +- .../dataverse/harvest/client/oai/OaiHandler.java | 3 ++- .../harvest/server/web/servlet/OAIServlet.java | 3 ++- .../iq/dataverse/util/json/JsonPrinter.java | 14 ++------------ 5 files changed, 9 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index 061eafb63bc..9e3ae8a6279 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,7 @@ 5.3.1 1.3.1 2.22.0 + 0.8.2 @@ -418,11 +419,6 @@ 2.4.0 test - - org.jacoco - jacoco-maven-plugin - 0.7.5.201505241946 -