Advertisement
Guest User

Untitled

a guest
Nov 30th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.57 KB | None | 0 0
  1.  
  2. [INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ tourists-guide-domain ---
  3. [INFO] com.masi:tourists-guide-domain:jar:0.0.1-SNAPSHOT
  4. [INFO] +- org.springframework.boot:spring-boot-starter-data-jpa:jar:2.0.5.RELEASE:compile
  5. [INFO] | +- org.springframework.boot:spring-boot-starter:jar:2.0.5.RELEASE:compile
  6. [INFO] | | +- org.springframework.boot:spring-boot:jar:2.0.5.RELEASE:compile
  7. [INFO] | | +- org.springframework.boot:spring-boot-autoconfigure:jar:2.0.5.RELEASE:compile
  8. [INFO] | | +- org.springframework.boot:spring-boot-starter-logging:jar:2.0.5.RELEASE:compile
  9. [INFO] | | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
  10. [INFO] | | | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
  11. [INFO] | | | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.10.0:compile
  12. [INFO] | | | | \- org.apache.logging.log4j:log4j-api:jar:2.10.0:compile
  13. [INFO] | | | \- org.slf4j:jul-to-slf4j:jar:1.7.25:compile
  14. [INFO] | | +- javax.annotation:javax.annotation-api:jar:1.3.2:compile
  15. [INFO] | | \- org.yaml:snakeyaml:jar:1.19:runtime
  16. [INFO] | +- org.springframework.boot:spring-boot-starter-aop:jar:2.0.5.RELEASE:compile
  17. [INFO] | | +- org.springframework:spring-aop:jar:5.0.9.RELEASE:compile
  18. [INFO] | | \- org.aspectj:aspectjweaver:jar:1.8.13:compile
  19. [INFO] | +- org.springframework.boot:spring-boot-starter-jdbc:jar:2.0.5.RELEASE:compile
  20. [INFO] | | +- com.zaxxer:HikariCP:jar:2.7.9:compile
  21. [INFO] | | \- org.springframework:spring-jdbc:jar:5.0.9.RELEASE:compile
  22. [INFO] | +- javax.transaction:javax.transaction-api:jar:1.2:compile
  23. [INFO] | +- org.hibernate:hibernate-core:jar:5.2.17.Final:compile
  24. [INFO] | | +- org.jboss.logging:jboss-logging:jar:3.3.2.Final:compile
  25. [INFO] | | +- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.2.Final:compile
  26. [INFO] | | +- org.javassist:javassist:jar:3.22.0-GA:compile
  27. [INFO] | | +- antlr:antlr:jar:2.7.7:compile
  28. [INFO] | | +- org.jboss:jandex:jar:2.0.3.Final:compile
  29. [INFO] | | +- com.fasterxml:classmate:jar:1.3.4:compile
  30. [INFO] | | +- dom4j:dom4j:jar:1.6.1:compile
  31. [INFO] | | \- org.hibernate.common:hibernate-commons-annotations:jar:5.0.1.Final:compile
  32. [INFO] | +- org.springframework.data:spring-data-jpa:jar:2.0.10.RELEASE:compile
  33. [INFO] | | +- org.springframework.data:spring-data-commons:jar:2.0.10.RELEASE:compile
  34. [INFO] | | +- org.springframework:spring-orm:jar:5.0.9.RELEASE:compile
  35. [INFO] | | +- org.springframework:spring-context:jar:5.0.9.RELEASE:compile
  36. [INFO] | | | \- org.springframework:spring-expression:jar:5.0.9.RELEASE:compile
  37. [INFO] | | +- org.springframework:spring-tx:jar:5.0.9.RELEASE:compile
  38. [INFO] | | +- org.springframework:spring-beans:jar:5.0.9.RELEASE:compile
  39. [INFO] | | \- org.slf4j:slf4j-api:jar:1.7.25:compile
  40. [INFO] | \- org.springframework:spring-aspects:jar:5.0.9.RELEASE:compile
  41. [INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.0.5.RELEASE:test
  42. [INFO] | +- org.springframework.boot:spring-boot-test:jar:2.0.5.RELEASE:test
  43. [INFO] | +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.0.5.RELEASE:test
  44. [INFO] | +- com.jayway.jsonpath:json-path:jar:2.4.0:test
  45. [INFO] | | \- net.minidev:json-smart:jar:2.3:test
  46. [INFO] | | \- net.minidev:accessors-smart:jar:1.2:test
  47. [INFO] | | \- org.ow2.asm:asm:jar:5.0.4:test
  48. [INFO] | +- junit:junit:jar:4.12:test
  49. [INFO] | +- org.assertj:assertj-core:jar:3.9.1:test
  50. [INFO] | +- org.mockito:mockito-core:jar:2.15.0:test
  51. [INFO] | | +- net.bytebuddy:byte-buddy:jar:1.7.11:test
  52. [INFO] | | +- net.bytebuddy:byte-buddy-agent:jar:1.7.11:test
  53. [INFO] | | \- org.objenesis:objenesis:jar:2.6:test
  54. [INFO] | +- org.hamcrest:hamcrest-core:jar:1.3:test
  55. [INFO] | +- org.hamcrest:hamcrest-library:jar:1.3:test
  56. [INFO] | +- org.skyscreamer:jsonassert:jar:1.5.0:test
  57. [INFO] | | \- com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
  58. [INFO] | +- org.springframework:spring-core:jar:5.0.9.RELEASE:compile
  59. [INFO] | | \- org.springframework:spring-jcl:jar:5.0.9.RELEASE:compile
  60. [INFO] | +- org.springframework:spring-test:jar:5.0.9.RELEASE:test
  61. [INFO] | \- org.xmlunit:xmlunit-core:jar:2.5.1:test
  62. [INFO] +- com.h2database:h2:jar:1.4.197:runtime
  63. [INFO] +- org.projectlombok:lombok:jar:1.16.22:compile
  64. [INFO] \- javax.validation:validation-api:jar:2.0.1.Final:provided
  65. [INFO]
  66. [INFO] ------------------------------------------------------------------------
  67. [INFO] Building tourists-guide-web 0.0.1-SNAPSHOT
  68. [INFO] ------------------------------------------------------------------------
  69. Downloading: http://cs.krakow.comarch:8080/archiva/repository/allrepos/com/masi/tourists-guide-domain/0.0.1-SNAPSHOT/maven-metadata.xml
  70. [INFO]
  71. [INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ tourists-guide-web ---
  72. Downloading: http://cs.krakow.comarch:8080/archiva/repository/allrepos/com/masi/tourists-guide-domain/0.0.1-SNAPSHOT/tourists-guide-domain-0.0.1-SNAPSHOT.jar
  73. [INFO] com.masi:tourists-guide-web:jar:0.0.1-SNAPSHOT
  74. [INFO] +- com.masi:tourists-guide-domain:jar:0.0.1-SNAPSHOT:compile
  75. [INFO] | +- org.springframework.boot:spring-boot-starter-data-jpa:jar:2.0.5.RELEASE:compile
  76. [INFO] | | +- org.springframework.boot:spring-boot-starter-aop:jar:2.0.5.RELEASE:compile
  77. [INFO] | | | \- org.aspectj:aspectjweaver:jar:1.8.13:compile
  78. [INFO] | | +- org.springframework.boot:spring-boot-starter-jdbc:jar:2.0.5.RELEASE:compile
  79. [INFO] | | | +- com.zaxxer:HikariCP:jar:2.7.9:compile
  80. [INFO] | | | \- org.springframework:spring-jdbc:jar:5.0.9.RELEASE:compile
  81. [INFO] | | +- javax.transaction:javax.transaction-api:jar:1.2:compile
  82. [INFO] | | +- org.hibernate:hibernate-core:jar:5.2.17.Final:compile
  83. [INFO] | | | +- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.2.Final:compile
  84. [INFO] | | | +- org.javassist:javassist:jar:3.22.0-GA:compile
  85. [INFO] | | | +- antlr:antlr:jar:2.7.7:compile
  86. [INFO] | | | +- org.jboss:jandex:jar:2.0.3.Final:compile
  87. [INFO] | | | +- dom4j:dom4j:jar:1.6.1:compile
  88. [INFO] | | | \- org.hibernate.common:hibernate-commons-annotations:jar:5.0.1.Final:compile
  89. [INFO] | | +- org.springframework.data:spring-data-jpa:jar:2.0.10.RELEASE:compile
  90. [INFO] | | | +- org.springframework.data:spring-data-commons:jar:2.0.10.RELEASE:compile
  91. [INFO] | | | +- org.springframework:spring-orm:jar:5.0.9.RELEASE:compile
  92. [INFO] | | | \- org.springframework:spring-tx:jar:5.0.9.RELEASE:compile
  93. [INFO] | | \- org.springframework:spring-aspects:jar:5.0.9.RELEASE:compile
  94. [INFO] | \- com.h2database:h2:jar:1.4.197:runtime
  95. [INFO] +- org.springframework.boot:spring-boot-starter-security:jar:2.0.5.RELEASE:compile
  96. [INFO] | +- org.springframework.boot:spring-boot-starter:jar:2.0.5.RELEASE:compile
  97. [INFO] | | +- org.springframework.boot:spring-boot:jar:2.0.5.RELEASE:compile
  98. [INFO] | | +- org.springframework.boot:spring-boot-autoconfigure:jar:2.0.5.RELEASE:compile
  99. [INFO] | | +- org.springframework.boot:spring-boot-starter-logging:jar:2.0.5.RELEASE:compile
  100. [INFO] | | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
  101. [INFO] | | | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
  102. [INFO] | | | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.10.0:compile
  103. [INFO] | | | | \- org.apache.logging.log4j:log4j-api:jar:2.10.0:compile
  104. [INFO] | | | \- org.slf4j:jul-to-slf4j:jar:1.7.25:compile
  105. [INFO] | | +- javax.annotation:javax.annotation-api:jar:1.3.2:compile
  106. [INFO] | | +- org.springframework:spring-core:jar:5.0.9.RELEASE:compile
  107. [INFO] | | | \- org.springframework:spring-jcl:jar:5.0.9.RELEASE:compile
  108. [INFO] | | \- org.yaml:snakeyaml:jar:1.19:runtime
  109. [INFO] | +- org.springframework:spring-aop:jar:5.0.9.RELEASE:compile
  110. [INFO] | | \- org.springframework:spring-beans:jar:5.0.9.RELEASE:compile
  111. [INFO] | +- org.springframework.security:spring-security-config:jar:5.0.8.RELEASE:compile
  112. [INFO] | | +- org.springframework.security:spring-security-core:jar:5.0.8.RELEASE:compile
  113. [INFO] | | \- org.springframework:spring-context:jar:5.0.9.RELEASE:compile
  114. [INFO] | \- org.springframework.security:spring-security-web:jar:5.0.8.RELEASE:compile
  115. [INFO] | \- org.springframework:spring-expression:jar:5.0.9.RELEASE:compile
  116. [INFO] +- org.springframework.boot:spring-boot-starter-thymeleaf:jar:2.0.5.RELEASE:compile
  117. [INFO] | +- org.thymeleaf:thymeleaf-spring5:jar:3.0.9.RELEASE:compile
  118. [INFO] | | \- org.thymeleaf:thymeleaf:jar:3.0.9.RELEASE:compile
  119. [INFO] | | +- org.attoparser:attoparser:jar:2.0.4.RELEASE:compile
  120. [INFO] | | \- org.unbescape:unbescape:jar:1.1.5.RELEASE:compile
  121. [INFO] | \- org.thymeleaf.extras:thymeleaf-extras-java8time:jar:3.0.1.RELEASE:compile
  122. [INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.0.5.RELEASE:compile
  123. [INFO] | +- org.springframework.boot:spring-boot-starter-json:jar:2.0.5.RELEASE:compile
  124. [INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.6:compile
  125. [INFO] | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile
  126. [INFO] | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.9.6:compile
  127. [INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.9.6:compile
  128. [INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.9.6:compile
  129. [INFO] | | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.9.6:compile
  130. [INFO] | +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.0.5.RELEASE:compile
  131. [INFO] | | +- org.apache.tomcat.embed:tomcat-embed-core:jar:8.5.34:compile
  132. [INFO] | | +- org.apache.tomcat.embed:tomcat-embed-el:jar:8.5.34:compile
  133. [INFO] | | \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:8.5.34:compile
  134. [INFO] | +- org.hibernate.validator:hibernate-validator:jar:6.0.12.Final:compile
  135. [INFO] | | +- javax.validation:validation-api:jar:2.0.1.Final:compile
  136. [INFO] | | +- org.jboss.logging:jboss-logging:jar:3.3.2.Final:compile
  137. [INFO] | | \- com.fasterxml:classmate:jar:1.3.4:compile
  138. [INFO] | +- org.springframework:spring-web:jar:5.0.9.RELEASE:compile
  139. [INFO] | \- org.springframework:spring-webmvc:jar:5.0.9.RELEASE:compile
  140. [INFO] +- org.projectlombok:lombok:jar:1.16.22:compile
  141. [INFO] \- org.thymeleaf.extras:thymeleaf-extras-springsecurity4:jar:3.0.2.RELEASE:compile
  142. [INFO] \- org.slf4j:slf4j-api:jar:1.7.25:compile
  143. [INFO] ------------------------------------------------------------------------
  144. [INFO] Reactor Summary:
  145. [INFO]
  146. [INFO] Tourist application ............................... SUCCESS [3.349s]
  147. [INFO] tourists-guide-domain ............................. SUCCESS [0.712s]
  148. [INFO] tourists-guide-web ................................ SUCCESS [20.254s]
  149. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement