Created
December 4, 2013 01:25
-
-
Save jhirn/7780767 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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