giulong commented on code in PR #436:
URL: https://github.com/apache/maven-wrapper/pull/436#discussion_r3648002980
##########
maven-wrapper-plugin/pom.xml:
##########
@@ -113,6 +119,11 @@ under the License.
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-params</artifactId>
Review Comment:
Added to use `@ParameterizedTest`
##########
maven-wrapper-plugin/pom.xml:
##########
@@ -75,6 +75,12 @@ under the License.
<artifactId>plexus-io</artifactId>
<version>3.6.0</version>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
Review Comment:
Added since
[MetadataXpp3Reader.read()](https://maven.apache.org/ref/3.3.9/apidocs/org/apache/maven/artifact/repository/metadata/io/xpp3/MetadataXpp3Reader.html#read(java.io.InputStream))
throws `XmlPullParserException` from this package.
--
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]