This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-war-plugin.git
commit a77ff81d370f13b5327611d70b820e6632c3ccab Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Tue Feb 9 14:12:36 2021 +0100 fix: update Groovy to 2.4.21 --- src/it/MWAR-427_update-without-clean/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/it/MWAR-427_update-without-clean/pom.xml b/src/it/MWAR-427_update-without-clean/pom.xml index a0d7146..07b1e17 100644 --- a/src/it/MWAR-427_update-without-clean/pom.xml +++ b/src/it/MWAR-427_update-without-clean/pom.xml @@ -58,6 +58,13 @@ under the License. new File('src/main/webapp/root.html').renameTo 'src/main/webapp/index.html' </source> </configuration> + <dependencies> + <dependency> + <groupId>org.codehaus.groovy</groupId> + <artifactId>groovy-all</artifactId> + <version>2.4.21</version> + </dependency> + </dependencies> </plugin> </plugins> </build>
