GH-1159 - Fix version of Maven Exec Plugin.

This commit is contained in:
Oliver Drotbohm
2025-04-19 15:32:55 +02:00
parent 4d1db81f65
commit a1e2e6bcaa

View File

@@ -526,6 +526,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>