elharo commented on a change in pull request #43: update dependencies
URL:
https://github.com/apache/maven-dependency-plugin/pull/43#discussion_r401514650
##########
File path: pom.xml
##########
@@ -316,7 +316,7 @@ under the License.
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http-lightweight</artifactId>
- <version>1.0-beta-6</version>
+ <version>3.3.4</version>
Review comment:
In 3.3.4 this is three classes in org.apache.maven.wagon.providers.http
In 1.0-beta-6 this is two classes in the same package, so as best I can tell
the answer is no.
I'm not 100% sure we need this dependency at all. We don't seem to import
any of those, though it might get loaded though some sort of indirect service
provider mechanism.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services