Skip to content

Instantly share code, notes, and snippets.

@asd1245dss
Created January 16, 2017 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asd1245dss/d45b865cb4df29edd8d658aa285b5076 to your computer and use it in GitHub Desktop.
Save asd1245dss/d45b865cb4df29edd8d658aa285b5076 to your computer and use it in GitHub Desktop.
mvn dependency:tree to locate which conflict dependencies for the library
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.4.9</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment