slawekjaranowski commented on code in PR #184: URL: https://github.com/apache/maven-integration-testing/pull/184#discussion_r991874718
########## core-it-support/core-it-plugins/maven-it-plugin-parameter-implementation/pom.xml: ########## @@ -42,7 +42,35 @@ under the License. <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> - <version>2.0</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.maven.plugin-tools</groupId> + <artifactId>maven-plugin-annotations</artifactId> + <version>3.6.5-20221006.213415-47</version> + <scope>provided</scope> </dependency> </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-plugin-plugin</artifactId> + <version>3.6.5-20221006.213415-47</version> Review Comment: @gnodet - No problem with next releases, we have many resolved issues. Only open issues for next release should be reviewed. Give me a day or two, I would like to look into it. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org