Advertisement
Guest User

Output from mvn dependency:tree

a guest
Jun 10th, 2014
514
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. [INFO] ------------------------------------------------------------------------
  2. [INFO] Building myapp-rest-service 0.1.0
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO]
  5. [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ myapp-rest-service ---
  6. [INFO] com.xyz.myapp:myapp-rest-service:jar:0.1.0
  7. [INFO] +- com.jolbox:bonecp:jar:0.8.0.RELEASE:compile
  8. [INFO] | +- com.google.guava:guava:jar:15.0:compile
  9. [INFO] | \- org.slf4j:slf4j-api:jar:1.7.6:compile
  10. [INFO] +- org.springframework.boot:spring-boot-starter-web:jar:1.0.1.RELEASE:compile
  11. [INFO] | +- org.springframework.boot:spring-boot-starter:jar:1.0.1.RELEASE:compile
  12. [INFO] | | +- org.springframework.boot:spring-boot:jar:1.0.1.RELEASE:compile
  13. [INFO] | | +- org.springframework.boot:spring-boot-autoconfigure:jar:1.0.1.RELEASE:compile
  14. [INFO] | | +- org.springframework.boot:spring-boot-starter-logging:jar:1.0.1.RELEASE:compile
  15. [INFO] | | | +- org.slf4j:jcl-over-slf4j:jar:1.7.6:compile
  16. [INFO] | | | +- org.slf4j:jul-to-slf4j:jar:1.7.6:compile
  17. [INFO] | | | +- org.slf4j:log4j-over-slf4j:jar:1.7.6:compile
  18. [INFO] | | | \- ch.qos.logback:logback-classic:jar:1.1.2:compile
  19. [INFO] | | | \- ch.qos.logback:logback-core:jar:1.1.2:compile
  20. [INFO] | | \- org.yaml:snakeyaml:jar:1.13:runtime
  21. [INFO] | +- org.springframework.boot:spring-boot-starter-tomcat:jar:1.0.1.RELEASE:compile
  22. [INFO] | | +- org.apache.tomcat.embed:tomcat-embed-core:jar:7.0.52:compile
  23. [INFO] | | +- org.apache.tomcat.embed:tomcat-embed-el:jar:7.0.52:compile
  24. [INFO] | | \- org.apache.tomcat.embed:tomcat-embed-logging-juli:jar:7.0.52:compile
  25. [INFO] | +- org.springframework:spring-web:jar:4.0.3.RELEASE:compile
  26. [INFO] | \- org.springframework:spring-webmvc:jar:4.0.3.RELEASE:compile
  27. [INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.3.2:compile
  28. [INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.3.0:compile
  29. [INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.3.2:compile
  30. [INFO] +- org.springframework:spring-jdbc:jar:4.0.3.RELEASE:compile
  31. [INFO] | +- org.springframework:spring-beans:jar:4.0.3.RELEASE:compile
  32. [INFO] | \- org.springframework:spring-core:jar:4.0.3.RELEASE:compile
  33. [INFO] +- org.springframework:spring-tx:jar:4.0.3.RELEASE:compile
  34. [INFO] +- org.apache.logging.log4j:log4j-api:jar:2.0-rc1:compile
  35. [INFO] +- org.apache.logging.log4j:log4j-core:jar:2.0-rc1:compile
  36. [INFO] +- oracle:jdbc:jar:6.0:compile
  37. [INFO] +- org.springframework.boot:spring-boot-starter-security:jar:1.0.1.RELEASE:compile
  38. [INFO] | +- org.springframework.security:spring-security-config:jar:3.2.3.RELEASE:compile
  39. [INFO] | | +- aopalliance:aopalliance:jar:1.0:compile
  40. [INFO] | | \- org.springframework.security:spring-security-core:jar:3.2.3.RELEASE:compile
  41. [INFO] | +- org.springframework.security:spring-security-web:jar:3.2.3.RELEASE:compile
  42. [INFO] | +- org.springframework:spring-aop:jar:4.0.3.RELEASE:compile
  43. [INFO] | +- org.springframework:spring-context:jar:4.0.3.RELEASE:compile
  44. [INFO] | \- org.springframework:spring-expression:jar:4.0.3.RELEASE:compile
  45. [INFO] +- com.sun.jersey:jersey-bundle:jar:1.18.1:compile
  46. [INFO] | \- javax.ws.rs:jsr311-api:jar:1.1.1:compile
  47. [INFO] +- junit:junit:jar:4.11:test
  48. [INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
  49. [INFO] +- org.mockito:mockito-core:jar:1.9.5:test
  50. [INFO] | \- org.objenesis:objenesis:jar:1.0:test
  51. [INFO] \- org.hamcrest:hamcrest-library:jar:1.3:test
  52. [INFO] ------------------------------------------------------------------------
  53. [INFO] BUILD SUCCESS
  54. [INFO] ------------------------------------------------------------------------
  55. [INFO] Total time: 3.133 s
  56. [INFO] Finished at: 2014-06-10T10:58:43-08:00
  57. [INFO] Final Memory: 8M/20M
  58. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement