This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
"Used undeclared dependencies" and "Unused declared dependencies" #38
Comments
It would be good to tidy up the projects and have all used dependencies declared (meaning not just to rely on transitive dependencies and not to have any dependencies in the pom that are not actually used. A patch would be welcome. |
Below is the condensed output of
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
mvn dependency:analyze
reports many "Used undeclared dependencies" and "Unused declared dependencies".Maybe this helps to resolve #35
The text was updated successfully, but these errors were encountered: