slawekjaranowski commented on code in PR #184: URL: https://github.com/apache/maven-integration-testing/pull/184#discussion_r989720602
########## core-it-suite/pom.xml: ########## @@ -495,7 +832,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>2.0</version> + <version>3.3.0</version> Review Comment: Is version needed here, in line 358 you remove version tag ########## core-it-suite/src/test/resources/mng-3652/test-plugin/pom.xml: ########## @@ -10,24 +10,32 @@ <dependencies> <dependency> <groupId>org.apache.maven</groupId> - <artifactId>maven-compat</artifactId> - <version>3.0-beta-3</version> + <artifactId>maven-plugin-api</artifactId> + <version>3.8.6</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-api</artifactId> - <version>3.0-beta-3</version> + <artifactId>maven-core</artifactId> + <version>3.8.6</version> + <scope>provided</scope> </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> + <groupId>org.apache.maven</groupId> + <artifactId>maven-compat</artifactId> + <version>3.8.6</version> + <scope>provided</scope> </dependency> <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-core</artifactId> - <version>3.0-beta-3</version> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-utils</artifactId> + <version>3.4.2</version> </dependency> +<!-- <dependency>--> +<!-- <groupId>junit</groupId>--> +<!-- <artifactId>junit</artifactId>--> +<!-- <version>3.8.1</version>--> +<!-- <scope>test</scope>--> +<!-- </dependency>--> Review Comment: please remove commented block -- 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