kwin commented on code in PR #1233:
URL:
https://github.com/apache/maven-site-plugin/pull/1233#discussion_r2836163952
##########
pom.xml:
##########
@@ -284,6 +284,14 @@ under the License.
<version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>
+ <!-- reusing component to configure Wagon -->
+ <dependency>
+ <groupId>org.apache.maven.resolver</groupId>
+ <artifactId>maven-resolver-transport-wagon</artifactId>
+ <version>1.4.1</version>
+ <!-- version shipping with Maven 3.6.3-->
+ <scope>compile</scope>
Review Comment:
Is this provided from the Maven Core classloader?
--
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]