From dc1aa6b841346672596850474d9acaa4bfa2b824 Mon Sep 17 00:00:00 2001 From: lpradel Date: Tue, 12 Nov 2024 14:37:11 +0100 Subject: [PATCH] Exclude transitive dependency on org.codehaus.groovy:groovy-all:jar:3.0.13 which causes Maven builds to break --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 9afdbcbb2..286a25a92 100644 --- a/pom.xml +++ b/pom.xml @@ -355,6 +355,10 @@ org.codehaus.plexus * + + org.codehaus.groovy + groovy-all +