How to debug artifact replacement in Maven
问题 I have a parent project contains a dozen child projects, one of the child projects use org.apache.httpcomponents:httpclient:jar:4.3.5 , which depends on org.apache.httpcomponents:httpcore:jar:4.3.2 . However, the result version of httpcore is resolved to 4.2.1 instead of 4.3.2. The following is an extraction of the output when running dependency:tree with debug option checked in Eclipse: ... [DEBUG] Using mirror nexus (http://192.168.0.111:8081/nexus/content/groups/public) for apache