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.