From 797696744b7874db3817c7802117d8f2d9993110 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 5 Oct 2024 08:38:47 -0400 Subject: [PATCH] Remove "cobertura" plugin, we use JaCoco, Cobertura is unmaintained --- pom.xml | 16 ---------------- src/changes/changes.xml | 2 ++ 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index 56efd3b..68dcefa 100644 --- a/pom.xml +++ b/pom.xml @@ -205,22 +205,6 @@ under the License. true - - - org.codehaus.mojo - cobertura-maven-plugin - ${commons.cobertura.version} - - true - - org.moditect moditect-maven-plugin diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 79fa62c..fc470bf 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,6 +50,8 @@ The type attribute can be add,update,fix,remove. Bump org.apache.commons:commons-parent from 72 to 76 #285, #287, #295, #298. Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 #288. Bump log4j2.version from 2.23.1 to 2.24.1 #292, #299. + + Remove "cobertura" plugin, we use JaCoco, Cobertura is unmaintained.