Skip to content

Commit 2431996

Browse files
committed
GH-1158 - Fix version of Maven Exec Plugin.
1 parent 1094ce1 commit 2431996

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,11 @@ limitations under the License.
531531
<artifactId>maven-shade-plugin</artifactId>
532532
<version>3.6.0</version>
533533
</plugin>
534+
<plugin>
535+
<groupId>org.codehaus.mojo</groupId>
536+
<artifactId>exec-maven-plugin</artifactId>
537+
<version>3.5.0</version>
538+
</plugin>
534539
</plugins>
535540
</pluginManagement>
536541

0 commit comments

Comments
 (0)