mvn dependency:tree -X
显示:
...
[INFO] +- org.springframework.ws:spring-ws:pom:2.1.4.RELEASE:compile
[INFO] +- org.springframework.ws:spring-ws-core:jar:2.2.1.RELEASE:compile
...
...但是当我查看spring-ws
的{{3}}时,我发现它的依赖关系并未在此处显示。那是什么?如何强制maven显示所有依赖项?
答案 0 :(得分:0)
首先,你应该弄清楚依赖是依赖树的一方,使用下面的命令或参考提供的链接
std::forward_list::sort
https://maven.apache.org/plugins/maven-dependency-plugin/examples/filtering-the-dependency-tree.html
如果不是,那么它可能已被排除。