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-compiler-plugin.git
commit 1e4396b03060aecc2c60e7f5197c55aef64c36a1 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Tue Feb 9 15:05:47 2021 +0100 fix: update Groovy for groovy-maven-plugin --- src/it/MCOMPILER-349_dependencyChanged/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/it/MCOMPILER-349_dependencyChanged/pom.xml b/src/it/MCOMPILER-349_dependencyChanged/pom.xml index d985a19..929d2dd 100644 --- a/src/it/MCOMPILER-349_dependencyChanged/pom.xml +++ b/src/it/MCOMPILER-349_dependencyChanged/pom.xml @@ -65,6 +65,13 @@ } </source> </configuration> + <dependencies> + <dependency> + <groupId>org.codehaus.groovy</groupId> + <artifactId>groovy-all</artifactId> + <version>2.4.21</version> + </dependency> + </dependencies> </plugin> </plugins> </pluginManagement>
