GH-1158 - Fix version of Maven Exec Plugin.

This commit is contained in:
Oliver Drotbohm
2025-04-19 15:32:55 +02:00
parent 1094ce1a5e
commit 2431996dbc

View File

@@ -531,6 +531,11 @@ limitations under the License.
<artifactId>maven-shade-plugin</artifactId>
<version>3.6.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.5.0</version>
</plugin>
</plugins>
</pluginManagement>