A project's dependency tree can be expanded to display dependency conflicts. For example, to find out why Commons Collections 2.0 is being used by the Maven Dependency Plugin, we can execute the following in the project's directory:
mvn dependency:tree -Dverbose -Dincludes=commons-collections
Read full article from Maven Dependency plugin - Resolving conflicts using the dependency tree
No comments:
Post a Comment