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