You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 25, 2019. It is now read-only.
In some cases, the maven dependency:tree command spits out:
[INFO] artifact a.b.c: checking for updates from central
This breaks the dependency resolution.
In that case it effectively finds only a.b.c as a dependency but does not report it.
Workaround: upgrade Maven. In my case 3.5.3 does the job.