elharo commented on issue #1535: URL: https://github.com/apache/maven-dependency-plugin/issues/1535#issuecomment-3369007789
The problem is not hamcrest itself. It's that when you use it like this you get a warning that it's unused. Then you remove it and get a warning that it's declared but not used. You have to use the exclusion you suggested to prevent both warnings from appearing. The dependency plugin doesn't understand what's going on here. -- 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]
