Skip to content

Instantly share code, notes, and snippets.

@jhirn
Created December 4, 2013 01:25
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 jhirn/7780767 to your computer and use it in GitHub Desktop.
Save jhirn/7780767 to your computer and use it in GitHub Desktop.
#Pom without clj-http explicitly
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)
#pom with clj-http
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
[INFO] | | +- (org.apache.httpcomponents:httpcore:jar:4.3:compile - omitted for duplicate)
[INFO] | +- org.apache.httpcomponents:httpmime:jar:4.3:compile
[INFO] | | \- (org.apache.httpcomponents:httpclient:jar:4.3:compile - omitted for duplicate)
[INFO] | +- (clj-http:clj-http:jar:0.7.7:compile - omitted for duplicate)
[INFO] | | \- (org.apache.httpcomponents:httpclient:jar:4.0.1:test - omitted for conflict with 4.3)
[INFO] | +- (org.apache.httpcomponents:httpclient:jar:4.1.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