Skip to content

Instantly share code, notes, and snippets.

@jhirn
Created December 4, 2013 01:23
Show Gist options
  • Save jhirn/7780751 to your computer and use it in GitHub Desktop.
Save jhirn/7780751 to your computer and use it in GitHub Desktop.
jh@jhdmba:~/src/devmynd/opinionlab/dev/dev2/projects/alestorm (master) $ mvn dependency:tree -Dverbose=true | grep http
[INFO] | +- clj-http:clj-http:jar:0.7.7:compile
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.3:compile
[INFO] | | +- (org.apache.httpcomponents:httpclient:jar:4.3:compile - omitted for conflict with 4.1.1)
[INFO] | | +- org.apache.httpcomponents:httpmime:jar:4.3:compile
[INFO] | | | \- (org.apache.httpcomponents:httpclient:jar:4.3:compile - omitted for conflict with 4.1.1)
[INFO] | | \- (org.apache.httpcomponents:httpclient:jar:4.0.1:test - omitted for conflict with 4.1.1)
[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.1.1:test
[INFO] | | +- (org.apache.httpcomponents:httpcore:jar:4.1:test - omitted for conflict with 4.3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment