Advertisement
Guest User

Untitled

a guest
May 25th, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. >> lein pom; mvn dependency:tree
  2.  
  3. [INFO] Scanning for projects...
  4. [INFO] Searching repository for plugin with prefix: 'dependency'.
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO] Building sl
  7. [INFO] task-segment: [dependency:tree]
  8. [INFO] ------------------------------------------------------------------------
  9. [INFO] [dependency:tree {execution: default-cli}]
  10. [INFO] sl:sl:jar:1.0.0-SNAPSHOT
  11. [INFO] +- org.clojure:clojure:jar:1.4.0:compile
  12. [INFO] +- shoreleave:shoreleave:jar:0.1.0-SNAPSHOT:compile
  13. [INFO] | \- noir:noir:jar:1.3.0-beta3:compile
  14. [INFO] | +- compojure:compojure:jar:1.0.1:compile
  15. [INFO] | | +- org.clojure:core.incubator:jar:0.1.0:compile
  16. [INFO] | | +- org.clojure:tools.macro:jar:0.1.0:compile
  17. [INFO] | | +- clout:clout:jar:1.0.1:compile
  18. [INFO] | | \- ring:ring-core:jar:1.0.1:compile
  19. [INFO] | | +- commons-io:commons-io:jar:1.4:compile
  20. [INFO] | | +- commons-fileupload:commons-fileupload:jar:1.2.1:compile
  21. [INFO] | | \- javax.servlet:servlet-api:jar:2.5:compile
  22. [INFO] | +- org.clojure:tools.namespace:jar:0.1.0:compile
  23. [INFO] | | \- org.clojure:java.classpath:jar:0.1.0:compile
  24. [INFO] | +- cheshire:cheshire:jar:3.0.0:compile
  25. [INFO] | | \- org.codehaus.jackson:jackson-smile:jar:1.9.5:compile
  26. [INFO] | +- ring:ring:jar:1.0.2:compile
  27. [INFO] | | +- ring:ring-devel:jar:1.0.2:compile
  28. [INFO] | | | \- ns-tracker:ns-tracker:jar:0.1.1:compile
  29. [INFO] | | +- ring:ring-jetty-adapter:jar:1.0.2:compile
  30. [INFO] | | | +- org.mortbay.jetty:jetty:jar:6.1.25:compile
  31. [INFO] | | | | \- org.mortbay.jetty:servlet-api:jar:2.5-20081211:compile
  32. [INFO] | | | \- org.mortbay.jetty:jetty-util:jar:6.1.25:compile
  33. [INFO] | | \- ring:ring-servlet:jar:1.0.2:compile
  34. [INFO] | +- hiccup:hiccup:jar:1.0.0-beta1:compile
  35. [INFO] | +- clj-stacktrace:clj-stacktrace:jar:0.2.4:compile
  36. [INFO] | \- org.mindrot:jbcrypt:jar:0.3m:compile
  37. [INFO] +- org.clojure:core.cache:jar:0.5.0:compile
  38. [INFO] +- com.datomic:datomic:jar:0.1.3157:compile
  39. [INFO] | +- org.clojure:data.json:jar:0.1.2:compile
  40. [INFO] | +- org.slf4j:log4j-over-slf4j:jar:1.6.4:runtime
  41. [INFO] | +- org.slf4j:jcl-over-slf4j:jar:1.6.4:compile
  42. [INFO] | +- net.java.dev.jets3t:jets3t:jar:0.8.1:compile
  43. [INFO] | | +- commons-codec:commons-codec:jar:1.3:compile
  44. [INFO] | | +- commons-httpclient:commons-httpclient:jar:3.1:compile
  45. [INFO] | | \- com.jamesmurty.utils:java-xmlbuilder:jar:0.4:compile
  46. [INFO] | +- org.hornetq:hornetq-core:jar:2.2.2.Final:compile
  47. [INFO] | +- org.jboss.netty:netty:jar:3.2.4.Final:compile
  48. [INFO] | +- com.h2database:h2:jar:1.3.165:compile
  49. [INFO] | +- org.apache.lucene:lucene-core:jar:3.3.0:compile
  50. [INFO] | +- com.google.guava:guava:jar:r09:compile
  51. [INFO] | +- com.amazonaws:aws-java-sdk:jar:1.3.0:compile
  52. [INFO] | +- org.codehaus.jackson:jackson-core-asl:jar:1.8.0:compile
  53. [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.2-alpha1:compile
  54. [INFO] | | \- org.apache.httpcomponents:httpcore:jar:4.2-alpha2:compile
  55. [INFO] | +- org.apache.tomcat:tomcat-jdbc:jar:7.0.27:compile
  56. [INFO] | | \- org.apache.tomcat:tomcat-juli:jar:7.0.27:compile
  57. [INFO] | +- org.clojure:java.jdbc:jar:0.1.3:compile
  58. [INFO] | +- postgresql:postgresql:jar:9.1-901.jdbc4:compile
  59. [INFO] | \- org.codehaus.janino:commons-compiler-jdk:jar:2.6.1:compile
  60. [INFO] | \- org.codehaus.janino:commons-compiler:jar:2.6.1:compile
  61. [INFO] \- org.slf4j:slf4j-jdk14:jar:1.6.4:compile
  62. [INFO] \- org.slf4j:slf4j-api:jar:1.6.4:compile
  63. [INFO] ------------------------------------------------------------------------
  64. [INFO] BUILD SUCCESSFUL
  65. [INFO] ------------------------------------------------------------------------
  66. [INFO] Total time: 14 seconds
  67. [INFO] Finished at: Fri May 25 11:43:00 PDT 2012
  68. [INFO] Final Memory: 17M/169M
  69. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement