Guest User

Untitled

a guest
Oct 28th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] ----------------< com.codespeaks.rest:customerservice >-----------------
  4. [INFO] Building customerservice 0.0.1-SNAPSHOT
  5. [INFO] --------------------------------[ jar ]---------------------------------
  6. [INFO]
  7. [INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ customerservice ---
  8. [INFO] com.codespeaks.rest:customerservice:jar:0.0.1-SNAPSHOT
  9. [INFO] +- org.springframework.boot:spring-boot-starter-data-jpa:jar:2.0.6.RELEASE:compile
  10. [INFO] | +- org.springframework.boot:spring-boot-starter:jar:2.0.6.RELEASE:compile
  11. [INFO] | | +- org.springframework.boot:spring-boot:jar:2.0.6.RELEASE:compile
  12. [INFO] | | +- org.springframework.boot:spring-boot-autoconfigure:jar:2.0.6.RELEASE:compile
  13. [INFO] | | +- org.springframework.boot:spring-boot-starter-logging:jar:2.0.6.RELEASE:compile
  14. [INFO] | | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
  15. [INFO] | | | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
  16. [INFO] | | | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.10.0:compile
  17. [INFO] | | | | \- org.apache.logging.log4j:log4j-api:jar:2.10.0:compile
  18. [INFO] | | | \- org.slf4j:jul-to-slf4j:jar:1.7.25:compile
  19. [INFO] | | +- javax.annotation:javax.annotation-api:jar:1.3.2:compile
  20. [INFO] | | \- org.yaml:snakeyaml:jar:1.19:runtime
  21. [INFO] | +- org.springframework.boot:spring-boot-starter-aop:jar:2.0.6.RELEASE:compile
  22. [INFO] | | +- org.springframework:spring-aop:jar:5.0.10.RELEASE:compile
  23. [INFO] | | \- org.aspectj:aspectjweaver:jar:1.8.13:compile
  24. [INFO] | +- org.springframework.boot:spring-boot-starter-jdbc:jar:2.0.6.RELEASE:compile
  25. [INFO] | | +- com.zaxxer:HikariCP:jar:2.7.9:compile
  26. [INFO] | | \- org.springframework:spring-jdbc:jar:5.0.10.RELEASE:compile
  27. [INFO] | +- javax.transaction:javax.transaction-api:jar:1.2:compile
  28. [INFO] | +- org.hibernate:hibernate-core:jar:5.2.17.Final:compile
  29. [INFO] | | +- org.jboss.logging:jboss-logging:jar:3.3.2.Final:compile
  30. [INFO] | | +- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.2.Final:compile
  31. [INFO] | | +- org.javassist:javassist:jar:3.22.0-GA:compile
  32. [INFO] | | +- antlr:antlr:jar:2.7.7:compile
  33. [INFO] | | +- org.jboss:jandex:jar:2.0.3.Final:compile
  34. [INFO] | | +- com.fasterxml:classmate:jar:1.3.4:compile
  35. [INFO] | | +- dom4j:dom4j:jar:1.6.1:compile
  36. [INFO] | | \- org.hibernate.common:hibernate-commons-annotations:jar:5.0.1.Final:compile
  37.  
  38. .........omitted for brevity.................
Add Comment
Please, Sign In to add comment