From a1e2e6bcaa2004f07d3929048a8dae8c480e5316 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Sat, 19 Apr 2025 15:32:55 +0200 Subject: [PATCH] GH-1159 - Fix version of Maven Exec Plugin. --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 8a654dc5..f42e0136 100644 --- a/pom.xml +++ b/pom.xml @@ -526,6 +526,11 @@ limitations under the License. maven-shade-plugin 3.6.0 + + org.codehaus.mojo + exec-maven-plugin + 3.5.0 +