reta commented on code in PR #2557:
URL: https://github.com/apache/cxf/pull/2557#discussion_r2286721524
##########
parent/pom.xml:
##########
@@ -585,7 +586,19 @@
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
- <version>4.0.27</version>
+ <version>${cxf.groovy.version}</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.gmaven</groupId>
Review Comment:
@ppalaga why do we need `groovy-maven-plugin` plugin? AFAIK it is not
supported and will be problematic (potentially) for Maven 4 support.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]