Skip to content

Commit a1e2e6b

Browse files
committed
GH-1159 - Fix version of Maven Exec Plugin.
1 parent 4d1db81 commit a1e2e6b

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
@@ -526,6 +526,11 @@ limitations under the License.
526526
<artifactId>maven-shade-plugin</artifactId>
527527
<version>3.6.0</version>
528528
</plugin>
529+
<plugin>
530+
<groupId>org.codehaus.mojo</groupId>
531+
<artifactId>exec-maven-plugin</artifactId>
532+
<version>3.5.0</version>
533+
</plugin>
529534
</plugins>
530535
</pluginManagement>
531536

0 commit comments

Comments
 (0)