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.
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.