From 1f149ac7e57f1a6cbfa3054ba7a422d48c1c3eb3 Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Mon, 23 Mar 2026 09:54:33 -0400 Subject: [PATCH] fix(build): duplicate `maven-enforcer-plugin` declaration --- pom.xml | 39 ++++++++++++++++----------------------- 1 file changed, 16 insertions(+), 23 deletions(-) diff --git a/pom.xml b/pom.xml index 75e1343339..abae1bce84 100644 --- a/pom.xml +++ b/pom.xml @@ -263,28 +263,6 @@ - - - org.apache.maven.plugins - maven-enforcer-plugin - 3.6.2 - - - enforce-java - - enforce - - - - - [21,) - - - - - - - com.github.spotbugs @@ -388,12 +366,13 @@ - + org.apache.maven.plugins maven-enforcer-plugin 3.6.2 + enforce-dependency-convergence @@ -410,6 +389,20 @@ + + + enforce-java + + enforce + + + + + [21,) + + + +