From 58cc7bfb5c7ec3275c4356721587e95f041934e6 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Fri, 3 Jan 2025 13:56:35 +0100 Subject: [PATCH] remove mockito from `dependencyManagement` Since some Commons projects still support Java 8 and others don't, it doesn't make much sense for the parent pom to specify a version (since projects on Java 8 will want to stick with 4.x while others will want to move to 5.x) --- pom.xml | 7 ------- src/changes/changes.xml | 1 - 2 files changed, 8 deletions(-) diff --git a/pom.xml b/pom.xml index f474eff3f..70166aa7c 100644 --- a/pom.xml +++ b/pom.xml @@ -146,7 +146,6 @@ 5.11.4 1.9.1 - 4.11.0 1.37 9.7.1 3.2.1 @@ -350,12 +349,6 @@ junit-pioneer ${commons.junit-pioneer.version} - - org.mockito - mockit-core - ${commons.mockito.version} - test - diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f07567ab7..21b57638e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -66,7 +66,6 @@ The type attribute can be add,update,fix,remove. Add org.junit-pioneer:junit-pioneer to dependencyManagement. Add org.apache.maven.plugins:maven-changes-plugin to pluginManagement. - Add mockito to dependencyManagement #568. Update site skin and reports plugins with Doxia 2 stack. Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.4 to 4.8.6.6 #518, #544.