Guest User

Untitled

a guest
Feb 28th, 2023
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.03 KB | Software | 0 0
  1.  
  2. [INFO] --- maven-dependency-plugin:3.3.0:tree (default-cli) @ iaido-api ---
  3. [INFO] ai.iaido:iaido-api:jar:3.0.0-SNAPSHOT
  4. [INFO] +- org.springframework.boot:spring-boot-starter-data-jpa:jar:3.0.2:compile
  5. [INFO] | +- org.springframework.boot:spring-boot-starter-aop:jar:3.0.2:compile
  6. [INFO] | | \- org.aspectj:aspectjweaver:jar:1.9.19:compile
  7. [INFO] | +- org.springframework.boot:spring-boot-starter-jdbc:jar:3.0.2:compile
  8. [INFO] | | +- com.zaxxer:HikariCP:jar:5.0.1:compile
  9. [INFO] | | \- org.springframework:spring-jdbc:jar:6.0.4:compile
  10. [INFO] | +- org.hibernate.orm:hibernate-core:jar:6.1.6.Final:compile
  11. [INFO] | | +- jakarta.transaction:jakarta.transaction-api:jar:2.0.1:compile
  12. [INFO] | | +- org.jboss.logging:jboss-logging:jar:3.5.0.Final:compile
  13. [INFO] | | +- org.hibernate.common:hibernate-commons-annotations:jar:6.0.2.Final:compile
  14. [INFO] | | +- org.jboss:jandex:jar:2.4.2.Final:compile
  15. [INFO] | | +- com.fasterxml:classmate:jar:1.5.1:compile
  16. [INFO] | | +- net.bytebuddy:byte-buddy:jar:1.12.22:compile
  17. [INFO] | | +- org.glassfish.jaxb:jaxb-runtime:jar:4.0.1:runtime
  18. [INFO] | | | \- org.glassfish.jaxb:jaxb-core:jar:4.0.1:runtime
  19. [INFO] | | | +- org.eclipse.angus:angus-activation:jar:1.0.0:runtime
  20. [INFO] | | | +- org.glassfish.jaxb:txw2:jar:4.0.1:runtime
  21. [INFO] | | | \- com.sun.istack:istack-commons-runtime:jar:4.1.1:runtime
  22. [INFO] | | +- jakarta.inject:jakarta.inject-api:jar:2.0.0:compile
  23. [INFO] | | \- org.antlr:antlr4-runtime:jar:4.10.1:runtime
  24. [INFO] | +- org.springframework.data:spring-data-jpa:jar:3.0.1:compile
  25. [INFO] | | +- org.springframework:spring-orm:jar:6.0.4:compile
  26. [INFO] | | +- org.springframework:spring-context:jar:6.0.4:compile
  27. [INFO] | | +- org.springframework:spring-tx:jar:6.0.4:compile
  28. [INFO] | | +- org.springframework:spring-beans:jar:6.0.4:compile
  29. [INFO] | | \- jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile
  30. [INFO] | \- org.springframework:spring-aspects:jar:6.0.4:compile
  31. [INFO] +- org.springframework.boot:spring-boot-starter-oauth2-resource-server:jar:3.0.2:compile
  32. [INFO] | +- org.springframework.boot:spring-boot-starter:jar:3.0.2:compile
  33. [INFO] | | +- org.springframework.boot:spring-boot:jar:3.0.2:compile
  34. [INFO] | | \- org.springframework.boot:spring-boot-starter-logging:jar:3.0.2:compile
  35. [INFO] | | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.19.0:compile
  36. [INFO] | | | \- org.apache.logging.log4j:log4j-api:jar:2.19.0:compile
  37. [INFO] | | \- org.slf4j:jul-to-slf4j:jar:2.0.6:compile
  38. [INFO] | +- org.springframework.security:spring-security-config:jar:6.0.1:compile
  39. [INFO] | +- org.springframework.security:spring-security-core:jar:6.0.1:compile
  40. [INFO] | | +- org.springframework.security:spring-security-crypto:jar:6.0.1:compile
  41. [INFO] | | +- org.springframework:spring-expression:jar:6.0.4:compile
  42. [INFO] | | \- io.micrometer:micrometer-observation:jar:1.10.3:compile
  43. [INFO] | | \- io.micrometer:micrometer-commons:jar:1.10.3:compile
  44. [INFO] | +- org.springframework.security:spring-security-oauth2-resource-server:jar:6.0.1:compile
  45. [INFO] | | \- org.springframework.security:spring-security-oauth2-core:jar:6.0.1:compile
  46. [INFO] | \- org.springframework.security:spring-security-oauth2-jose:jar:6.0.1:compile
  47. [INFO] | \- com.nimbusds:nimbus-jose-jwt:jar:9.24.4:compile
  48. [INFO] | \- com.github.stephenc.jcip:jcip-annotations:jar:1.0-1:compile
  49. [INFO] +- org.springdoc:springdoc-openapi-starter-webmvc-ui:jar:2.0.2:compile
  50. [INFO] | +- org.springdoc:springdoc-openapi-starter-webmvc-api:jar:2.0.2:compile
  51. [INFO] | | \- org.springdoc:springdoc-openapi-starter-common:jar:2.0.2:compile
  52. [INFO] | | \- io.swagger.core.v3:swagger-core-jakarta:jar:2.2.7:compile
  53. [INFO] | | +- io.swagger.core.v3:swagger-annotations-jakarta:jar:2.2.7:compile
  54. [INFO] | | \- io.swagger.core.v3:swagger-models-jakarta:jar:2.2.7:compile
  55. [INFO] | +- org.webjars:swagger-ui:jar:4.15.5:compile
  56. [INFO] | +- org.webjars:webjars-locator-core:jar:0.52:compile
  57. [INFO] | \- io.github.classgraph:classgraph:jar:4.8.149:compile
  58. [INFO] +- org.springframework.boot:spring-boot-starter-security:jar:3.0.2:compile
  59. [INFO] | +- org.springframework:spring-aop:jar:6.0.4:compile
  60. [INFO] | \- org.springframework.security:spring-security-web:jar:6.0.1:compile
  61. [INFO] +- org.springframework.boot:spring-boot-starter-validation:jar:3.0.2:compile
  62. [INFO] | +- org.apache.tomcat.embed:tomcat-embed-el:jar:10.1.5:compile
  63. [INFO] | \- org.hibernate.validator:hibernate-validator:jar:8.0.0.Final:compile
  64. [INFO] | \- jakarta.validation:jakarta.validation-api:jar:3.0.2:compile
  65. [INFO] +- org.springframework.boot:spring-boot-starter-web:jar:3.0.2:compile
  66. [INFO] | +- org.springframework.boot:spring-boot-starter-json:jar:3.0.2:compile
  67. [INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.1:compile
  68. [INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.1:compile
  69. [INFO] | | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.1:compile
  70. [INFO] | +- org.springframework.boot:spring-boot-starter-tomcat:jar:3.0.2:compile
  71. [INFO] | | \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:10.1.5:compile
  72. [INFO] | +- org.springframework:spring-web:jar:6.0.4:compile
  73. [INFO] | \- org.springframework:spring-webmvc:jar:6.0.4:compile
  74. [INFO] +- org.springframework.boot:spring-boot-starter-jersey:jar:3.0.2:compile
  75. [INFO] | +- org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.1.0:compile
  76. [INFO] | | \- org.glassfish.jersey.core:jersey-common:jar:3.1.0:compile
  77. [INFO] | | \- org.glassfish.hk2:osgi-resource-locator:jar:1.0.3:compile
  78. [INFO] | +- org.glassfish.jersey.containers:jersey-container-servlet:jar:3.1.0:compile
  79. [INFO] | +- org.glassfish.jersey.core:jersey-server:jar:3.1.0:compile
  80. [INFO] | | \- org.glassfish.jersey.core:jersey-client:jar:3.1.0:compile
  81. [INFO] | +- org.glassfish.jersey.ext:jersey-bean-validation:jar:3.1.0:compile
  82. [INFO] | +- org.glassfish.jersey.ext:jersey-spring6:jar:3.1.0:compile
  83. [INFO] | | +- org.glassfish.jersey.inject:jersey-hk2:jar:3.1.0:compile
  84. [INFO] | | | +- org.glassfish.hk2:hk2-locator:jar:3.0.3:compile
  85. [INFO] | | | | \- org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3:compile
  86. [INFO] | | | \- org.javassist:javassist:jar:3.28.0-GA:compile
  87. [INFO] | | +- org.glassfish.hk2:hk2:jar:3.0.3:compile
  88. [INFO] | | | +- org.glassfish.hk2:hk2-utils:jar:3.0.3:compile
  89. [INFO] | | | +- org.glassfish.hk2:hk2-api:jar:3.0.3:compile
  90. [INFO] | | | +- org.glassfish.hk2:hk2-core:jar:3.0.3:compile
  91. [INFO] | | | +- org.glassfish.hk2:hk2-runlevel:jar:3.0.3:compile
  92. [INFO] | | | \- org.glassfish.hk2:class-model:jar:3.0.3:compile
  93. [INFO] | | | +- org.ow2.asm:asm-analysis:jar:9.2:compile
  94. [INFO] | | | +- org.ow2.asm:asm-commons:jar:9.2:compile
  95. [INFO] | | | +- org.ow2.asm:asm-tree:jar:9.2:compile
  96. [INFO] | | | \- org.ow2.asm:asm-util:jar:9.2:compile
  97. [INFO] | | \- org.glassfish.hk2:spring-bridge:jar:3.0.3:compile
  98. [INFO] | \- org.glassfish.jersey.media:jersey-media-json-jackson:jar:3.1.0:compile
  99. [INFO] | \- org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.1.0:compile
  100. [INFO] +- org.springframework.boot:spring-boot-starter-freemarker:jar:3.0.2:compile
  101. [INFO] | +- org.freemarker:freemarker:jar:2.3.32:compile
  102. [INFO] | \- org.springframework:spring-context-support:jar:6.0.4:compile
  103. [INFO] +- com.fasterxml.jackson.module:jackson-module-kotlin:jar:2.14.1:compile
  104. [INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.14.1:compile
  105. [INFO] | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1:compile
  106. [INFO] +- org.springframework.boot:spring-boot-configuration-processor:jar:3.0.2:compile
  107. [INFO] +- org.postgresql:postgresql:jar:42.5.2:compile
  108. [INFO] | \- org.checkerframework:checker-qual:jar:3.5.0:runtime
  109. [INFO] +- org.jetbrains.kotlin:kotlin-reflect:jar:1.8.10:compile
  110. [INFO] | \- org.jetbrains.kotlin:kotlin-stdlib:jar:1.8.10:compile
  111. [INFO] | \- org.jetbrains:annotations:jar:13.0:compile
  112. [INFO] +- org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.8.10:compile
  113. [INFO] | \- org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.8.10:compile
  114. [INFO] +- org.springframework.boot:spring-boot-starter-test:jar:3.0.2:test
  115. [INFO] | +- org.springframework.boot:spring-boot-test:jar:3.0.2:test
  116. [INFO] | +- org.springframework.boot:spring-boot-test-autoconfigure:jar:3.0.2:test
  117. [INFO] | +- com.jayway.jsonpath:json-path:jar:2.7.0:test
  118. [INFO] | | \- net.minidev:json-smart:jar:2.4.8:test
  119. [INFO] | | \- net.minidev:accessors-smart:jar:2.4.8:test
  120. [INFO] | | \- org.ow2.asm:asm:jar:9.1:test
  121. [INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.0:compile
  122. [INFO] | | \- jakarta.activation:jakarta.activation-api:jar:2.1.1:compile
  123. [INFO] | +- org.assertj:assertj-core:jar:3.23.1:compile
  124. [INFO] | +- org.hamcrest:hamcrest:jar:2.2:test
  125. [INFO] | +- org.junit.jupiter:junit-jupiter:jar:5.9.2:test
  126. [INFO] | | +- org.junit.jupiter:junit-jupiter-api:jar:5.9.2:test
  127. [INFO] | | | +- org.opentest4j:opentest4j:jar:1.2.0:test
  128. [INFO] | | | +- org.junit.platform:junit-platform-commons:jar:1.9.2:test
  129. [INFO] | | | \- org.apiguardian:apiguardian-api:jar:1.1.2:test
  130. [INFO] | | +- org.junit.jupiter:junit-jupiter-params:jar:5.9.2:test
  131. [INFO] | | \- org.junit.jupiter:junit-jupiter-engine:jar:5.9.2:test
  132. [INFO] | | \- org.junit.platform:junit-platform-engine:jar:1.9.2:test
  133. [INFO] | +- org.mockito:mockito-core:jar:4.8.1:test
  134. [INFO] | | +- net.bytebuddy:byte-buddy-agent:jar:1.12.22:test
  135. [INFO] | | \- org.objenesis:objenesis:jar:3.2:test
  136. [INFO] | +- org.mockito:mockito-junit-jupiter:jar:4.8.1:test
  137. [INFO] | +- org.skyscreamer:jsonassert:jar:1.5.1:test
  138. [INFO] | | \- com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
  139. [INFO] | +- org.springframework:spring-core:jar:6.0.4:compile
  140. [INFO] | | \- org.springframework:spring-jcl:jar:6.0.4:compile
  141. [INFO] | +- org.springframework:spring-test:jar:6.0.4:test
  142. [INFO] | \- org.xmlunit:xmlunit-core:jar:2.9.1:test
  143. [INFO] +- org.apache.poi:poi-ooxml:jar:3.15:compile
  144. [INFO] | +- org.apache.poi:poi:jar:3.15:compile
  145. [INFO] | | \- org.apache.commons:commons-collections4:jar:4.1:compile
  146. [INFO] | +- org.apache.poi:poi-ooxml-schemas:jar:3.15:compile
  147. [INFO] | | \- org.apache.xmlbeans:xmlbeans:jar:2.6.0:compile
  148. [INFO] | | \- stax:stax-api:jar:1.0.1:compile
  149. [INFO] | \- com.github.virtuald:curvesapi:jar:1.04:compile
  150. [INFO] +- com.amazonaws:aws-java-sdk-s3:jar:1.12.261:compile
  151. [INFO] | +- com.amazonaws:aws-java-sdk-kms:jar:1.12.261:compile
  152. [INFO] | +- com.amazonaws:aws-java-sdk-core:jar:1.12.261:compile
  153. [INFO] | | +- commons-logging:commons-logging:jar:1.1.3:compile
  154. [INFO] | | +- software.amazon.ion:ion-java:jar:1.0.2:compile
  155. [INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.1:compile
  156. [INFO] | | \- joda-time:joda-time:jar:2.8.1:compile
  157. [INFO] | \- com.amazonaws:jmespath-java:jar:1.12.261:compile
  158. [INFO] +- net.coobird:thumbnailator:jar:0.4.8:compile
  159. [INFO] +- com.sendgrid:sendgrid-java:jar:4.9.1:compile
  160. [INFO] | +- com.sendgrid:java-http-client:jar:4.3.9:compile
  161. [INFO] | | \- org.apache.httpcomponents:httpcore:jar:4.4.16:compile
  162. [INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.14.1:compile
  163. [INFO] | \- org.bouncycastle:bcprov-jdk15on:jar:1.70:compile
  164. [INFO] +- org.apache.xmlgraphics:batik-transcoder:jar:1.14:compile
  165. [INFO] | +- org.apache.xmlgraphics:batik-anim:jar:1.14:compile
  166. [INFO] | | +- org.apache.xmlgraphics:batik-css:jar:1.14:compile
  167. [INFO] | | +- org.apache.xmlgraphics:batik-ext:jar:1.14:compile
  168. [INFO] | | +- org.apache.xmlgraphics:batik-parser:jar:1.14:compile
  169. [INFO] | | \- org.apache.xmlgraphics:batik-svg-dom:jar:1.14:compile
  170. [INFO] | +- org.apache.xmlgraphics:batik-awt-util:jar:1.14:compile
  171. [INFO] | | \- org.apache.xmlgraphics:xmlgraphics-commons:jar:2.6:compile
  172. [INFO] | +- org.apache.xmlgraphics:batik-bridge:jar:1.14:compile
  173. [INFO] | | \- org.apache.xmlgraphics:batik-script:jar:1.14:compile
  174. [INFO] | +- org.apache.xmlgraphics:batik-dom:jar:1.14:compile
  175. [INFO] | | +- xalan:xalan:jar:2.7.2:compile
  176. [INFO] | | | \- xalan:serializer:jar:2.7.2:compile
  177. [INFO] | | \- xml-apis:xml-apis:jar:1.4.01:compile
  178. [INFO] | +- org.apache.xmlgraphics:batik-gvt:jar:1.14:compile
  179. [INFO] | +- org.apache.xmlgraphics:batik-shared-resources:jar:1.14:compile
  180. [INFO] | +- org.apache.xmlgraphics:batik-svggen:jar:1.14:compile
  181. [INFO] | +- org.apache.xmlgraphics:batik-util:jar:1.14:compile
  182. [INFO] | | +- org.apache.xmlgraphics:batik-constants:jar:1.14:compile
  183. [INFO] | | \- org.apache.xmlgraphics:batik-i18n:jar:1.14:compile
  184. [INFO] | +- org.apache.xmlgraphics:batik-xml:jar:1.14:compile
  185. [INFO] | \- xml-apis:xml-apis-ext:jar:1.3.04:compile
  186. [INFO] +- org.apache.xmlgraphics:batik-codec:jar:1.10:compile
  187. [INFO] +- com.github.librepdf:openpdf:jar:1.2.10:compile
  188. [INFO] | \- com.github.albfernandez:juniversalchardet:jar:2.3.0:compile
  189. [INFO] +- org.springframework.boot:spring-boot-starter-cache:jar:3.0.2:compile
  190. [INFO] +- org.springframework.boot:spring-boot-starter-data-redis:jar:3.0.2:compile
  191. [INFO] | +- org.springframework.data:spring-data-redis:jar:3.0.1:compile
  192. [INFO] | | +- org.springframework.data:spring-data-keyvalue:jar:3.0.1:compile
  193. [INFO] | | \- org.springframework:spring-oxm:jar:6.0.4:compile
  194. [INFO] | \- io.lettuce:lettuce-core:jar:6.2.2.RELEASE:compile
  195. [INFO] | +- io.netty:netty-common:jar:4.1.87.Final:compile
  196. [INFO] | +- io.netty:netty-handler:jar:4.1.87.Final:compile
  197. [INFO] | | +- io.netty:netty-resolver:jar:4.1.87.Final:compile
  198. [INFO] | | +- io.netty:netty-buffer:jar:4.1.87.Final:compile
  199. [INFO] | | +- io.netty:netty-transport-native-unix-common:jar:4.1.87.Final:compile
  200. [INFO] | | \- io.netty:netty-codec:jar:4.1.87.Final:compile
  201. [INFO] | +- io.netty:netty-transport:jar:4.1.87.Final:compile
  202. [INFO] | \- io.projectreactor:reactor-core:jar:3.5.2:compile
  203. [INFO] | \- org.reactivestreams:reactive-streams:jar:1.0.4:compile
  204. [INFO] +- iaido.ai:report-library:jar:1.0.0-SNAPSHOT:compile
  205. [INFO] | +- iaido.ai:pipline-orchestration:jar:0.0.1-SNAPSHOT:compile
  206. [INFO] | | +- org.springdoc:springdoc-openapi-kotlin:jar:1.6.12:compile
  207. [INFO] | | | \- org.springdoc:springdoc-openapi-common:jar:1.6.12:compile
  208. [INFO] | | | \- io.swagger.core.v3:swagger-core:jar:2.2.4:compile
  209. [INFO] | | | +- io.swagger.core.v3:swagger-annotations:jar:2.2.4:compile
  210. [INFO] | | | \- io.swagger.core.v3:swagger-models:jar:2.2.4:compile
  211. [INFO] | | \- org.springdoc:springdoc-openapi-ui:jar:1.6.12:compile
  212. [INFO] | | \- org.springdoc:springdoc-openapi-webmvc-core:jar:1.6.12:compile
  213. [INFO] | +- io.novaware.latte5.spring:utils:jar:3.1.0-SNAPSHOT:compile
  214. [INFO] | | \- com.github.slugify:slugify:jar:2.4:compile
  215. [INFO] | | \- com.ibm.icu:icu4j:jar:64.2:compile
  216. [INFO] | +- org.springframework.boot:spring-boot-autoconfigure:jar:3.0.2:compile
  217. [INFO] | \- io.fabric8:kubernetes-client:jar:6.1.1:compile
  218. [INFO] | +- io.fabric8:kubernetes-client-api:jar:6.1.1:compile
  219. [INFO] | | +- io.fabric8:kubernetes-model-core:jar:6.1.1:compile
  220. [INFO] | | | \- io.fabric8:kubernetes-model-common:jar:6.1.1:compile
  221. [INFO] | | +- io.fabric8:kubernetes-model-gatewayapi:jar:6.1.1:compile
  222. [INFO] | | +- io.fabric8:kubernetes-model-rbac:jar:6.1.1:compile
  223. [INFO] | | +- io.fabric8:kubernetes-model-admissionregistration:jar:6.1.1:compile
  224. [INFO] | | +- io.fabric8:kubernetes-model-apps:jar:6.1.1:compile
  225. [INFO] | | +- io.fabric8:kubernetes-model-autoscaling:jar:6.1.1:compile
  226. [INFO] | | +- io.fabric8:kubernetes-model-apiextensions:jar:6.1.1:compile
  227. [INFO] | | +- io.fabric8:kubernetes-model-batch:jar:6.1.1:compile
  228. [INFO] | | +- io.fabric8:kubernetes-model-certificates:jar:6.1.1:compile
  229. [INFO] | | +- io.fabric8:kubernetes-model-coordination:jar:6.1.1:compile
  230. [INFO] | | +- io.fabric8:kubernetes-model-discovery:jar:6.1.1:compile
  231. [INFO] | | +- io.fabric8:kubernetes-model-events:jar:6.1.1:compile
  232. [INFO] | | +- io.fabric8:kubernetes-model-extensions:jar:6.1.1:compile
  233. [INFO] | | +- io.fabric8:kubernetes-model-flowcontrol:jar:6.1.1:compile
  234. [INFO] | | +- io.fabric8:kubernetes-model-networking:jar:6.1.1:compile
  235. [INFO] | | +- io.fabric8:kubernetes-model-metrics:jar:6.1.1:compile
  236. [INFO] | | +- io.fabric8:kubernetes-model-policy:jar:6.1.1:compile
  237. [INFO] | | +- io.fabric8:kubernetes-model-scheduling:jar:6.1.1:compile
  238. [INFO] | | +- io.fabric8:kubernetes-model-storageclass:jar:6.1.1:compile
  239. [INFO] | | +- io.fabric8:kubernetes-model-node:jar:6.1.1:compile
  240. [INFO] | | \- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.14.1:compile
  241. [INFO] | +- io.fabric8:kubernetes-httpclient-okhttp:jar:6.1.1:runtime
  242. [INFO] | | +- com.squareup.okhttp3:okhttp:jar:4.10.0:runtime
  243. [INFO] | | | \- com.squareup.okio:okio-jvm:jar:3.0.0:runtime
  244. [INFO] | | \- com.squareup.okhttp3:logging-interceptor:jar:4.10.0:runtime
  245. [INFO] | \- io.fabric8:zjsonpatch:jar:0.3.0:compile
  246. [INFO] +- org.apache.commons:commons-csv:jar:1.6:compile
  247. [INFO] +- org.testcontainers:postgresql:jar:1.17.6:test
  248. [INFO] | \- org.testcontainers:jdbc:jar:1.17.6:test
  249. [INFO] | \- org.testcontainers:database-commons:jar:1.17.6:test
  250. [INFO] +- org.testcontainers:elasticsearch:jar:1.17.6:test
  251. [INFO] | \- org.testcontainers:testcontainers:jar:1.17.6:test
  252. [INFO] | +- org.apache.commons:commons-compress:jar:1.22:test
  253. [INFO] | +- org.rnorth.duct-tape:duct-tape:jar:1.0.8:test
  254. [INFO] | +- com.github.docker-java:docker-java-api:jar:3.2.13:test
  255. [INFO] | \- com.github.docker-java:docker-java-transport-zerodep:jar:3.2.13:test
  256. [INFO] | +- com.github.docker-java:docker-java-transport:jar:3.2.13:test
  257. [INFO] | \- net.java.dev.jna:jna:jar:5.8.0:test
  258. [INFO] +- io.rest-assured:kotlin-extensions:jar:5.3.0:test
  259. [INFO] | \- io.rest-assured:rest-assured:jar:5.2.1:test
  260. [INFO] | +- org.apache.groovy:groovy:jar:4.0.7:test
  261. [INFO] | +- org.apache.groovy:groovy-xml:jar:4.0.7:test
  262. [INFO] | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:test
  263. [INFO] | +- io.rest-assured:json-path:jar:5.2.1:test
  264. [INFO] | | +- org.apache.groovy:groovy-json:jar:4.0.7:test
  265. [INFO] | | \- io.rest-assured:rest-assured-common:jar:5.2.1:test
  266. [INFO] | \- io.rest-assured:xml-path:jar:5.2.1:test
  267. [INFO] +- iaido.ai:core-iaido:jar:3.0.0-SNAPSHOT:compile
  268. [INFO] | +- iaido.ai:admin:jar:3.1.0-SNAPSHOT:compile
  269. [INFO] | | +- iaido.ai:application:jar:3.1.0-SNAPSHOT:compile
  270. [INFO] | | +- com.amazonaws:aws-java-sdk-polly:jar:1.11.716:compile
  271. [INFO] | | +- com.amazonaws:aws-java-sdk-translate:jar:1.11.716:compile
  272. [INFO] | | +- com.amazonaws:aws-java-sdk-cloudfront:jar:1.11.716:compile
  273. [INFO] | | \- org.springframework.boot:spring-boot-starter-webflux:jar:3.0.2:compile
  274. [INFO] | | +- org.springframework.boot:spring-boot-starter-reactor-netty:jar:3.0.2:compile
  275. [INFO] | | | \- io.projectreactor.netty:reactor-netty-http:jar:1.1.2:compile
  276. [INFO] | | | +- io.netty:netty-codec-http:jar:4.1.87.Final:compile
  277. [INFO] | | | +- io.netty:netty-codec-http2:jar:4.1.87.Final:compile
  278. [INFO] | | | +- io.netty:netty-resolver-dns:jar:4.1.87.Final:compile
  279. [INFO] | | | | \- io.netty:netty-codec-dns:jar:4.1.87.Final:compile
  280. [INFO] | | | +- io.netty:netty-resolver-dns-native-macos:jar:osx-x86_64:4.1.87.Final:compile
  281. [INFO] | | | | \- io.netty:netty-resolver-dns-classes-macos:jar:4.1.87.Final:compile
  282. [INFO] | | | +- io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.87.Final:compile
  283. [INFO] | | | | \- io.netty:netty-transport-classes-epoll:jar:4.1.87.Final:compile
  284. [INFO] | | | \- io.projectreactor.netty:reactor-netty-core:jar:1.1.2:compile
  285. [INFO] | | | \- io.netty:netty-handler-proxy:jar:4.1.87.Final:compile
  286. [INFO] | | | \- io.netty:netty-codec-socks:jar:4.1.87.Final:compile
  287. [INFO] | | \- org.springframework:spring-webflux:jar:6.0.4:compile
  288. [INFO] | +- jakarta.persistence:jakarta.persistence-api:jar:3.1.0:compile
  289. [INFO] | +- org.hibernate.orm:hibernate-envers:jar:6.1.6.Final:compile
  290. [INFO] | +- org.springframework.data:spring-data-commons:jar:3.0.1:compile
  291. [INFO] | +- iaido.ai:hibernate-search:jar:1.1.0-SNAPSHOT:compile
  292. [INFO] | | +- org.hibernate.search:hibernate-search-mapper-orm-orm6:jar:6.1.8.Final:compile
  293. [INFO] | | | +- org.hibernate.search:hibernate-search-engine:jar:6.1.8.Final:compile
  294. [INFO] | | | +- org.hibernate.search:hibernate-search-mapper-pojo-base:jar:6.1.8.Final:compile
  295. [INFO] | | | \- org.hibernate.search:hibernate-search-util-common:jar:6.1.8.Final:compile
  296. [INFO] | | +- org.hibernate.search:hibernate-search-backend-elasticsearch:jar:6.1.7.Final:compile
  297. [INFO] | | | \- org.elasticsearch.client:elasticsearch-rest-client-sniffer:jar:8.5.3:compile
  298. [INFO] | | \- org.hibernate.search:hibernate-search-backend-lucene:jar:6.1.7.Final:compile
  299. [INFO] | | +- org.apache.lucene:lucene-core:jar:8.11.1:compile
  300. [INFO] | | +- org.apache.lucene:lucene-analyzers-common:jar:8.11.1:compile
  301. [INFO] | | +- org.apache.lucene:lucene-queryparser:jar:8.11.1:compile
  302. [INFO] | | | \- org.apache.lucene:lucene-queries:jar:8.11.1:compile
  303. [INFO] | | +- org.apache.lucene:lucene-join:jar:8.11.1:compile
  304. [INFO] | | \- org.apache.lucene:lucene-facet:jar:8.11.1:compile
  305. [INFO] | | \- com.carrotsearch:hppc:jar:0.8.1:compile
  306. [INFO] | +- com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:jar:2.14.1:compile
  307. [INFO] | +- io.hypersistence:hypersistence-utils-hibernate-60:jar:3.1.1:compile
  308. [INFO] | +- commons-io:commons-io:jar:2.8.0:compile
  309. [INFO] | +- commons-codec:commons-codec:jar:1.15:compile
  310. [INFO] | \- jakarta.ws.rs:jakarta.ws.rs-api:jar:3.1.0:compile
  311. [INFO] +- io.sentry:sentry-logback:jar:5.7.0:compile
  312. [INFO] | +- io.sentry:sentry:jar:5.7.0:compile
  313. [INFO] | \- ch.qos.logback:logback-classic:jar:1.4.5:compile
  314. [INFO] | \- ch.qos.logback:logback-core:jar:1.4.5:compile
  315. [INFO] +- io.sentry:sentry-spring-boot-starter:jar:5.7.0:compile
  316. [INFO] | \- io.sentry:sentry-spring:jar:5.7.0:compile
  317. [INFO] +- com.mashape.unirest:unirest-java:jar:1.4.9:compile
  318. [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.14:compile
  319. [INFO] | +- org.apache.httpcomponents:httpasyncclient:jar:4.1.5:compile
  320. [INFO] | | \- org.apache.httpcomponents:httpcore-nio:jar:4.4.16:compile
  321. [INFO] | +- org.apache.httpcomponents:httpmime:jar:4.5.14:compile
  322. [INFO] | \- org.json:json:jar:20160212:compile
  323. [INFO] +- com.google.code.gson:gson:jar:2.9.0:compile
  324. [INFO] +- co.elastic.clients:elasticsearch-java:jar:8.3.3:compile
  325. [INFO] | +- org.elasticsearch.client:elasticsearch-rest-client:jar:8.5.3:compile
  326. [INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
  327. [INFO] | +- jakarta.json:jakarta.json-api:jar:2.1.1:compile
  328. [INFO] | \- org.eclipse.parsson:parsson:jar:1.0.0:compile
  329. [INFO] +- iaido.ai:auth-helper:jar:1.1.0-SNAPSHOT:compile
  330. [INFO] +- org.liquibase:liquibase-core:jar:4.19.0:compile
  331. [INFO] | +- javax.xml.bind:jaxb-api:jar:2.3.1:compile
  332. [INFO] | | \- javax.activation:javax.activation-api:jar:1.2.0:compile
  333. [INFO] | +- org.yaml:snakeyaml:jar:1.33:compile
  334. [INFO] | \- com.opencsv:opencsv:jar:5.7.1:compile
  335. [INFO] | +- org.apache.commons:commons-lang3:jar:3.12.0:compile
  336. [INFO] | \- org.apache.commons:commons-text:jar:1.10.0:compile
  337. [INFO] +- com.amazonaws:aws-java-sdk-ses:jar:1.12.261:compile
  338. [INFO] +- org.springframework.security:spring-security-test:jar:6.0.2:test
  339. [INFO] +- io.mockk:mockk-jvm:jar:1.13.4:test
  340. [INFO] | +- io.mockk:mockk-dsl-jvm:jar:1.13.4:test
  341. [INFO] | +- io.mockk:mockk-agent-jvm:jar:1.13.4:test
  342. [INFO] | +- io.mockk:mockk-agent-api-jvm:jar:1.13.4:test
  343. [INFO] | +- io.mockk:mockk-core-jvm:jar:1.13.4:test
  344. [INFO] | +- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.8.10:compile
  345. [INFO] | +- org.slf4j:slf4j-api:jar:2.0.6:compile
  346. [INFO] | +- junit:junit:jar:4.13.2:test
  347. [INFO] | | \- org.hamcrest:hamcrest-core:jar:2.2:test
  348. [INFO] | \- org.jetbrains.kotlinx:kotlinx-coroutines-core:jar:1.6.4:test
  349. [INFO] | \- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:jar:1.6.4:test
  350. [INFO] +- com.c4-soft.springaddons:spring-addons-oauth2-test:jar:6.1.0:test
  351. [INFO] | +- org.springframework.security:spring-security-oauth2-client:jar:6.0.1:test
  352. [INFO] | | \- com.nimbusds:oauth2-oidc-sdk:jar:9.43.1:test
  353. [INFO] | | +- com.nimbusds:content-type:jar:2.2:test
  354. [INFO] | | \- com.nimbusds:lang-tag:jar:1.7:test
  355. [INFO] | +- com.c4-soft.springaddons:spring-addons-oauth2:jar:6.1.0:test
  356. [INFO] | \- org.apache.tomcat.embed:tomcat-embed-core:jar:10.1.5:compile
  357. [INFO] | \- org.apache.tomcat:tomcat-annotations-api:jar:10.1.5:compile
  358. [INFO] +- org.springframework.cloud:spring-cloud-contract-wiremock:jar:4.0.1:compile
  359. [INFO] | +- jakarta.servlet:jakarta.servlet-api:jar:6.0.0:compile
  360. [INFO] | +- com.github.tomakehurst:wiremock-jre8-standalone:jar:2.35.0:compile
  361. [INFO] | +- org.apache.httpcomponents.client5:httpclient5:jar:5.1.4:compile
  362. [INFO] | | +- org.apache.httpcomponents.core5:httpcore5:jar:5.1.5:compile
  363. [INFO] | | \- org.apache.httpcomponents.core5:httpcore5-h2:jar:5.1.5:compile
  364. [INFO] | \- org.springframework.cloud:spring-cloud-test-support:jar:4.0.1:compile
  365. [INFO] | +- org.apache.maven.resolver:maven-resolver-connector-basic:jar:1.1.1:compile
  366. [INFO] | | +- org.apache.maven.resolver:maven-resolver-api:jar:1.1.1:compile
  367. [INFO] | | +- org.apache.maven.resolver:maven-resolver-spi:jar:1.1.1:compile
  368. [INFO] | | \- org.apache.maven.resolver:maven-resolver-util:jar:1.1.1:compile
  369. [INFO] | +- org.apache.maven.resolver:maven-resolver-impl:jar:1.1.1:compile
  370. [INFO] | +- org.apache.maven:maven-resolver-provider:jar:3.5.4:compile
  371. [INFO] | | +- org.apache.maven:maven-model:jar:3.5.4:compile
  372. [INFO] | | +- org.apache.maven:maven-model-builder:jar:3.5.4:compile
  373. [INFO] | | | +- org.codehaus.plexus:plexus-interpolation:jar:1.24:compile
  374. [INFO] | | | +- org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile
  375. [INFO] | | | +- org.apache.maven:maven-artifact:jar:3.5.4:compile
  376. [INFO] | | | \- org.apache.maven:maven-builder-support:jar:3.5.4:compile
  377. [INFO] | | +- org.apache.maven:maven-repository-metadata:jar:3.5.4:compile
  378. [INFO] | | +- org.codehaus.plexus:plexus-utils:jar:3.1.0:compile
  379. [INFO] | | \- javax.inject:javax.inject:jar:1:compile
  380. [INFO] | \- org.apache.maven.resolver:maven-resolver-transport-http:jar:1.1.1:compile
  381. [INFO] \- org.bitbucket.b_c:jose4j:jar:0.9.3:compile
  382. [INFO] ------------------------------------------------------------------------
  383.  
Add Comment
Please, Sign In to add comment