Guest User

Untitled

a guest
Mar 25th, 2021
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 15.54 KB | None | 0 0
  1. >>>mvnw dependency:tree
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] --------------------< com.example.testing:testing >---------------------
  5. [INFO] Building Testing 0.0.1-SNAPSHOT
  6. [INFO] --------------------------------[ jar ]---------------------------------
  7. [INFO]
  8. [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ testing ---
  9. [INFO] com.example.testing:testing:jar:0.0.1-SNAPSHOT
  10. [INFO] +- io.github.jhipster:jhipster-framework:jar:3.9.1:compile
  11. [INFO] |  +- org.springframework:spring-context-support:jar:5.2.6.RELEASE:compile
  12. [INFO] |  |  +- org.springframework:spring-beans:jar:5.2.6.RELEASE:compile
  13. [INFO] |  |  \- org.springframework:spring-context:jar:5.2.6.RELEASE:compile
  14. [INFO] |  \- org.springframework.boot:spring-boot-autoconfigure:jar:2.2.7.RELEASE:compile
  15. [INFO] +- javax.annotation:javax.annotation-api:jar:1.3.2:compile
  16. [INFO] +- org.springframework.boot:spring-boot-starter-cache:jar:2.2.7.RELEASE:compile
  17. [INFO] |  \- org.springframework.boot:spring-boot-starter:jar:2.2.7.RELEASE:compile
  18. [INFO] |     +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
  19. [INFO] |     \- org.yaml:snakeyaml:jar:1.25:runtime
  20. [INFO] +- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.10.4:compile
  21. [INFO] |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.10.4:compile
  22. [INFO] |  +- com.fasterxml.jackson.core:jackson-core:jar:2.10.4:compile
  23. [INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.10.4:compile
  24. [INFO] |  +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:compile
  25. [INFO] |  \- jakarta.activation:jakarta.activation-api:jar:1.2.2:compile
  26. [INFO] +- com.fasterxml.jackson.datatype:jackson-datatype-hibernate5:jar:2.10.4:compile
  27. [INFO] |  \- javax.transaction:javax.transaction-api:jar:1.3:compile
  28. [INFO] +- com.fasterxml.jackson.datatype:jackson-datatype-hppc:jar:2.10.4:compile
  29. [INFO] |  \- com.carrotsearch:hppc:jar:0.8.1:compile
  30. [INFO] +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.10.4:compile
  31. [INFO] +- com.h2database:h2:jar:1.4.200:compile
  32. [INFO] +- io.springfox:springfox-swagger2:jar:2.9.2:compile
  33. [INFO] |  +- io.swagger:swagger-annotations:jar:1.5.20:compile
  34. [INFO] |  +- io.swagger:swagger-models:jar:1.5.20:compile
  35. [INFO] |  +- io.springfox:springfox-spi:jar:2.9.2:compile
  36. [INFO] |  |  \- io.springfox:springfox-core:jar:2.9.2:compile
  37. [INFO] |  +- io.springfox:springfox-schema:jar:2.9.2:compile
  38. [INFO] |  +- io.springfox:springfox-swagger-common:jar:2.9.2:compile
  39. [INFO] |  +- io.springfox:springfox-spring-web:jar:2.9.2:compile
  40. [INFO] |  +- com.google.guava:guava:jar:29.0-jre:compile
  41. [INFO] |  |  +- com.google.guava:failureaccess:jar:1.0.1:compile
  42. [INFO] |  |  +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
  43. [INFO] |  |  +- org.checkerframework:checker-qual:jar:2.11.1:compile
  44. [INFO] |  |  +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile
  45. [INFO] |  |  \- com.google.j2objc:j2objc-annotations:jar:1.3:compile
  46. [INFO] |  +- com.fasterxml:classmate:jar:1.5.1:compile
  47. [INFO] |  +- org.slf4j:slf4j-api:jar:1.7.30:compile
  48. [INFO] |  +- org.springframework.plugin:spring-plugin-core:jar:1.2.0.RELEASE:compile
  49. [INFO] |  \- org.springframework.plugin:spring-plugin-metadata:jar:1.2.0.RELEASE:compile
  50. [INFO] +- io.springfox:springfox-bean-validators:jar:2.9.2:compile
  51. [INFO] +- com.zaxxer:HikariCP:jar:3.4.3:compile
  52. [INFO] +- org.testcontainers:mysql:jar:1.14.3:test
  53. [INFO] |  \- org.testcontainers:jdbc:jar:1.14.3:test
  54. [INFO] |     \- org.testcontainers:database-commons:jar:1.14.3:test
  55. [INFO] |        \- org.testcontainers:testcontainers:jar:1.14.3:test
  56. [INFO] |           +- org.jetbrains:annotations:jar:19.0.0:test
  57. [INFO] |           +- org.rnorth.duct-tape:duct-tape:jar:1.0.8:test
  58. [INFO] |           +- org.rnorth.visible-assertions:visible-assertions:jar:2.1.2:test
  59. [INFO] |           +- org.rnorth:tcp-unix-socket-proxy:jar:1.0.2:test
  60. [INFO] |           |  +- com.kohlschutter.junixsocket:junixsocket-native-common:jar:2.0.4:test
  61. [INFO] |           |  |  \- org.scijava:native-lib-loader:jar:2.0.2:test
  62. [INFO] |           |  \- com.kohlschutter.junixsocket:junixsocket-common:jar:2.0.4:test
  63. [INFO] |           \- net.java.dev.jna:jna-platform:jar:4.5.2:test
  64. [INFO] |              \- net.java.dev.jna:jna:jar:4.5.2:test
  65. [INFO] +- javax.cache:cache-api:jar:1.1.1:compile
  66. [INFO] +- mysql:mysql-connector-java:jar:8.0.19:compile
  67. [INFO] |  \- com.google.protobuf:protobuf-java:jar:3.11.4:compile
  68. [INFO] +- org.ehcache:ehcache:jar:3.8.1:compile
  69. [INFO] |  \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.3:compile
  70. [INFO] |     +- org.glassfish.jaxb:txw2:jar:2.3.3:compile
  71. [INFO] |     +- com.sun.istack:istack-commons-runtime:jar:3.0.11:compile
  72. [INFO] |     \- com.sun.activation:jakarta.activation:jar:1.2.2:compile
  73. [INFO] +- org.hibernate:hibernate-jcache:jar:5.4.15.Final:compile
  74. [INFO] |  \- org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile
  75. [INFO] +- org.hibernate:hibernate-jpamodelgen:jar:5.4.15.Final:provided
  76. [INFO] |  \- javax.xml.bind:jaxb-api:jar:2.3.1:compile
  77. [INFO] +- org.hibernate:hibernate-core:jar:5.4.15.Final:compile
  78. [INFO] |  +- javax.persistence:javax.persistence-api:jar:2.2:compile
  79. [INFO] |  +- org.javassist:javassist:jar:3.24.0-GA:compile
  80. [INFO] |  +- net.bytebuddy:byte-buddy:jar:1.10.10:compile
  81. [INFO] |  +- antlr:antlr:jar:2.7.7:compile
  82. [INFO] |  +- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.1.1.Final:compile
  83. [INFO] |  +- org.jboss:jandex:jar:2.1.3.Final:compile
  84. [INFO] |  +- javax.activation:javax.activation-api:jar:1.2.0:compile
  85. [INFO] |  +- org.dom4j:dom4j:jar:2.1.3:compile
  86. [INFO] |  \- org.hibernate.common:hibernate-commons-annotations:jar:5.1.0.Final:compile
  87. [INFO] +- org.hibernate.validator:hibernate-validator:jar:6.0.19.Final:compile
  88. [INFO] |  \- javax.validation:validation-api:jar:2.0.1.Final:compile
  89. [INFO] +- org.liquibase:liquibase-core:jar:3.9.0:compile
  90. [INFO] +- net.logstash.logback:logstash-logback-encoder:jar:6.3:compile
  91. [INFO] +- org.mapstruct:mapstruct:jar:1.3.1.Final:compile
  92. [INFO] +- org.mapstruct:mapstruct-processor:jar:1.3.1.Final:provided
  93. [INFO] +- org.springframework.boot:spring-boot-configuration-processor:jar:2.2.7.RELEASE:provided
  94. [INFO] +- org.springframework.boot:spring-boot-loader-tools:jar:2.2.7.RELEASE:compile
  95. [INFO] |  +- org.springframework:spring-core:jar:5.2.6.RELEASE:compile
  96. [INFO] |  |  \- org.springframework:spring-jcl:jar:5.2.6.RELEASE:compile
  97. [INFO] |  \- org.apache.commons:commons-compress:jar:1.19:compile
  98. [INFO] +- org.springframework.boot:spring-boot-starter-actuator:jar:2.2.7.RELEASE:compile
  99. [INFO] |  +- org.springframework.boot:spring-boot-actuator-autoconfigure:jar:2.2.7.RELEASE:compile
  100. [INFO] |  |  \- org.springframework.boot:spring-boot-actuator:jar:2.2.7.RELEASE:compile
  101. [INFO] |  \- io.micrometer:micrometer-core:jar:1.4.2:compile
  102. [INFO] |     +- org.hdrhistogram:HdrHistogram:jar:2.1.12:compile
  103. [INFO] |     \- org.latencyutils:LatencyUtils:jar:2.0.3:runtime
  104. [INFO] +- org.springframework.boot:spring-boot-starter-aop:jar:2.2.7.RELEASE:compile
  105. [INFO] |  +- org.springframework:spring-aop:jar:5.2.6.RELEASE:compile
  106. [INFO] |  \- org.aspectj:aspectjweaver:jar:1.9.5:compile
  107. [INFO] +- org.springframework.boot:spring-boot-starter-data-jpa:jar:2.2.7.RELEASE:compile
  108. [INFO] |  +- org.springframework.boot:spring-boot-starter-jdbc:jar:2.2.7.RELEASE:compile
  109. [INFO] |  |  \- org.springframework:spring-jdbc:jar:5.2.6.RELEASE:compile
  110. [INFO] |  +- jakarta.persistence:jakarta.persistence-api:jar:2.2.3:compile
  111. [INFO] |  +- jakarta.transaction:jakarta.transaction-api:jar:1.3.3:compile
  112. [INFO] |  +- org.springframework.data:spring-data-jpa:jar:2.2.7.RELEASE:compile
  113. [INFO] |  |  +- org.springframework:spring-orm:jar:5.2.6.RELEASE:compile
  114. [INFO] |  |  \- org.springframework:spring-tx:jar:5.2.6.RELEASE:compile
  115. [INFO] |  \- org.springframework:spring-aspects:jar:5.2.6.RELEASE:compile
  116. [INFO] +- org.springframework.boot:spring-boot-starter-logging:jar:2.2.7.RELEASE:compile
  117. [INFO] |  +- ch.qos.logback:logback-classic:jar:1.2.3:compile
  118. [INFO] |  |  \- ch.qos.logback:logback-core:jar:1.2.3:compile
  119. [INFO] |  +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.12.1:compile
  120. [INFO] |  |  \- org.apache.logging.log4j:log4j-api:jar:2.12.1:compile
  121. [INFO] |  \- org.slf4j:jul-to-slf4j:jar:1.7.30:compile
  122. [INFO] +- org.springframework.boot:spring-boot-starter-mail:jar:2.2.7.RELEASE:compile
  123. [INFO] |  \- com.sun.mail:jakarta.mail:jar:1.6.5:compile
  124. [INFO] +- org.springframework.boot:spring-boot-starter-security:jar:2.2.7.RELEASE:compile
  125. [INFO] |  +- org.springframework.security:spring-security-config:jar:5.2.4.RELEASE:compile
  126. [INFO] |  \- org.springframework.security:spring-security-web:jar:5.2.4.RELEASE:compile
  127. [INFO] |     \- org.springframework:spring-expression:jar:5.2.6.RELEASE:compile
  128. [INFO] +- org.springframework.boot:spring-boot-starter-thymeleaf:jar:2.2.7.RELEASE:compile
  129. [INFO] |  +- org.thymeleaf:thymeleaf-spring5:jar:3.0.11.RELEASE:compile
  130. [INFO] |  |  \- org.thymeleaf:thymeleaf:jar:3.0.11.RELEASE:compile
  131. [INFO] |  |     +- org.attoparser:attoparser:jar:2.0.5.RELEASE:compile
  132. [INFO] |  |     \- org.unbescape:unbescape:jar:1.1.6.RELEASE:compile
  133. [INFO] |  \- org.thymeleaf.extras:thymeleaf-extras-java8time:jar:3.0.4.RELEASE:compile
  134. [INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.2.7.RELEASE:compile
  135. [INFO] |  +- org.springframework.boot:spring-boot-starter-json:jar:2.2.7.RELEASE:compile
  136. [INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.10.4:compile
  137. [INFO] |  |  \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.10.4:compile
  138. [INFO] |  +- org.springframework.boot:spring-boot-starter-validation:jar:2.2.7.RELEASE:compile
  139. [INFO] |  |  \- jakarta.validation:jakarta.validation-api:jar:2.0.2:compile
  140. [INFO] |  +- org.springframework:spring-web:jar:5.2.6.RELEASE:compile
  141. [INFO] |  \- org.springframework:spring-webmvc:jar:5.2.6.RELEASE:compile
  142. [INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.2.7.RELEASE:test
  143. [INFO] |  +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.2.7.RELEASE:test
  144. [INFO] |  +- com.jayway.jsonpath:json-path:jar:2.4.0:test
  145. [INFO] |  |  \- net.minidev:json-smart:jar:2.3:test
  146. [INFO] |  |     \- net.minidev:accessors-smart:jar:1.2:test
  147. [INFO] |  |        \- org.ow2.asm:asm:jar:5.0.4:test
  148. [INFO] |  +- org.junit.jupiter:junit-jupiter:jar:5.5.2:test
  149. [INFO] |  |  +- org.junit.jupiter:junit-jupiter-api:jar:5.5.2:test
  150. [INFO] |  |  |  +- org.opentest4j:opentest4j:jar:1.2.0:test
  151. [INFO] |  |  |  \- org.junit.platform:junit-platform-commons:jar:1.5.2:test
  152. [INFO] |  |  +- org.junit.jupiter:junit-jupiter-params:jar:5.5.2:test
  153. [INFO] |  |  \- org.junit.jupiter:junit-jupiter-engine:jar:5.5.2:test
  154. [INFO] |  +- org.junit.vintage:junit-vintage-engine:jar:5.5.2:test
  155. [INFO] |  |  \- org.junit.platform:junit-platform-engine:jar:1.5.2:test
  156. [INFO] |  +- org.mockito:mockito-junit-jupiter:jar:3.1.0:test
  157. [INFO] |  +- org.assertj:assertj-core:jar:3.13.2:test
  158. [INFO] |  +- org.hamcrest:hamcrest:jar:2.1:test
  159. [INFO] |  +- org.mockito:mockito-core:jar:3.1.0:test
  160. [INFO] |  |  +- net.bytebuddy:byte-buddy-agent:jar:1.10.10:test
  161. [INFO] |  |  \- org.objenesis:objenesis:jar:2.6:test
  162. [INFO] |  +- org.skyscreamer:jsonassert:jar:1.5.0:test
  163. [INFO] |  +- org.springframework:spring-test:jar:5.2.6.RELEASE:test
  164. [INFO] |  \- org.xmlunit:xmlunit-core:jar:2.6.4:test
  165. [INFO] +- org.springframework.boot:spring-boot-test:jar:2.2.7.RELEASE:test
  166. [INFO] |  \- org.springframework.boot:spring-boot:jar:2.2.7.RELEASE:compile
  167. [INFO] +- org.springframework.security:spring-security-test:jar:5.2.4.RELEASE:test
  168. [INFO] |  \- org.springframework.security:spring-security-core:jar:5.2.4.RELEASE:compile
  169. [INFO] +- com.tngtech.archunit:archunit-junit5-api:jar:0.14.1:test
  170. [INFO] |  \- com.tngtech.archunit:archunit:jar:0.14.1:test
  171. [INFO] +- com.tngtech.archunit:archunit-junit5-engine:jar:0.14.1:test
  172. [INFO] |  \- com.tngtech.archunit:archunit-junit5-engine-api:jar:0.14.1:test
  173. [INFO] +- org.zalando:problem-spring-web:jar:0.25.2:compile
  174. [INFO] |  +- org.zalando:problem-violations:jar:0.25.2:compile
  175. [INFO] |  +- org.zalando:problem-spring-common:jar:0.25.2:compile
  176. [INFO] |  +- org.apiguardian:apiguardian-api:jar:1.1.0:compile
  177. [INFO] |  +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
  178. [INFO] |  +- org.zalando:problem:jar:0.23.0:compile
  179. [INFO] |  +- org.zalando:jackson-datatype-problem:jar:0.23.0:compile
  180. [INFO] |  \- org.zalando:faux-pas:jar:0.8.0:compile
  181. [INFO] +- io.jsonwebtoken:jjwt-api:jar:0.11.1:compile
  182. [INFO] +- io.jsonwebtoken:jjwt-impl:jar:0.11.1:runtime
  183. [INFO] +- io.jsonwebtoken:jjwt-jackson:jar:0.11.1:runtime
  184. [INFO] +- org.springframework.boot:spring-boot-starter-cloud-connectors:jar:2.2.7.RELEASE:compile
  185. [INFO] |  +- org.springframework.cloud:spring-cloud-spring-service-connector:jar:2.0.7.RELEASE:compile
  186. [INFO] |  |  \- org.springframework.cloud:spring-cloud-connectors-core:jar:2.0.7.RELEASE:compile
  187. [INFO] |  +- org.springframework.cloud:spring-cloud-cloudfoundry-connector:jar:2.0.7.RELEASE:compile
  188. [INFO] |  +- org.springframework.cloud:spring-cloud-heroku-connector:jar:2.0.7.RELEASE:compile
  189. [INFO] |  \- org.springframework.cloud:spring-cloud-localconfig-connector:jar:2.0.7.RELEASE:compile
  190. [INFO] |     \- org.apache.commons:commons-lang3:jar:3.9:compile
  191. [INFO] +- org.springframework.security:spring-security-data:jar:5.2.4.RELEASE:compile
  192. [INFO] |  \- org.springframework.data:spring-data-commons:jar:2.2.7.RELEASE:compile
  193. [INFO] +- io.micrometer:micrometer-registry-prometheus:jar:1.4.2:runtime
  194. [INFO] |  \- io.prometheus:simpleclient_common:jar:0.8.1:runtime
  195. [INFO] |     \- io.prometheus:simpleclient:jar:0.9.0:runtime
  196. [INFO] +- io.dropwizard.metrics:metrics-core:jar:4.1.9:compile
  197. [INFO] +- io.cucumber:cucumber-junit:jar:4.8.1:test
  198. [INFO] |  +- io.cucumber:cucumber-core:jar:4.8.1:test
  199. [INFO] |  |  +- io.cucumber:gherkin:jar:5.1.0:test
  200. [INFO] |  |  +- io.cucumber:tag-expressions:jar:1.1.1:test
  201. [INFO] |  |  +- io.cucumber:cucumber-expressions:jar:7.0.2:test
  202. [INFO] |  |  \- io.cucumber:datatable:jar:1.1.14:test
  203. [INFO] |  |     \- io.cucumber:datatable-dependencies:jar:1.1.14:test
  204. [INFO] |  \- junit:junit:jar:4.12:test
  205. [INFO] |     \- org.hamcrest:hamcrest-core:jar:2.1:test
  206. [INFO] +- io.cucumber:cucumber-spring:jar:4.8.1:test
  207. [INFO] |  \- io.cucumber:cucumber-java:jar:4.8.1:test
  208. [INFO] +- org.springframework.boot:spring-boot-starter-undertow:jar:2.2.7.RELEASE:compile
  209. [INFO] |  +- io.undertow:undertow-core:jar:2.2.2.Final:compile
  210. [INFO] |  |  +- org.jboss.xnio:xnio-api:jar:3.8.0.Final:compile
  211. [INFO] |  |  |  +- org.wildfly.common:wildfly-common:jar:1.5.2.Final:compile
  212. [INFO] |  |  |  \- org.wildfly.client:wildfly-client-config:jar:1.0.1.Final:compile
  213. [INFO] |  |  +- org.jboss.xnio:xnio-nio:jar:3.8.0.Final:runtime
  214. [INFO] |  |  \- org.jboss.threads:jboss-threads:jar:3.1.0.Final:compile
  215. [INFO] |  +- io.undertow:undertow-servlet:jar:2.2.2.Final:compile
  216. [INFO] |  |  \- org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec:jar:2.0.1.Final:compile
  217. [INFO] |  +- io.undertow:undertow-websockets-jsr:jar:2.2.2.Final:compile
  218. [INFO] |  |  \- org.jboss.spec.javax.websocket:jboss-websocket-api_1.1_spec:jar:2.0.0.Final:compile
  219. [INFO] |  +- jakarta.servlet:jakarta.servlet-api:jar:4.0.3:compile
  220. [INFO] |  \- org.glassfish:jakarta.el:jar:3.0.3:compile
  221. [INFO] \- org.springframework.boot:spring-boot-devtools:jar:2.2.7.RELEASE:compile
  222. [INFO] ------------------------------------------------------------------------
  223. [INFO] BUILD SUCCESS
  224. [INFO] ------------------------------------------------------------------------
  225. [INFO] Total time:  9.533 s
  226. [INFO] Finished at: 2021-03-25T17:42:07+01:00
  227. [INFO] ------------------------------------------------------------------------
Add Comment
Please, Sign In to add comment