cstamas commented on code in PR #1752:
URL: https://github.com/apache/maven-resolver/pull/1752#discussion_r2699077450
##########
maven-resolver-spi/pom.xml:
##########
@@ -47,6 +47,11 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>2.21.0</version>
Review Comment:
In my IDE it shows
<img width="607" height="213" alt="Image"
src="https://github.com/user-attachments/assets/3994c70b-8a58-4e85-b8cf-fcda7199549a"
/>
So probably not direct deps, but we may want to pull them up (and also
figure out what commons-logging does here at all)
--
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]