On Fri, May 22, 2020 at 6:31 AM Debraj Manna <subharaj.ma...@gmail.com>
wrote:

> bookkeeper-common is in test scope but still netty-common is showing up as
> compile dependency.
>

Is it possible that netty-common is a transitive dependency of another
dependency as well? Running dependency:tree does not show all paths to each
dependency.

You can try running dependency:tree with the verbose flag to see more
branches of the tree, although the documentation says it is not guaranteed
to work properly with Maven 3.
https://maven.apache.org/plugins/maven-dependency-plugin/tree-mojo.html#verbose

You can also try removing the dependency on bookkeeper-common and running
dependency:tree again to see if netty-common still shows up.

--
Andy Feldman
Wealthfront

Reply via email to