Skip to content

Instantly share code, notes, and snippets.

@ajnfde
Created April 7, 2020 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajnfde/6b59657870c5f277ea07de11a639b014 to your computer and use it in GitHub Desktop.
Save ajnfde/6b59657870c5f277ea07de11a639b014 to your computer and use it in GitHub Desktop.
dependencies
+--- org.springframework.boot:spring-boot-starter-web:2.2.6.RELEASE
| +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot:2.2.6.RELEASE
| | | +--- org.springframework:spring-core:5.2.5.RELEASE
| | | | \--- org.springframework:spring-jcl:5.2.5.RELEASE
| | | \--- org.springframework:spring-context:5.2.5.RELEASE
| | | +--- org.springframework:spring-aop:5.2.5.RELEASE
| | | | +--- org.springframework:spring-beans:5.2.5.RELEASE
| | | | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | \--- org.springframework:spring-expression:5.2.5.RELEASE
| | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | +--- org.springframework.boot:spring-boot-autoconfigure:2.2.6.RELEASE
| | | \--- org.springframework.boot:spring-boot:2.2.6.RELEASE (*)
| | +--- org.springframework.boot:spring-boot-starter-logging:2.2.6.RELEASE
| | | +--- ch.qos.logback:logback-classic:1.2.3
| | | | +--- ch.qos.logback:logback-core:1.2.3
| | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.30
| | | +--- org.apache.logging.log4j:log4j-to-slf4j:2.12.1
| | | | +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.30
| | | | \--- org.apache.logging.log4j:log4j-api:2.12.1
| | | \--- org.slf4j:jul-to-slf4j:1.7.30
| | | \--- org.slf4j:slf4j-api:1.7.30
| | +--- jakarta.annotation:jakarta.annotation-api:1.3.5
| | +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | \--- org.yaml:snakeyaml:1.25
| +--- org.springframework.boot:spring-boot-starter-json:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (*)
| | +--- org.springframework:spring-web:5.2.5.RELEASE
| | | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | +--- com.fasterxml.jackson.core:jackson-databind:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-annotations:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| | +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-annotations:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| | \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.10.3
| | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| +--- org.springframework.boot:spring-boot-starter-tomcat:2.2.6.RELEASE
| | +--- jakarta.annotation:jakarta.annotation-api:1.3.5
| | +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.33
| | +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.33
| | \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.33
| | \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.33
| +--- org.springframework.boot:spring-boot-starter-validation:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (*)
| | +--- jakarta.validation:jakarta.validation-api:2.0.2
| | \--- org.hibernate.validator:hibernate-validator:6.0.18.Final
| | +--- org.jboss.logging:jboss-logging:3.3.2.Final -> 3.4.1.Final
| | \--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| +--- org.springframework:spring-web:5.2.5.RELEASE (*)
| \--- org.springframework:spring-webmvc:5.2.5.RELEASE
| +--- org.springframework:spring-aop:5.2.5.RELEASE (*)
| +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| +--- org.springframework:spring-context:5.2.5.RELEASE (*)
| +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework:spring-expression:5.2.5.RELEASE (*)
| \--- org.springframework:spring-web:5.2.5.RELEASE (*)
+--- org.springframework.data:spring-data-commons:2.2.6.RELEASE
| +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| \--- org.slf4j:slf4j-api:1.7.26 -> 1.7.30
+--- org.springframework.data:spring-data-elasticsearch:3.2.6.RELEASE
| +--- org.springframework:spring-context:5.2.5.RELEASE (*)
| +--- org.springframework:spring-tx:5.2.5.RELEASE
| | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework.data:spring-data-commons:2.2.6.RELEASE (*)
| +--- joda-time:joda-time:2.10.5
| +--- org.elasticsearch.client:transport:6.8.7
| | +--- org.elasticsearch:elasticsearch:6.8.7 -> 7.6.2
| | | +--- org.elasticsearch:elasticsearch-core:7.6.2
| | | +--- org.elasticsearch:elasticsearch-secure-sm:7.6.2
| | | +--- org.elasticsearch:elasticsearch-x-content:7.6.2
| | | | +--- org.elasticsearch:elasticsearch-core:7.6.2
| | | | +--- org.yaml:snakeyaml:1.17 -> 1.25
| | | | +--- com.fasterxml.jackson.core:jackson-core:2.8.11 -> 2.10.3
| | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.8.11 -> 2.10.3
| | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.11 -> 2.10.3
| | | | \--- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.8.11 -> 2.10.3
| | | +--- org.elasticsearch:elasticsearch-geo:7.6.2
| | | +--- org.apache.lucene:lucene-core:8.4.0
| | | +--- org.apache.lucene:lucene-analyzers-common:8.4.0
| | | +--- org.apache.lucene:lucene-backward-codecs:8.4.0
| | | +--- org.apache.lucene:lucene-grouping:8.4.0
| | | +--- org.apache.lucene:lucene-highlighter:8.4.0
| | | +--- org.apache.lucene:lucene-join:8.4.0
| | | +--- org.apache.lucene:lucene-memory:8.4.0
| | | +--- org.apache.lucene:lucene-misc:8.4.0
| | | +--- org.apache.lucene:lucene-queries:8.4.0
| | | +--- org.apache.lucene:lucene-queryparser:8.4.0
| | | +--- org.apache.lucene:lucene-sandbox:8.4.0
| | | +--- org.apache.lucene:lucene-spatial:8.4.0
| | | +--- org.apache.lucene:lucene-spatial-extras:8.4.0
| | | +--- org.apache.lucene:lucene-spatial3d:8.4.0
| | | +--- org.apache.lucene:lucene-suggest:8.4.0
| | | +--- org.elasticsearch:elasticsearch-cli:7.6.2
| | | | +--- net.sf.jopt-simple:jopt-simple:5.0.2
| | | | \--- org.elasticsearch:elasticsearch-core:7.6.2
| | | +--- com.carrotsearch:hppc:0.8.1
| | | +--- joda-time:joda-time:2.10.4 -> 2.10.5
| | | +--- com.tdunning:t-digest:3.2
| | | +--- org.hdrhistogram:HdrHistogram:2.1.9
| | | +--- org.apache.logging.log4j:log4j-api:2.11.1 -> 2.12.1
| | | \--- org.elasticsearch:jna:4.5.1
| | +--- org.elasticsearch.plugin:transport-netty4-client:6.8.7
| | | +--- io.netty:netty-buffer:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-codec:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-codec-http:4.1.32.Final -> 4.1.48.Final
| | | | \--- io.netty:netty-handler:4.1.48.Final
| | | +--- io.netty:netty-common:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-handler:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-resolver:4.1.32.Final -> 4.1.48.Final
| | | \--- io.netty:netty-transport:4.1.32.Final -> 4.1.48.Final
| | +--- org.elasticsearch.plugin:reindex-client:6.8.7
| | | +--- org.elasticsearch.client:elasticsearch-rest-client:6.8.7 -> 7.6.2
| | | | +--- org.apache.httpcomponents:httpclient:4.5.10 -> 4.5.12
| | | | +--- org.apache.httpcomponents:httpcore:4.4.12 -> 4.4.13
| | | | +--- org.apache.httpcomponents:httpasyncclient:4.1.4
| | | | +--- org.apache.httpcomponents:httpcore-nio:4.4.12 -> 4.4.13
| | | | \--- commons-codec:commons-codec:1.11 -> 1.13
| | | \--- org.elasticsearch:elasticsearch-ssl-config:6.8.7
| | | \--- org.elasticsearch:elasticsearch-core:6.8.7 -> 7.6.2
| | +--- org.elasticsearch.plugin:lang-mustache-client:6.8.7 -> 7.6.2
| | | \--- com.github.spullara.mustache.java:compiler:0.9.6
| | +--- org.elasticsearch.plugin:percolator-client:6.8.7
| | +--- org.elasticsearch.plugin:parent-join-client:6.8.7 -> 7.6.2
| | \--- org.elasticsearch.plugin:rank-eval-client:6.8.7 -> 7.6.2
| +--- org.elasticsearch.plugin:transport-netty4-client:6.8.7 (*)
| +--- org.elasticsearch.client:elasticsearch-rest-high-level-client:6.8.7 -> 7.6.2
| | +--- org.elasticsearch:elasticsearch:7.6.2 (*)
| | +--- org.elasticsearch.client:elasticsearch-rest-client:7.6.2 (*)
| | +--- org.elasticsearch.plugin:mapper-extras-client:7.6.2
| | +--- org.elasticsearch.plugin:parent-join-client:7.6.2
| | +--- org.elasticsearch.plugin:aggs-matrix-stats-client:7.6.2
| | +--- org.elasticsearch.plugin:rank-eval-client:7.6.2
| | \--- org.elasticsearch.plugin:lang-mustache-client:7.6.2 (*)
| +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| +--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| \--- org.slf4j:slf4j-api:1.7.26 -> 1.7.30
+--- org.elasticsearch.client:elasticsearch-rest-high-level-client:7.6.2 (*)
+--- org.elasticsearch.client:elasticsearch-rest-client:7.6.2 (*)
\--- org.elasticsearch:elasticsearch:7.6.2 (*)
compileClasspath - Compile classpath for source set 'main'.
+--- org.springframework.boot:spring-boot-starter-web:2.2.6.RELEASE
| +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot:2.2.6.RELEASE
| | | +--- org.springframework:spring-core:5.2.5.RELEASE
| | | | \--- org.springframework:spring-jcl:5.2.5.RELEASE
| | | \--- org.springframework:spring-context:5.2.5.RELEASE
| | | +--- org.springframework:spring-aop:5.2.5.RELEASE
| | | | +--- org.springframework:spring-beans:5.2.5.RELEASE
| | | | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | \--- org.springframework:spring-expression:5.2.5.RELEASE
| | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | +--- org.springframework.boot:spring-boot-autoconfigure:2.2.6.RELEASE
| | | \--- org.springframework.boot:spring-boot:2.2.6.RELEASE (*)
| | +--- org.springframework.boot:spring-boot-starter-logging:2.2.6.RELEASE
| | | +--- ch.qos.logback:logback-classic:1.2.3
| | | | +--- ch.qos.logback:logback-core:1.2.3
| | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.30
| | | +--- org.apache.logging.log4j:log4j-to-slf4j:2.12.1
| | | | +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.30
| | | | \--- org.apache.logging.log4j:log4j-api:2.12.1
| | | \--- org.slf4j:jul-to-slf4j:1.7.30
| | | \--- org.slf4j:slf4j-api:1.7.30
| | +--- jakarta.annotation:jakarta.annotation-api:1.3.5
| | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework.boot:spring-boot-starter-json:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (*)
| | +--- org.springframework:spring-web:5.2.5.RELEASE
| | | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | +--- com.fasterxml.jackson.core:jackson-databind:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-annotations:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| | +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-annotations:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| | \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.10.3
| | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| +--- org.springframework.boot:spring-boot-starter-tomcat:2.2.6.RELEASE
| | +--- jakarta.annotation:jakarta.annotation-api:1.3.5
| | +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.33
| | +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.33
| | \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.33
| | \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.33
| +--- org.springframework.boot:spring-boot-starter-validation:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (*)
| | +--- jakarta.validation:jakarta.validation-api:2.0.2
| | \--- org.hibernate.validator:hibernate-validator:6.0.18.Final
| | +--- org.jboss.logging:jboss-logging:3.3.2.Final -> 3.4.1.Final
| | \--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| +--- org.springframework:spring-web:5.2.5.RELEASE (*)
| \--- org.springframework:spring-webmvc:5.2.5.RELEASE
| +--- org.springframework:spring-aop:5.2.5.RELEASE (*)
| +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| +--- org.springframework:spring-context:5.2.5.RELEASE (*)
| +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework:spring-expression:5.2.5.RELEASE (*)
| \--- org.springframework:spring-web:5.2.5.RELEASE (*)
+--- org.springframework.data:spring-data-commons:2.2.6.RELEASE
| +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| \--- org.slf4j:slf4j-api:1.7.26 -> 1.7.30
+--- org.springframework.data:spring-data-elasticsearch:3.2.6.RELEASE
| +--- org.springframework:spring-context:5.2.5.RELEASE (*)
| +--- org.springframework:spring-tx:5.2.5.RELEASE
| | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework.data:spring-data-commons:2.2.6.RELEASE (*)
| +--- joda-time:joda-time:2.10.5
| +--- org.elasticsearch.client:transport:6.8.7
| | +--- org.elasticsearch:elasticsearch:6.8.7 -> 7.6.2
| | | +--- org.elasticsearch:elasticsearch-core:7.6.2
| | | +--- org.elasticsearch:elasticsearch-secure-sm:7.6.2
| | | +--- org.elasticsearch:elasticsearch-x-content:7.6.2
| | | | +--- org.elasticsearch:elasticsearch-core:7.6.2
| | | | +--- org.yaml:snakeyaml:1.17 -> 1.25
| | | | +--- com.fasterxml.jackson.core:jackson-core:2.8.11 -> 2.10.3
| | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.8.11 -> 2.10.3
| | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.11 -> 2.10.3
| | | | \--- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.8.11 -> 2.10.3
| | | +--- org.elasticsearch:elasticsearch-geo:7.6.2
| | | +--- org.apache.lucene:lucene-core:8.4.0
| | | +--- org.apache.lucene:lucene-analyzers-common:8.4.0
| | | +--- org.apache.lucene:lucene-backward-codecs:8.4.0
| | | +--- org.apache.lucene:lucene-grouping:8.4.0
| | | +--- org.apache.lucene:lucene-highlighter:8.4.0
| | | +--- org.apache.lucene:lucene-join:8.4.0
| | | +--- org.apache.lucene:lucene-memory:8.4.0
| | | +--- org.apache.lucene:lucene-misc:8.4.0
| | | +--- org.apache.lucene:lucene-queries:8.4.0
| | | +--- org.apache.lucene:lucene-queryparser:8.4.0
| | | +--- org.apache.lucene:lucene-sandbox:8.4.0
| | | +--- org.apache.lucene:lucene-spatial:8.4.0
| | | +--- org.apache.lucene:lucene-spatial-extras:8.4.0
| | | +--- org.apache.lucene:lucene-spatial3d:8.4.0
| | | +--- org.apache.lucene:lucene-suggest:8.4.0
| | | +--- org.elasticsearch:elasticsearch-cli:7.6.2
| | | | +--- net.sf.jopt-simple:jopt-simple:5.0.2
| | | | \--- org.elasticsearch:elasticsearch-core:7.6.2
| | | +--- com.carrotsearch:hppc:0.8.1
| | | +--- joda-time:joda-time:2.10.4 -> 2.10.5
| | | +--- com.tdunning:t-digest:3.2
| | | +--- org.hdrhistogram:HdrHistogram:2.1.9
| | | +--- org.apache.logging.log4j:log4j-api:2.11.1 -> 2.12.1
| | | \--- org.elasticsearch:jna:4.5.1
| | +--- org.elasticsearch.plugin:transport-netty4-client:6.8.7
| | | +--- io.netty:netty-buffer:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-codec:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-codec-http:4.1.32.Final -> 4.1.48.Final
| | | | \--- io.netty:netty-handler:4.1.48.Final
| | | +--- io.netty:netty-common:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-handler:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-resolver:4.1.32.Final -> 4.1.48.Final
| | | \--- io.netty:netty-transport:4.1.32.Final -> 4.1.48.Final
| | +--- org.elasticsearch.plugin:reindex-client:6.8.7
| | | +--- org.elasticsearch.client:elasticsearch-rest-client:6.8.7 -> 7.6.2
| | | | +--- org.apache.httpcomponents:httpclient:4.5.10 -> 4.5.12
| | | | +--- org.apache.httpcomponents:httpcore:4.4.12 -> 4.4.13
| | | | +--- org.apache.httpcomponents:httpasyncclient:4.1.4
| | | | +--- org.apache.httpcomponents:httpcore-nio:4.4.12 -> 4.4.13
| | | | \--- commons-codec:commons-codec:1.11 -> 1.13
| | | \--- org.elasticsearch:elasticsearch-ssl-config:6.8.7
| | | \--- org.elasticsearch:elasticsearch-core:6.8.7 -> 7.6.2
| | +--- org.elasticsearch.plugin:lang-mustache-client:6.8.7 -> 7.6.2
| | | \--- com.github.spullara.mustache.java:compiler:0.9.6
| | +--- org.elasticsearch.plugin:percolator-client:6.8.7
| | +--- org.elasticsearch.plugin:parent-join-client:6.8.7 -> 7.6.2
| | \--- org.elasticsearch.plugin:rank-eval-client:6.8.7 -> 7.6.2
| +--- org.elasticsearch.plugin:transport-netty4-client:6.8.7 (*)
| +--- org.elasticsearch.client:elasticsearch-rest-high-level-client:6.8.7 -> 7.6.2
| | +--- org.elasticsearch:elasticsearch:7.6.2 (*)
| | +--- org.elasticsearch.client:elasticsearch-rest-client:7.6.2 (*)
| | +--- org.elasticsearch.plugin:mapper-extras-client:7.6.2
| | +--- org.elasticsearch.plugin:parent-join-client:7.6.2
| | +--- org.elasticsearch.plugin:aggs-matrix-stats-client:7.6.2
| | +--- org.elasticsearch.plugin:rank-eval-client:7.6.2
| | \--- org.elasticsearch.plugin:lang-mustache-client:7.6.2 (*)
| +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| +--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| \--- org.slf4j:slf4j-api:1.7.26 -> 1.7.30
+--- org.elasticsearch.client:elasticsearch-rest-high-level-client:7.6.2 (*)
+--- org.elasticsearch.client:elasticsearch-rest-client:7.6.2 (*)
+--- org.elasticsearch:elasticsearch:7.6.2 (*)
+--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (*)
+--- io.springfox:springfox-swagger2:2.8.0
| +--- io.swagger:swagger-annotations:1.5.14
| +--- io.swagger:swagger-models:1.5.14
| | +--- com.fasterxml.jackson.core:jackson-annotations:2.8.7 -> 2.10.3
| | +--- org.slf4j:slf4j-api:1.7.22 -> 1.7.30
| | \--- io.swagger:swagger-annotations:1.5.14
| +--- io.springfox:springfox-spi:2.8.0
| | \--- io.springfox:springfox-core:2.8.0
| | +--- net.bytebuddy:byte-buddy:1.7.9 -> 1.10.8
| | +--- com.google.guava:guava:20.0
| | +--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| | +--- org.slf4j:slf4j-api:1.7.24 -> 1.7.30
| | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE
| | | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-context:4.0.9.RELEASE -> 5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-aop:4.0.9.RELEASE -> 5.2.5.RELEASE (*)
| | | \--- org.slf4j:slf4j-api:1.7.10 -> 1.7.30
| | \--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE
| | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
| | \--- org.slf4j:slf4j-api:1.7.10 -> 1.7.30
| +--- io.springfox:springfox-schema:2.8.0
| | +--- io.springfox:springfox-core:2.8.0 (*)
| | \--- io.springfox:springfox-spi:2.8.0 (*)
| +--- io.springfox:springfox-swagger-common:2.8.0
| | +--- io.swagger:swagger-annotations:1.5.14
| | +--- io.swagger:swagger-models:1.5.14 (*)
| | +--- io.springfox:springfox-spi:2.8.0 (*)
| | +--- io.springfox:springfox-schema:2.8.0 (*)
| | +--- io.springfox:springfox-spring-web:2.8.0
| | | +--- org.reflections:reflections:0.9.11
| | | | +--- com.google.guava:guava:20.0
| | | | \--- org.javassist:javassist:3.21.0-GA
| | | +--- com.google.guava:guava:20.0
| | | +--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| | | +--- org.slf4j:slf4j-api:1.7.24 -> 1.7.30
| | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
| | | +--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
| | | \--- io.springfox:springfox-spi:2.8.0 (*)
| | +--- com.google.guava:guava:20.0
| | +--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| | +--- org.slf4j:slf4j-api:1.7.24 -> 1.7.30
| | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
| | \--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
| +--- io.springfox:springfox-spring-web:2.8.0 (*)
| +--- com.google.guava:guava:20.0
| +--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| +--- org.slf4j:slf4j-api:1.7.24 -> 1.7.30
| +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
| +--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
| \--- org.mapstruct:mapstruct:1.2.0.Final
+--- io.springfox:springfox-swagger-ui:2.8.0
| \--- io.springfox:springfox-spring-web:2.8.0 (*)
+--- javax.xml.bind:jaxb-api -> 2.3.1
| \--- javax.activation:javax.activation-api:1.2.0
\--- org.projectlombok:lombok -> 1.18.12
compileOnly - Compile only dependencies for source set 'main'.
No dependencies
default - Configuration for default artifacts.
+--- org.springframework.boot:spring-boot-starter-web:2.2.6.RELEASE
| +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot:2.2.6.RELEASE
| | | +--- org.springframework:spring-core:5.2.5.RELEASE
| | | | \--- org.springframework:spring-jcl:5.2.5.RELEASE
| | | \--- org.springframework:spring-context:5.2.5.RELEASE
| | | +--- org.springframework:spring-aop:5.2.5.RELEASE
| | | | +--- org.springframework:spring-beans:5.2.5.RELEASE
| | | | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | \--- org.springframework:spring-expression:5.2.5.RELEASE
| | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | +--- org.springframework.boot:spring-boot-autoconfigure:2.2.6.RELEASE
| | | \--- org.springframework.boot:spring-boot:2.2.6.RELEASE (*)
| | +--- org.springframework.boot:spring-boot-starter-logging:2.2.6.RELEASE
| | | +--- ch.qos.logback:logback-classic:1.2.3
| | | | +--- ch.qos.logback:logback-core:1.2.3
| | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.30
| | | +--- org.apache.logging.log4j:log4j-to-slf4j:2.12.1
| | | | +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.30
| | | | \--- org.apache.logging.log4j:log4j-api:2.12.1
| | | \--- org.slf4j:jul-to-slf4j:1.7.30
| | | \--- org.slf4j:slf4j-api:1.7.30
| | +--- jakarta.annotation:jakarta.annotation-api:1.3.5
| | +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | \--- org.yaml:snakeyaml:1.25
| +--- org.springframework.boot:spring-boot-starter-json:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (*)
| | +--- org.springframework:spring-web:5.2.5.RELEASE
| | | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | +--- com.fasterxml.jackson.core:jackson-databind:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-annotations:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| | +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-annotations:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| | \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.10.3
| | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| +--- org.springframework.boot:spring-boot-starter-tomcat:2.2.6.RELEASE
| | +--- jakarta.annotation:jakarta.annotation-api:1.3.5
| | +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.33
| | +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.33
| | \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.33
| | \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.33
| +--- org.springframework.boot:spring-boot-starter-validation:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (*)
| | +--- jakarta.validation:jakarta.validation-api:2.0.2
| | \--- org.hibernate.validator:hibernate-validator:6.0.18.Final
| | +--- org.jboss.logging:jboss-logging:3.3.2.Final -> 3.4.1.Final
| | \--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| +--- org.springframework:spring-web:5.2.5.RELEASE (*)
| \--- org.springframework:spring-webmvc:5.2.5.RELEASE
| +--- org.springframework:spring-aop:5.2.5.RELEASE (*)
| +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| +--- org.springframework:spring-context:5.2.5.RELEASE (*)
| +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework:spring-expression:5.2.5.RELEASE (*)
| \--- org.springframework:spring-web:5.2.5.RELEASE (*)
+--- org.springframework.data:spring-data-commons:2.2.6.RELEASE
| +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| \--- org.slf4j:slf4j-api:1.7.26 -> 1.7.30
+--- org.springframework.data:spring-data-elasticsearch:3.2.6.RELEASE
| +--- org.springframework:spring-context:5.2.5.RELEASE (*)
| +--- org.springframework:spring-tx:5.2.5.RELEASE
| | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework.data:spring-data-commons:2.2.6.RELEASE (*)
| +--- joda-time:joda-time:2.10.5
| +--- org.elasticsearch.client:transport:6.8.7
| | +--- org.elasticsearch:elasticsearch:6.8.7 -> 7.6.2
| | | +--- org.elasticsearch:elasticsearch-core:7.6.2
| | | +--- org.elasticsearch:elasticsearch-secure-sm:7.6.2
| | | +--- org.elasticsearch:elasticsearch-x-content:7.6.2
| | | | +--- org.elasticsearch:elasticsearch-core:7.6.2
| | | | +--- org.yaml:snakeyaml:1.17 -> 1.25
| | | | +--- com.fasterxml.jackson.core:jackson-core:2.8.11 -> 2.10.3
| | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.8.11 -> 2.10.3
| | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.11 -> 2.10.3
| | | | \--- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.8.11 -> 2.10.3
| | | +--- org.elasticsearch:elasticsearch-geo:7.6.2
| | | +--- org.apache.lucene:lucene-core:8.4.0
| | | +--- org.apache.lucene:lucene-analyzers-common:8.4.0
| | | +--- org.apache.lucene:lucene-backward-codecs:8.4.0
| | | +--- org.apache.lucene:lucene-grouping:8.4.0
| | | +--- org.apache.lucene:lucene-highlighter:8.4.0
| | | +--- org.apache.lucene:lucene-join:8.4.0
| | | +--- org.apache.lucene:lucene-memory:8.4.0
| | | +--- org.apache.lucene:lucene-misc:8.4.0
| | | +--- org.apache.lucene:lucene-queries:8.4.0
| | | +--- org.apache.lucene:lucene-queryparser:8.4.0
| | | +--- org.apache.lucene:lucene-sandbox:8.4.0
| | | +--- org.apache.lucene:lucene-spatial:8.4.0
| | | +--- org.apache.lucene:lucene-spatial-extras:8.4.0
| | | +--- org.apache.lucene:lucene-spatial3d:8.4.0
| | | +--- org.apache.lucene:lucene-suggest:8.4.0
| | | +--- org.elasticsearch:elasticsearch-cli:7.6.2
| | | | +--- net.sf.jopt-simple:jopt-simple:5.0.2
| | | | \--- org.elasticsearch:elasticsearch-core:7.6.2
| | | +--- com.carrotsearch:hppc:0.8.1
| | | +--- joda-time:joda-time:2.10.4 -> 2.10.5
| | | +--- com.tdunning:t-digest:3.2
| | | +--- org.hdrhistogram:HdrHistogram:2.1.9
| | | +--- org.apache.logging.log4j:log4j-api:2.11.1 -> 2.12.1
| | | \--- org.elasticsearch:jna:4.5.1
| | +--- org.elasticsearch.plugin:transport-netty4-client:6.8.7
| | | +--- io.netty:netty-buffer:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-codec:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-codec-http:4.1.32.Final -> 4.1.48.Final
| | | | \--- io.netty:netty-handler:4.1.48.Final
| | | +--- io.netty:netty-common:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-handler:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-resolver:4.1.32.Final -> 4.1.48.Final
| | | \--- io.netty:netty-transport:4.1.32.Final -> 4.1.48.Final
| | +--- org.elasticsearch.plugin:reindex-client:6.8.7
| | | +--- org.elasticsearch.client:elasticsearch-rest-client:6.8.7 -> 7.6.2
| | | | +--- org.apache.httpcomponents:httpclient:4.5.10 -> 4.5.12
| | | | +--- org.apache.httpcomponents:httpcore:4.4.12 -> 4.4.13
| | | | +--- org.apache.httpcomponents:httpasyncclient:4.1.4
| | | | +--- org.apache.httpcomponents:httpcore-nio:4.4.12 -> 4.4.13
| | | | \--- commons-codec:commons-codec:1.11 -> 1.13
| | | \--- org.elasticsearch:elasticsearch-ssl-config:6.8.7
| | | \--- org.elasticsearch:elasticsearch-core:6.8.7 -> 7.6.2
| | +--- org.elasticsearch.plugin:lang-mustache-client:6.8.7 -> 7.6.2
| | | \--- com.github.spullara.mustache.java:compiler:0.9.6
| | +--- org.elasticsearch.plugin:percolator-client:6.8.7
| | +--- org.elasticsearch.plugin:parent-join-client:6.8.7 -> 7.6.2
| | \--- org.elasticsearch.plugin:rank-eval-client:6.8.7 -> 7.6.2
| +--- org.elasticsearch.plugin:transport-netty4-client:6.8.7 (*)
| +--- org.elasticsearch.client:elasticsearch-rest-high-level-client:6.8.7 -> 7.6.2
| | +--- org.elasticsearch:elasticsearch:7.6.2 (*)
| | +--- org.elasticsearch.client:elasticsearch-rest-client:7.6.2 (*)
| | +--- org.elasticsearch.plugin:mapper-extras-client:7.6.2
| | +--- org.elasticsearch.plugin:parent-join-client:7.6.2
| | +--- org.elasticsearch.plugin:aggs-matrix-stats-client:7.6.2
| | +--- org.elasticsearch.plugin:rank-eval-client:7.6.2
| | \--- org.elasticsearch.plugin:lang-mustache-client:7.6.2 (*)
| +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| +--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| \--- org.slf4j:slf4j-api:1.7.26 -> 1.7.30
+--- org.elasticsearch.client:elasticsearch-rest-high-level-client:7.6.2 (*)
+--- org.elasticsearch.client:elasticsearch-rest-client:7.6.2 (*)
+--- org.elasticsearch:elasticsearch:7.6.2 (*)
+--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (*)
+--- io.springfox:springfox-swagger2:2.8.0
| +--- io.swagger:swagger-annotations:1.5.14
| +--- io.swagger:swagger-models:1.5.14
| | +--- com.fasterxml.jackson.core:jackson-annotations:2.8.7 -> 2.10.3
| | +--- org.slf4j:slf4j-api:1.7.22 -> 1.7.30
| | \--- io.swagger:swagger-annotations:1.5.14
| +--- io.springfox:springfox-spi:2.8.0
| | \--- io.springfox:springfox-core:2.8.0
| | +--- net.bytebuddy:byte-buddy:1.7.9 -> 1.10.8
| | +--- com.google.guava:guava:20.0
| | +--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| | +--- org.slf4j:slf4j-api:1.7.24 -> 1.7.30
| | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE
| | | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-context:4.0.9.RELEASE -> 5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-aop:4.0.9.RELEASE -> 5.2.5.RELEASE (*)
| | | \--- org.slf4j:slf4j-api:1.7.10 -> 1.7.30
| | \--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE
| | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
| | \--- org.slf4j:slf4j-api:1.7.10 -> 1.7.30
| +--- io.springfox:springfox-schema:2.8.0
| | +--- io.springfox:springfox-core:2.8.0 (*)
| | \--- io.springfox:springfox-spi:2.8.0 (*)
| +--- io.springfox:springfox-swagger-common:2.8.0
| | +--- io.swagger:swagger-annotations:1.5.14
| | +--- io.swagger:swagger-models:1.5.14 (*)
| | +--- io.springfox:springfox-spi:2.8.0 (*)
| | +--- io.springfox:springfox-schema:2.8.0 (*)
| | +--- io.springfox:springfox-spring-web:2.8.0
| | | +--- org.reflections:reflections:0.9.11
| | | | +--- com.google.guava:guava:20.0
| | | | \--- org.javassist:javassist:3.21.0-GA
| | | +--- com.google.guava:guava:20.0
| | | +--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| | | +--- org.slf4j:slf4j-api:1.7.24 -> 1.7.30
| | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
| | | +--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
| | | \--- io.springfox:springfox-spi:2.8.0 (*)
| | +--- com.google.guava:guava:20.0
| | +--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| | +--- org.slf4j:slf4j-api:1.7.24 -> 1.7.30
| | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
| | \--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
| +--- io.springfox:springfox-spring-web:2.8.0 (*)
| +--- com.google.guava:guava:20.0
| +--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| +--- org.slf4j:slf4j-api:1.7.24 -> 1.7.30
| +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
| +--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
| \--- org.mapstruct:mapstruct:1.2.0.Final
+--- io.springfox:springfox-swagger-ui:2.8.0
| \--- io.springfox:springfox-spring-web:2.8.0 (*)
+--- javax.xml.bind:jaxb-api -> 2.3.1
| \--- javax.activation:javax.activation-api:1.2.0
\--- org.projectlombok:lombok -> 1.18.12
implementation - Implementation only dependencies for source set 'main'. (n)
+--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (n)
+--- io.springfox:springfox-swagger2:2.8.0 (n)
+--- io.springfox:springfox-swagger-ui:2.8.0 (n)
+--- javax.xml.bind:jaxb-api (n)
\--- org.projectlombok:lombok (n)
runtime - Runtime dependencies for source set 'main' (deprecated, use 'runtimeOnly' instead).
+--- org.springframework.boot:spring-boot-starter-web:2.2.6.RELEASE
| +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot:2.2.6.RELEASE
| | | +--- org.springframework:spring-core:5.2.5.RELEASE
| | | | \--- org.springframework:spring-jcl:5.2.5.RELEASE
| | | \--- org.springframework:spring-context:5.2.5.RELEASE
| | | +--- org.springframework:spring-aop:5.2.5.RELEASE
| | | | +--- org.springframework:spring-beans:5.2.5.RELEASE
| | | | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | \--- org.springframework:spring-expression:5.2.5.RELEASE
| | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | +--- org.springframework.boot:spring-boot-autoconfigure:2.2.6.RELEASE
| | | \--- org.springframework.boot:spring-boot:2.2.6.RELEASE (*)
| | +--- org.springframework.boot:spring-boot-starter-logging:2.2.6.RELEASE
| | | +--- ch.qos.logback:logback-classic:1.2.3
| | | | +--- ch.qos.logback:logback-core:1.2.3
| | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.30
| | | +--- org.apache.logging.log4j:log4j-to-slf4j:2.12.1
| | | | +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.30
| | | | \--- org.apache.logging.log4j:log4j-api:2.12.1
| | | \--- org.slf4j:jul-to-slf4j:1.7.30
| | | \--- org.slf4j:slf4j-api:1.7.30
| | +--- jakarta.annotation:jakarta.annotation-api:1.3.5
| | +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | \--- org.yaml:snakeyaml:1.25
| +--- org.springframework.boot:spring-boot-starter-json:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (*)
| | +--- org.springframework:spring-web:5.2.5.RELEASE
| | | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | +--- com.fasterxml.jackson.core:jackson-databind:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-annotations:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| | +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-annotations:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| | \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.10.3
| | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| +--- org.springframework.boot:spring-boot-starter-tomcat:2.2.6.RELEASE
| | +--- jakarta.annotation:jakarta.annotation-api:1.3.5
| | +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.33
| | +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.33
| | \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.33
| | \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.33
| +--- org.springframework.boot:spring-boot-starter-validation:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (*)
| | +--- jakarta.validation:jakarta.validation-api:2.0.2
| | \--- org.hibernate.validator:hibernate-validator:6.0.18.Final
| | +--- org.jboss.logging:jboss-logging:3.3.2.Final -> 3.4.1.Final
| | \--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| +--- org.springframework:spring-web:5.2.5.RELEASE (*)
| \--- org.springframework:spring-webmvc:5.2.5.RELEASE
| +--- org.springframework:spring-aop:5.2.5.RELEASE (*)
| +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| +--- org.springframework:spring-context:5.2.5.RELEASE (*)
| +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework:spring-expression:5.2.5.RELEASE (*)
| \--- org.springframework:spring-web:5.2.5.RELEASE (*)
+--- org.springframework.data:spring-data-commons:2.2.6.RELEASE
| +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| \--- org.slf4j:slf4j-api:1.7.26 -> 1.7.30
+--- org.springframework.data:spring-data-elasticsearch:3.2.6.RELEASE
| +--- org.springframework:spring-context:5.2.5.RELEASE (*)
| +--- org.springframework:spring-tx:5.2.5.RELEASE
| | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework.data:spring-data-commons:2.2.6.RELEASE (*)
| +--- joda-time:joda-time:2.10.5
| +--- org.elasticsearch.client:transport:6.8.7
| | +--- org.elasticsearch:elasticsearch:6.8.7 -> 7.6.2
| | | +--- org.elasticsearch:elasticsearch-core:7.6.2
| | | +--- org.elasticsearch:elasticsearch-secure-sm:7.6.2
| | | +--- org.elasticsearch:elasticsearch-x-content:7.6.2
| | | | +--- org.elasticsearch:elasticsearch-core:7.6.2
| | | | +--- org.yaml:snakeyaml:1.17 -> 1.25
| | | | +--- com.fasterxml.jackson.core:jackson-core:2.8.11 -> 2.10.3
| | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.8.11 -> 2.10.3
| | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.11 -> 2.10.3
| | | | \--- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.8.11 -> 2.10.3
| | | +--- org.elasticsearch:elasticsearch-geo:7.6.2
| | | +--- org.apache.lucene:lucene-core:8.4.0
| | | +--- org.apache.lucene:lucene-analyzers-common:8.4.0
| | | +--- org.apache.lucene:lucene-backward-codecs:8.4.0
| | | +--- org.apache.lucene:lucene-grouping:8.4.0
| | | +--- org.apache.lucene:lucene-highlighter:8.4.0
| | | +--- org.apache.lucene:lucene-join:8.4.0
| | | +--- org.apache.lucene:lucene-memory:8.4.0
| | | +--- org.apache.lucene:lucene-misc:8.4.0
| | | +--- org.apache.lucene:lucene-queries:8.4.0
| | | +--- org.apache.lucene:lucene-queryparser:8.4.0
| | | +--- org.apache.lucene:lucene-sandbox:8.4.0
| | | +--- org.apache.lucene:lucene-spatial:8.4.0
| | | +--- org.apache.lucene:lucene-spatial-extras:8.4.0
| | | +--- org.apache.lucene:lucene-spatial3d:8.4.0
| | | +--- org.apache.lucene:lucene-suggest:8.4.0
| | | +--- org.elasticsearch:elasticsearch-cli:7.6.2
| | | | +--- net.sf.jopt-simple:jopt-simple:5.0.2
| | | | \--- org.elasticsearch:elasticsearch-core:7.6.2
| | | +--- com.carrotsearch:hppc:0.8.1
| | | +--- joda-time:joda-time:2.10.4 -> 2.10.5
| | | +--- com.tdunning:t-digest:3.2
| | | +--- org.hdrhistogram:HdrHistogram:2.1.9
| | | +--- org.apache.logging.log4j:log4j-api:2.11.1 -> 2.12.1
| | | \--- org.elasticsearch:jna:4.5.1
| | +--- org.elasticsearch.plugin:transport-netty4-client:6.8.7
| | | +--- io.netty:netty-buffer:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-codec:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-codec-http:4.1.32.Final -> 4.1.48.Final
| | | | \--- io.netty:netty-handler:4.1.48.Final
| | | +--- io.netty:netty-common:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-handler:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-resolver:4.1.32.Final -> 4.1.48.Final
| | | \--- io.netty:netty-transport:4.1.32.Final -> 4.1.48.Final
| | +--- org.elasticsearch.plugin:reindex-client:6.8.7
| | | +--- org.elasticsearch.client:elasticsearch-rest-client:6.8.7 -> 7.6.2
| | | | +--- org.apache.httpcomponents:httpclient:4.5.10 -> 4.5.12
| | | | +--- org.apache.httpcomponents:httpcore:4.4.12 -> 4.4.13
| | | | +--- org.apache.httpcomponents:httpasyncclient:4.1.4
| | | | +--- org.apache.httpcomponents:httpcore-nio:4.4.12 -> 4.4.13
| | | | \--- commons-codec:commons-codec:1.11 -> 1.13
| | | \--- org.elasticsearch:elasticsearch-ssl-config:6.8.7
| | | \--- org.elasticsearch:elasticsearch-core:6.8.7 -> 7.6.2
| | +--- org.elasticsearch.plugin:lang-mustache-client:6.8.7 -> 7.6.2
| | | \--- com.github.spullara.mustache.java:compiler:0.9.6
| | +--- org.elasticsearch.plugin:percolator-client:6.8.7
| | +--- org.elasticsearch.plugin:parent-join-client:6.8.7 -> 7.6.2
| | \--- org.elasticsearch.plugin:rank-eval-client:6.8.7 -> 7.6.2
| +--- org.elasticsearch.plugin:transport-netty4-client:6.8.7 (*)
| +--- org.elasticsearch.client:elasticsearch-rest-high-level-client:6.8.7 -> 7.6.2
| | +--- org.elasticsearch:elasticsearch:7.6.2 (*)
| | +--- org.elasticsearch.client:elasticsearch-rest-client:7.6.2 (*)
| | +--- org.elasticsearch.plugin:mapper-extras-client:7.6.2
| | +--- org.elasticsearch.plugin:parent-join-client:7.6.2
| | +--- org.elasticsearch.plugin:aggs-matrix-stats-client:7.6.2
| | +--- org.elasticsearch.plugin:rank-eval-client:7.6.2
| | \--- org.elasticsearch.plugin:lang-mustache-client:7.6.2 (*)
| +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| +--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| \--- org.slf4j:slf4j-api:1.7.26 -> 1.7.30
+--- org.elasticsearch.client:elasticsearch-rest-high-level-client:7.6.2 (*)
+--- org.elasticsearch.client:elasticsearch-rest-client:7.6.2 (*)
\--- org.elasticsearch:elasticsearch:7.6.2 (*)
runtimeClasspath - Runtime classpath of source set 'main'.
+--- org.springframework.boot:spring-boot-starter-web:2.2.6.RELEASE
| +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot:2.2.6.RELEASE
| | | +--- org.springframework:spring-core:5.2.5.RELEASE
| | | | \--- org.springframework:spring-jcl:5.2.5.RELEASE
| | | \--- org.springframework:spring-context:5.2.5.RELEASE
| | | +--- org.springframework:spring-aop:5.2.5.RELEASE
| | | | +--- org.springframework:spring-beans:5.2.5.RELEASE
| | | | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | \--- org.springframework:spring-expression:5.2.5.RELEASE
| | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | +--- org.springframework.boot:spring-boot-autoconfigure:2.2.6.RELEASE
| | | \--- org.springframework.boot:spring-boot:2.2.6.RELEASE (*)
| | +--- org.springframework.boot:spring-boot-starter-logging:2.2.6.RELEASE
| | | +--- ch.qos.logback:logback-classic:1.2.3
| | | | +--- ch.qos.logback:logback-core:1.2.3
| | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.30
| | | +--- org.apache.logging.log4j:log4j-to-slf4j:2.12.1
| | | | +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.30
| | | | \--- org.apache.logging.log4j:log4j-api:2.12.1
| | | \--- org.slf4j:jul-to-slf4j:1.7.30
| | | \--- org.slf4j:slf4j-api:1.7.30
| | +--- jakarta.annotation:jakarta.annotation-api:1.3.5
| | +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | \--- org.yaml:snakeyaml:1.25
| +--- org.springframework.boot:spring-boot-starter-json:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (*)
| | +--- org.springframework:spring-web:5.2.5.RELEASE
| | | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | +--- com.fasterxml.jackson.core:jackson-databind:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-annotations:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| | +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-annotations:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| | \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.10.3
| | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| +--- org.springframework.boot:spring-boot-starter-tomcat:2.2.6.RELEASE
| | +--- jakarta.annotation:jakarta.annotation-api:1.3.5
| | +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.33
| | +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.33
| | \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.33
| | \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.33
| +--- org.springframework.boot:spring-boot-starter-validation:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (*)
| | +--- jakarta.validation:jakarta.validation-api:2.0.2
| | \--- org.hibernate.validator:hibernate-validator:6.0.18.Final
| | +--- org.jboss.logging:jboss-logging:3.3.2.Final -> 3.4.1.Final
| | \--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| +--- org.springframework:spring-web:5.2.5.RELEASE (*)
| \--- org.springframework:spring-webmvc:5.2.5.RELEASE
| +--- org.springframework:spring-aop:5.2.5.RELEASE (*)
| +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| +--- org.springframework:spring-context:5.2.5.RELEASE (*)
| +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework:spring-expression:5.2.5.RELEASE (*)
| \--- org.springframework:spring-web:5.2.5.RELEASE (*)
+--- org.springframework.data:spring-data-commons:2.2.6.RELEASE
| +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| \--- org.slf4j:slf4j-api:1.7.26 -> 1.7.30
+--- org.springframework.data:spring-data-elasticsearch:3.2.6.RELEASE
| +--- org.springframework:spring-context:5.2.5.RELEASE (*)
| +--- org.springframework:spring-tx:5.2.5.RELEASE
| | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework.data:spring-data-commons:2.2.6.RELEASE (*)
| +--- joda-time:joda-time:2.10.5
| +--- org.elasticsearch.client:transport:6.8.7
| | +--- org.elasticsearch:elasticsearch:6.8.7 -> 7.6.2
| | | +--- org.elasticsearch:elasticsearch-core:7.6.2
| | | +--- org.elasticsearch:elasticsearch-secure-sm:7.6.2
| | | +--- org.elasticsearch:elasticsearch-x-content:7.6.2
| | | | +--- org.elasticsearch:elasticsearch-core:7.6.2
| | | | +--- org.yaml:snakeyaml:1.17 -> 1.25
| | | | +--- com.fasterxml.jackson.core:jackson-core:2.8.11 -> 2.10.3
| | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.8.11 -> 2.10.3
| | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.11 -> 2.10.3
| | | | \--- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.8.11 -> 2.10.3
| | | +--- org.elasticsearch:elasticsearch-geo:7.6.2
| | | +--- org.apache.lucene:lucene-core:8.4.0
| | | +--- org.apache.lucene:lucene-analyzers-common:8.4.0
| | | +--- org.apache.lucene:lucene-backward-codecs:8.4.0
| | | +--- org.apache.lucene:lucene-grouping:8.4.0
| | | +--- org.apache.lucene:lucene-highlighter:8.4.0
| | | +--- org.apache.lucene:lucene-join:8.4.0
| | | +--- org.apache.lucene:lucene-memory:8.4.0
| | | +--- org.apache.lucene:lucene-misc:8.4.0
| | | +--- org.apache.lucene:lucene-queries:8.4.0
| | | +--- org.apache.lucene:lucene-queryparser:8.4.0
| | | +--- org.apache.lucene:lucene-sandbox:8.4.0
| | | +--- org.apache.lucene:lucene-spatial:8.4.0
| | | +--- org.apache.lucene:lucene-spatial-extras:8.4.0
| | | +--- org.apache.lucene:lucene-spatial3d:8.4.0
| | | +--- org.apache.lucene:lucene-suggest:8.4.0
| | | +--- org.elasticsearch:elasticsearch-cli:7.6.2
| | | | +--- net.sf.jopt-simple:jopt-simple:5.0.2
| | | | \--- org.elasticsearch:elasticsearch-core:7.6.2
| | | +--- com.carrotsearch:hppc:0.8.1
| | | +--- joda-time:joda-time:2.10.4 -> 2.10.5
| | | +--- com.tdunning:t-digest:3.2
| | | +--- org.hdrhistogram:HdrHistogram:2.1.9
| | | +--- org.apache.logging.log4j:log4j-api:2.11.1 -> 2.12.1
| | | \--- org.elasticsearch:jna:4.5.1
| | +--- org.elasticsearch.plugin:transport-netty4-client:6.8.7
| | | +--- io.netty:netty-buffer:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-codec:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-codec-http:4.1.32.Final -> 4.1.48.Final
| | | | \--- io.netty:netty-handler:4.1.48.Final
| | | +--- io.netty:netty-common:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-handler:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-resolver:4.1.32.Final -> 4.1.48.Final
| | | \--- io.netty:netty-transport:4.1.32.Final -> 4.1.48.Final
| | +--- org.elasticsearch.plugin:reindex-client:6.8.7
| | | +--- org.elasticsearch.client:elasticsearch-rest-client:6.8.7 -> 7.6.2
| | | | +--- org.apache.httpcomponents:httpclient:4.5.10 -> 4.5.12
| | | | +--- org.apache.httpcomponents:httpcore:4.4.12 -> 4.4.13
| | | | +--- org.apache.httpcomponents:httpasyncclient:4.1.4
| | | | +--- org.apache.httpcomponents:httpcore-nio:4.4.12 -> 4.4.13
| | | | \--- commons-codec:commons-codec:1.11 -> 1.13
| | | \--- org.elasticsearch:elasticsearch-ssl-config:6.8.7
| | | \--- org.elasticsearch:elasticsearch-core:6.8.7 -> 7.6.2
| | +--- org.elasticsearch.plugin:lang-mustache-client:6.8.7 -> 7.6.2
| | | \--- com.github.spullara.mustache.java:compiler:0.9.6
| | +--- org.elasticsearch.plugin:percolator-client:6.8.7
| | +--- org.elasticsearch.plugin:parent-join-client:6.8.7 -> 7.6.2
| | \--- org.elasticsearch.plugin:rank-eval-client:6.8.7 -> 7.6.2
| +--- org.elasticsearch.plugin:transport-netty4-client:6.8.7 (*)
| +--- org.elasticsearch.client:elasticsearch-rest-high-level-client:6.8.7 -> 7.6.2
| | +--- org.elasticsearch:elasticsearch:7.6.2 (*)
| | +--- org.elasticsearch.client:elasticsearch-rest-client:7.6.2 (*)
| | +--- org.elasticsearch.plugin:mapper-extras-client:7.6.2
| | +--- org.elasticsearch.plugin:parent-join-client:7.6.2
| | +--- org.elasticsearch.plugin:aggs-matrix-stats-client:7.6.2
| | +--- org.elasticsearch.plugin:rank-eval-client:7.6.2
| | \--- org.elasticsearch.plugin:lang-mustache-client:7.6.2 (*)
| +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| +--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| \--- org.slf4j:slf4j-api:1.7.26 -> 1.7.30
+--- org.elasticsearch.client:elasticsearch-rest-high-level-client:7.6.2 (*)
+--- org.elasticsearch.client:elasticsearch-rest-client:7.6.2 (*)
+--- org.elasticsearch:elasticsearch:7.6.2 (*)
+--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (*)
+--- io.springfox:springfox-swagger2:2.8.0
| +--- io.swagger:swagger-annotations:1.5.14
| +--- io.swagger:swagger-models:1.5.14
| | +--- com.fasterxml.jackson.core:jackson-annotations:2.8.7 -> 2.10.3
| | +--- org.slf4j:slf4j-api:1.7.22 -> 1.7.30
| | \--- io.swagger:swagger-annotations:1.5.14
| +--- io.springfox:springfox-spi:2.8.0
| | \--- io.springfox:springfox-core:2.8.0
| | +--- net.bytebuddy:byte-buddy:1.7.9 -> 1.10.8
| | +--- com.google.guava:guava:20.0
| | +--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| | +--- org.slf4j:slf4j-api:1.7.24 -> 1.7.30
| | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE
| | | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-context:4.0.9.RELEASE -> 5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-aop:4.0.9.RELEASE -> 5.2.5.RELEASE (*)
| | | \--- org.slf4j:slf4j-api:1.7.10 -> 1.7.30
| | \--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE
| | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
| | \--- org.slf4j:slf4j-api:1.7.10 -> 1.7.30
| +--- io.springfox:springfox-schema:2.8.0
| | +--- io.springfox:springfox-core:2.8.0 (*)
| | \--- io.springfox:springfox-spi:2.8.0 (*)
| +--- io.springfox:springfox-swagger-common:2.8.0
| | +--- io.swagger:swagger-annotations:1.5.14
| | +--- io.swagger:swagger-models:1.5.14 (*)
| | +--- io.springfox:springfox-spi:2.8.0 (*)
| | +--- io.springfox:springfox-schema:2.8.0 (*)
| | +--- io.springfox:springfox-spring-web:2.8.0
| | | +--- org.reflections:reflections:0.9.11
| | | | +--- com.google.guava:guava:20.0
| | | | \--- org.javassist:javassist:3.21.0-GA
| | | +--- com.google.guava:guava:20.0
| | | +--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| | | +--- org.slf4j:slf4j-api:1.7.24 -> 1.7.30
| | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
| | | +--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
| | | \--- io.springfox:springfox-spi:2.8.0 (*)
| | +--- com.google.guava:guava:20.0
| | +--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| | +--- org.slf4j:slf4j-api:1.7.24 -> 1.7.30
| | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
| | \--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
| +--- io.springfox:springfox-spring-web:2.8.0 (*)
| +--- com.google.guava:guava:20.0
| +--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| +--- org.slf4j:slf4j-api:1.7.24 -> 1.7.30
| +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
| +--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
| \--- org.mapstruct:mapstruct:1.2.0.Final
+--- io.springfox:springfox-swagger-ui:2.8.0
| \--- io.springfox:springfox-spring-web:2.8.0 (*)
+--- javax.xml.bind:jaxb-api -> 2.3.1
| \--- javax.activation:javax.activation-api:1.2.0
\--- org.projectlombok:lombok -> 1.18.12
runtimeElements - Elements of runtime for main. (n)
No dependencies
runtimeOnly - Runtime only dependencies for source set 'main'. (n)
No dependencies
testAnnotationProcessor - Annotation processors and their dependencies for source set 'test'.
No dependencies
testCompile - Dependencies for source set 'test' (deprecated, use 'testImplementation' instead).
+--- org.springframework.boot:spring-boot-starter-web:2.2.6.RELEASE
| +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot:2.2.6.RELEASE
| | | +--- org.springframework:spring-core:5.2.5.RELEASE
| | | | \--- org.springframework:spring-jcl:5.2.5.RELEASE
| | | \--- org.springframework:spring-context:5.2.5.RELEASE
| | | +--- org.springframework:spring-aop:5.2.5.RELEASE
| | | | +--- org.springframework:spring-beans:5.2.5.RELEASE
| | | | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | \--- org.springframework:spring-expression:5.2.5.RELEASE
| | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | +--- org.springframework.boot:spring-boot-autoconfigure:2.2.6.RELEASE
| | | \--- org.springframework.boot:spring-boot:2.2.6.RELEASE (*)
| | +--- org.springframework.boot:spring-boot-starter-logging:2.2.6.RELEASE
| | | +--- ch.qos.logback:logback-classic:1.2.3
| | | | +--- ch.qos.logback:logback-core:1.2.3
| | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.30
| | | +--- org.apache.logging.log4j:log4j-to-slf4j:2.12.1
| | | | +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.30
| | | | \--- org.apache.logging.log4j:log4j-api:2.12.1
| | | \--- org.slf4j:jul-to-slf4j:1.7.30
| | | \--- org.slf4j:slf4j-api:1.7.30
| | +--- jakarta.annotation:jakarta.annotation-api:1.3.5
| | +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | \--- org.yaml:snakeyaml:1.25
| +--- org.springframework.boot:spring-boot-starter-json:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (*)
| | +--- org.springframework:spring-web:5.2.5.RELEASE
| | | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | +--- com.fasterxml.jackson.core:jackson-databind:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-annotations:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| | +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-annotations:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| | \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.10.3
| | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| +--- org.springframework.boot:spring-boot-starter-tomcat:2.2.6.RELEASE
| | +--- jakarta.annotation:jakarta.annotation-api:1.3.5
| | +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.33
| | +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.33
| | \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.33
| | \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.33
| +--- org.springframework.boot:spring-boot-starter-validation:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (*)
| | +--- jakarta.validation:jakarta.validation-api:2.0.2
| | \--- org.hibernate.validator:hibernate-validator:6.0.18.Final
| | +--- org.jboss.logging:jboss-logging:3.3.2.Final -> 3.4.1.Final
| | \--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| +--- org.springframework:spring-web:5.2.5.RELEASE (*)
| \--- org.springframework:spring-webmvc:5.2.5.RELEASE
| +--- org.springframework:spring-aop:5.2.5.RELEASE (*)
| +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| +--- org.springframework:spring-context:5.2.5.RELEASE (*)
| +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework:spring-expression:5.2.5.RELEASE (*)
| \--- org.springframework:spring-web:5.2.5.RELEASE (*)
+--- org.springframework.data:spring-data-commons:2.2.6.RELEASE
| +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| \--- org.slf4j:slf4j-api:1.7.26 -> 1.7.30
+--- org.springframework.data:spring-data-elasticsearch:3.2.6.RELEASE
| +--- org.springframework:spring-context:5.2.5.RELEASE (*)
| +--- org.springframework:spring-tx:5.2.5.RELEASE
| | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework.data:spring-data-commons:2.2.6.RELEASE (*)
| +--- joda-time:joda-time:2.10.5
| +--- org.elasticsearch.client:transport:6.8.7
| | +--- org.elasticsearch:elasticsearch:6.8.7 -> 7.6.2
| | | +--- org.elasticsearch:elasticsearch-core:7.6.2
| | | +--- org.elasticsearch:elasticsearch-secure-sm:7.6.2
| | | +--- org.elasticsearch:elasticsearch-x-content:7.6.2
| | | | +--- org.elasticsearch:elasticsearch-core:7.6.2
| | | | +--- org.yaml:snakeyaml:1.17 -> 1.25
| | | | +--- com.fasterxml.jackson.core:jackson-core:2.8.11 -> 2.10.3
| | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.8.11 -> 2.10.3
| | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.11 -> 2.10.3
| | | | \--- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.8.11 -> 2.10.3
| | | +--- org.elasticsearch:elasticsearch-geo:7.6.2
| | | +--- org.apache.lucene:lucene-core:8.4.0
| | | +--- org.apache.lucene:lucene-analyzers-common:8.4.0
| | | +--- org.apache.lucene:lucene-backward-codecs:8.4.0
| | | +--- org.apache.lucene:lucene-grouping:8.4.0
| | | +--- org.apache.lucene:lucene-highlighter:8.4.0
| | | +--- org.apache.lucene:lucene-join:8.4.0
| | | +--- org.apache.lucene:lucene-memory:8.4.0
| | | +--- org.apache.lucene:lucene-misc:8.4.0
| | | +--- org.apache.lucene:lucene-queries:8.4.0
| | | +--- org.apache.lucene:lucene-queryparser:8.4.0
| | | +--- org.apache.lucene:lucene-sandbox:8.4.0
| | | +--- org.apache.lucene:lucene-spatial:8.4.0
| | | +--- org.apache.lucene:lucene-spatial-extras:8.4.0
| | | +--- org.apache.lucene:lucene-spatial3d:8.4.0
| | | +--- org.apache.lucene:lucene-suggest:8.4.0
| | | +--- org.elasticsearch:elasticsearch-cli:7.6.2
| | | | +--- net.sf.jopt-simple:jopt-simple:5.0.2
| | | | \--- org.elasticsearch:elasticsearch-core:7.6.2
| | | +--- com.carrotsearch:hppc:0.8.1
| | | +--- joda-time:joda-time:2.10.4 -> 2.10.5
| | | +--- com.tdunning:t-digest:3.2
| | | +--- org.hdrhistogram:HdrHistogram:2.1.9
| | | +--- org.apache.logging.log4j:log4j-api:2.11.1 -> 2.12.1
| | | \--- org.elasticsearch:jna:4.5.1
| | +--- org.elasticsearch.plugin:transport-netty4-client:6.8.7
| | | +--- io.netty:netty-buffer:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-codec:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-codec-http:4.1.32.Final -> 4.1.48.Final
| | | | \--- io.netty:netty-handler:4.1.48.Final
| | | +--- io.netty:netty-common:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-handler:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-resolver:4.1.32.Final -> 4.1.48.Final
| | | \--- io.netty:netty-transport:4.1.32.Final -> 4.1.48.Final
| | +--- org.elasticsearch.plugin:reindex-client:6.8.7
| | | +--- org.elasticsearch.client:elasticsearch-rest-client:6.8.7 -> 7.6.2
| | | | +--- org.apache.httpcomponents:httpclient:4.5.10 -> 4.5.12
| | | | +--- org.apache.httpcomponents:httpcore:4.4.12 -> 4.4.13
| | | | +--- org.apache.httpcomponents:httpasyncclient:4.1.4
| | | | +--- org.apache.httpcomponents:httpcore-nio:4.4.12 -> 4.4.13
| | | | \--- commons-codec:commons-codec:1.11 -> 1.13
| | | \--- org.elasticsearch:elasticsearch-ssl-config:6.8.7
| | | \--- org.elasticsearch:elasticsearch-core:6.8.7 -> 7.6.2
| | +--- org.elasticsearch.plugin:lang-mustache-client:6.8.7 -> 7.6.2
| | | \--- com.github.spullara.mustache.java:compiler:0.9.6
| | +--- org.elasticsearch.plugin:percolator-client:6.8.7
| | +--- org.elasticsearch.plugin:parent-join-client:6.8.7 -> 7.6.2
| | \--- org.elasticsearch.plugin:rank-eval-client:6.8.7 -> 7.6.2
| +--- org.elasticsearch.plugin:transport-netty4-client:6.8.7 (*)
| +--- org.elasticsearch.client:elasticsearch-rest-high-level-client:6.8.7 -> 7.6.2
| | +--- org.elasticsearch:elasticsearch:7.6.2 (*)
| | +--- org.elasticsearch.client:elasticsearch-rest-client:7.6.2 (*)
| | +--- org.elasticsearch.plugin:mapper-extras-client:7.6.2
| | +--- org.elasticsearch.plugin:parent-join-client:7.6.2
| | +--- org.elasticsearch.plugin:aggs-matrix-stats-client:7.6.2
| | +--- org.elasticsearch.plugin:rank-eval-client:7.6.2
| | \--- org.elasticsearch.plugin:lang-mustache-client:7.6.2 (*)
| +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| +--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| \--- org.slf4j:slf4j-api:1.7.26 -> 1.7.30
+--- org.elasticsearch.client:elasticsearch-rest-high-level-client:7.6.2 (*)
+--- org.elasticsearch.client:elasticsearch-rest-client:7.6.2 (*)
+--- org.elasticsearch:elasticsearch:7.6.2 (*)
\--- junit:junit:4.12
\--- org.hamcrest:hamcrest-core:1.3 -> 2.1
\--- org.hamcrest:hamcrest:2.1
testCompileClasspath - Compile classpath for source set 'test'.
+--- org.springframework.boot:spring-boot-starter-web:2.2.6.RELEASE
| +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot:2.2.6.RELEASE
| | | +--- org.springframework:spring-core:5.2.5.RELEASE
| | | | \--- org.springframework:spring-jcl:5.2.5.RELEASE
| | | \--- org.springframework:spring-context:5.2.5.RELEASE
| | | +--- org.springframework:spring-aop:5.2.5.RELEASE
| | | | +--- org.springframework:spring-beans:5.2.5.RELEASE
| | | | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | \--- org.springframework:spring-expression:5.2.5.RELEASE
| | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | +--- org.springframework.boot:spring-boot-autoconfigure:2.2.6.RELEASE
| | | \--- org.springframework.boot:spring-boot:2.2.6.RELEASE (*)
| | +--- org.springframework.boot:spring-boot-starter-logging:2.2.6.RELEASE
| | | +--- ch.qos.logback:logback-classic:1.2.3
| | | | +--- ch.qos.logback:logback-core:1.2.3
| | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.30
| | | +--- org.apache.logging.log4j:log4j-to-slf4j:2.12.1
| | | | +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.30
| | | | \--- org.apache.logging.log4j:log4j-api:2.12.1
| | | \--- org.slf4j:jul-to-slf4j:1.7.30
| | | \--- org.slf4j:slf4j-api:1.7.30
| | +--- jakarta.annotation:jakarta.annotation-api:1.3.5
| | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework.boot:spring-boot-starter-json:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (*)
| | +--- org.springframework:spring-web:5.2.5.RELEASE
| | | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | +--- com.fasterxml.jackson.core:jackson-databind:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-annotations:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| | +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-annotations:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| | \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.10.3
| | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| +--- org.springframework.boot:spring-boot-starter-tomcat:2.2.6.RELEASE
| | +--- jakarta.annotation:jakarta.annotation-api:1.3.5
| | +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.33
| | +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.33
| | \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.33
| | \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.33
| +--- org.springframework.boot:spring-boot-starter-validation:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (*)
| | +--- jakarta.validation:jakarta.validation-api:2.0.2
| | \--- org.hibernate.validator:hibernate-validator:6.0.18.Final
| | +--- org.jboss.logging:jboss-logging:3.3.2.Final -> 3.4.1.Final
| | \--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| +--- org.springframework:spring-web:5.2.5.RELEASE (*)
| \--- org.springframework:spring-webmvc:5.2.5.RELEASE
| +--- org.springframework:spring-aop:5.2.5.RELEASE (*)
| +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| +--- org.springframework:spring-context:5.2.5.RELEASE (*)
| +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework:spring-expression:5.2.5.RELEASE (*)
| \--- org.springframework:spring-web:5.2.5.RELEASE (*)
+--- org.springframework.data:spring-data-commons:2.2.6.RELEASE
| +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| \--- org.slf4j:slf4j-api:1.7.26 -> 1.7.30
+--- org.springframework.data:spring-data-elasticsearch:3.2.6.RELEASE
| +--- org.springframework:spring-context:5.2.5.RELEASE (*)
| +--- org.springframework:spring-tx:5.2.5.RELEASE
| | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework.data:spring-data-commons:2.2.6.RELEASE (*)
| +--- joda-time:joda-time:2.10.5
| +--- org.elasticsearch.client:transport:6.8.7
| | +--- org.elasticsearch:elasticsearch:6.8.7 -> 7.6.2
| | | +--- org.elasticsearch:elasticsearch-core:7.6.2
| | | +--- org.elasticsearch:elasticsearch-secure-sm:7.6.2
| | | +--- org.elasticsearch:elasticsearch-x-content:7.6.2
| | | | +--- org.elasticsearch:elasticsearch-core:7.6.2
| | | | +--- org.yaml:snakeyaml:1.17 -> 1.25
| | | | +--- com.fasterxml.jackson.core:jackson-core:2.8.11 -> 2.10.3
| | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.8.11 -> 2.10.3
| | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.11 -> 2.10.3
| | | | \--- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.8.11 -> 2.10.3
| | | +--- org.elasticsearch:elasticsearch-geo:7.6.2
| | | +--- org.apache.lucene:lucene-core:8.4.0
| | | +--- org.apache.lucene:lucene-analyzers-common:8.4.0
| | | +--- org.apache.lucene:lucene-backward-codecs:8.4.0
| | | +--- org.apache.lucene:lucene-grouping:8.4.0
| | | +--- org.apache.lucene:lucene-highlighter:8.4.0
| | | +--- org.apache.lucene:lucene-join:8.4.0
| | | +--- org.apache.lucene:lucene-memory:8.4.0
| | | +--- org.apache.lucene:lucene-misc:8.4.0
| | | +--- org.apache.lucene:lucene-queries:8.4.0
| | | +--- org.apache.lucene:lucene-queryparser:8.4.0
| | | +--- org.apache.lucene:lucene-sandbox:8.4.0
| | | +--- org.apache.lucene:lucene-spatial:8.4.0
| | | +--- org.apache.lucene:lucene-spatial-extras:8.4.0
| | | +--- org.apache.lucene:lucene-spatial3d:8.4.0
| | | +--- org.apache.lucene:lucene-suggest:8.4.0
| | | +--- org.elasticsearch:elasticsearch-cli:7.6.2
| | | | +--- net.sf.jopt-simple:jopt-simple:5.0.2
| | | | \--- org.elasticsearch:elasticsearch-core:7.6.2
| | | +--- com.carrotsearch:hppc:0.8.1
| | | +--- joda-time:joda-time:2.10.4 -> 2.10.5
| | | +--- com.tdunning:t-digest:3.2
| | | +--- org.hdrhistogram:HdrHistogram:2.1.9
| | | +--- org.apache.logging.log4j:log4j-api:2.11.1 -> 2.12.1
| | | \--- org.elasticsearch:jna:4.5.1
| | +--- org.elasticsearch.plugin:transport-netty4-client:6.8.7
| | | +--- io.netty:netty-buffer:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-codec:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-codec-http:4.1.32.Final -> 4.1.48.Final
| | | | \--- io.netty:netty-handler:4.1.48.Final
| | | +--- io.netty:netty-common:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-handler:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-resolver:4.1.32.Final -> 4.1.48.Final
| | | \--- io.netty:netty-transport:4.1.32.Final -> 4.1.48.Final
| | +--- org.elasticsearch.plugin:reindex-client:6.8.7
| | | +--- org.elasticsearch.client:elasticsearch-rest-client:6.8.7 -> 7.6.2
| | | | +--- org.apache.httpcomponents:httpclient:4.5.10 -> 4.5.12
| | | | +--- org.apache.httpcomponents:httpcore:4.4.12 -> 4.4.13
| | | | +--- org.apache.httpcomponents:httpasyncclient:4.1.4
| | | | +--- org.apache.httpcomponents:httpcore-nio:4.4.12 -> 4.4.13
| | | | \--- commons-codec:commons-codec:1.11 -> 1.13
| | | \--- org.elasticsearch:elasticsearch-ssl-config:6.8.7
| | | \--- org.elasticsearch:elasticsearch-core:6.8.7 -> 7.6.2
| | +--- org.elasticsearch.plugin:lang-mustache-client:6.8.7 -> 7.6.2
| | | \--- com.github.spullara.mustache.java:compiler:0.9.6
| | +--- org.elasticsearch.plugin:percolator-client:6.8.7
| | +--- org.elasticsearch.plugin:parent-join-client:6.8.7 -> 7.6.2
| | \--- org.elasticsearch.plugin:rank-eval-client:6.8.7 -> 7.6.2
| +--- org.elasticsearch.plugin:transport-netty4-client:6.8.7 (*)
| +--- org.elasticsearch.client:elasticsearch-rest-high-level-client:6.8.7 -> 7.6.2
| | +--- org.elasticsearch:elasticsearch:7.6.2 (*)
| | +--- org.elasticsearch.client:elasticsearch-rest-client:7.6.2 (*)
| | +--- org.elasticsearch.plugin:mapper-extras-client:7.6.2
| | +--- org.elasticsearch.plugin:parent-join-client:7.6.2
| | +--- org.elasticsearch.plugin:aggs-matrix-stats-client:7.6.2
| | +--- org.elasticsearch.plugin:rank-eval-client:7.6.2
| | \--- org.elasticsearch.plugin:lang-mustache-client:7.6.2 (*)
| +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| +--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| \--- org.slf4j:slf4j-api:1.7.26 -> 1.7.30
+--- org.elasticsearch.client:elasticsearch-rest-high-level-client:7.6.2 (*)
+--- org.elasticsearch.client:elasticsearch-rest-client:7.6.2 (*)
+--- org.elasticsearch:elasticsearch:7.6.2 (*)
+--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (*)
+--- io.springfox:springfox-swagger2:2.8.0
| +--- io.swagger:swagger-annotations:1.5.14
| +--- io.swagger:swagger-models:1.5.14
| | +--- com.fasterxml.jackson.core:jackson-annotations:2.8.7 -> 2.10.3
| | +--- org.slf4j:slf4j-api:1.7.22 -> 1.7.30
| | \--- io.swagger:swagger-annotations:1.5.14
| +--- io.springfox:springfox-spi:2.8.0
| | \--- io.springfox:springfox-core:2.8.0
| | +--- net.bytebuddy:byte-buddy:1.7.9 -> 1.10.8
| | +--- com.google.guava:guava:20.0
| | +--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| | +--- org.slf4j:slf4j-api:1.7.24 -> 1.7.30
| | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE
| | | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-context:4.0.9.RELEASE -> 5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-aop:4.0.9.RELEASE -> 5.2.5.RELEASE (*)
| | | \--- org.slf4j:slf4j-api:1.7.10 -> 1.7.30
| | \--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE
| | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
| | \--- org.slf4j:slf4j-api:1.7.10 -> 1.7.30
| +--- io.springfox:springfox-schema:2.8.0
| | +--- io.springfox:springfox-core:2.8.0 (*)
| | \--- io.springfox:springfox-spi:2.8.0 (*)
| +--- io.springfox:springfox-swagger-common:2.8.0
| | +--- io.swagger:swagger-annotations:1.5.14
| | +--- io.swagger:swagger-models:1.5.14 (*)
| | +--- io.springfox:springfox-spi:2.8.0 (*)
| | +--- io.springfox:springfox-schema:2.8.0 (*)
| | +--- io.springfox:springfox-spring-web:2.8.0
| | | +--- org.reflections:reflections:0.9.11
| | | | +--- com.google.guava:guava:20.0
| | | | \--- org.javassist:javassist:3.21.0-GA
| | | +--- com.google.guava:guava:20.0
| | | +--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| | | +--- org.slf4j:slf4j-api:1.7.24 -> 1.7.30
| | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
| | | +--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
| | | \--- io.springfox:springfox-spi:2.8.0 (*)
| | +--- com.google.guava:guava:20.0
| | +--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| | +--- org.slf4j:slf4j-api:1.7.24 -> 1.7.30
| | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
| | \--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
| +--- io.springfox:springfox-spring-web:2.8.0 (*)
| +--- com.google.guava:guava:20.0
| +--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| +--- org.slf4j:slf4j-api:1.7.24 -> 1.7.30
| +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
| +--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
| \--- org.mapstruct:mapstruct:1.2.0.Final
+--- io.springfox:springfox-swagger-ui:2.8.0
| \--- io.springfox:springfox-spring-web:2.8.0 (*)
+--- javax.xml.bind:jaxb-api -> 2.3.1
| \--- javax.activation:javax.activation-api:1.2.0
+--- org.projectlombok:lombok -> 1.18.12
+--- junit:junit:4.12
| \--- org.hamcrest:hamcrest-core:1.3 -> 2.1
| \--- org.hamcrest:hamcrest:2.1
\--- org.springframework.boot:spring-boot-starter-test:2.2.6.RELEASE
+--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (*)
+--- org.springframework.boot:spring-boot-test:2.2.6.RELEASE
| \--- org.springframework.boot:spring-boot:2.2.6.RELEASE (*)
+--- org.springframework.boot:spring-boot-test-autoconfigure:2.2.6.RELEASE
| +--- org.springframework.boot:spring-boot-test:2.2.6.RELEASE (*)
| \--- org.springframework.boot:spring-boot-autoconfigure:2.2.6.RELEASE (*)
+--- com.jayway.jsonpath:json-path:2.4.0
| +--- net.minidev:json-smart:2.3
| | \--- net.minidev:accessors-smart:1.2
| | \--- org.ow2.asm:asm:5.0.4
| \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.30
+--- jakarta.xml.bind:jakarta.xml.bind-api:2.3.3
| \--- jakarta.activation:jakarta.activation-api:1.2.2
+--- org.junit.jupiter:junit-jupiter:5.5.2
| +--- org.junit.jupiter:junit-jupiter-api:5.5.2
| | +--- org.apiguardian:apiguardian-api:1.1.0
| | +--- org.opentest4j:opentest4j:1.2.0
| | \--- org.junit.platform:junit-platform-commons:1.5.2
| | \--- org.apiguardian:apiguardian-api:1.1.0
| \--- org.junit.jupiter:junit-jupiter-params:5.5.2
| +--- org.apiguardian:apiguardian-api:1.1.0
| \--- org.junit.jupiter:junit-jupiter-api:5.5.2 (*)
+--- org.junit.vintage:junit-vintage-engine:5.5.2
| +--- org.apiguardian:apiguardian-api:1.1.0
| +--- org.junit.platform:junit-platform-engine:1.5.2
| | +--- org.apiguardian:apiguardian-api:1.1.0
| | +--- org.opentest4j:opentest4j:1.2.0
| | \--- org.junit.platform:junit-platform-commons:1.5.2 (*)
| \--- junit:junit:4.12 (*)
+--- org.mockito:mockito-junit-jupiter:3.1.0
| \--- org.mockito:mockito-core:3.1.0
| +--- net.bytebuddy:byte-buddy:1.9.10 -> 1.10.8
| +--- net.bytebuddy:byte-buddy-agent:1.9.10 -> 1.10.8
| \--- org.objenesis:objenesis:2.6
+--- org.assertj:assertj-core:3.13.2
+--- org.hamcrest:hamcrest:2.1
+--- org.mockito:mockito-core:3.1.0 (*)
+--- org.skyscreamer:jsonassert:1.5.0
| \--- com.vaadin.external.google:android-json:0.0.20131108.vaadin1
+--- org.springframework:spring-core:5.2.5.RELEASE (*)
+--- org.springframework:spring-test:5.2.5.RELEASE
| \--- org.springframework:spring-core:5.2.5.RELEASE (*)
\--- org.xmlunit:xmlunit-core:2.6.4
testCompileOnly - Compile only dependencies for source set 'test'.
No dependencies
testImplementation - Implementation only dependencies for source set 'test'. (n)
\--- org.springframework.boot:spring-boot-starter-test:2.2.6.RELEASE (n)
testRuntime - Runtime dependencies for source set 'test' (deprecated, use 'testRuntimeOnly' instead).
+--- org.springframework.boot:spring-boot-starter-web:2.2.6.RELEASE
| +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot:2.2.6.RELEASE
| | | +--- org.springframework:spring-core:5.2.5.RELEASE
| | | | \--- org.springframework:spring-jcl:5.2.5.RELEASE
| | | \--- org.springframework:spring-context:5.2.5.RELEASE
| | | +--- org.springframework:spring-aop:5.2.5.RELEASE
| | | | +--- org.springframework:spring-beans:5.2.5.RELEASE
| | | | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | \--- org.springframework:spring-expression:5.2.5.RELEASE
| | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | +--- org.springframework.boot:spring-boot-autoconfigure:2.2.6.RELEASE
| | | \--- org.springframework.boot:spring-boot:2.2.6.RELEASE (*)
| | +--- org.springframework.boot:spring-boot-starter-logging:2.2.6.RELEASE
| | | +--- ch.qos.logback:logback-classic:1.2.3
| | | | +--- ch.qos.logback:logback-core:1.2.3
| | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.30
| | | +--- org.apache.logging.log4j:log4j-to-slf4j:2.12.1
| | | | +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.30
| | | | \--- org.apache.logging.log4j:log4j-api:2.12.1
| | | \--- org.slf4j:jul-to-slf4j:1.7.30
| | | \--- org.slf4j:slf4j-api:1.7.30
| | +--- jakarta.annotation:jakarta.annotation-api:1.3.5
| | +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | \--- org.yaml:snakeyaml:1.25
| +--- org.springframework.boot:spring-boot-starter-json:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (*)
| | +--- org.springframework:spring-web:5.2.5.RELEASE
| | | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | +--- com.fasterxml.jackson.core:jackson-databind:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-annotations:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| | +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-annotations:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| | \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.10.3
| | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| +--- org.springframework.boot:spring-boot-starter-tomcat:2.2.6.RELEASE
| | +--- jakarta.annotation:jakarta.annotation-api:1.3.5
| | +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.33
| | +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.33
| | \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.33
| | \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.33
| +--- org.springframework.boot:spring-boot-starter-validation:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (*)
| | +--- jakarta.validation:jakarta.validation-api:2.0.2
| | \--- org.hibernate.validator:hibernate-validator:6.0.18.Final
| | +--- org.jboss.logging:jboss-logging:3.3.2.Final -> 3.4.1.Final
| | \--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| +--- org.springframework:spring-web:5.2.5.RELEASE (*)
| \--- org.springframework:spring-webmvc:5.2.5.RELEASE
| +--- org.springframework:spring-aop:5.2.5.RELEASE (*)
| +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| +--- org.springframework:spring-context:5.2.5.RELEASE (*)
| +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework:spring-expression:5.2.5.RELEASE (*)
| \--- org.springframework:spring-web:5.2.5.RELEASE (*)
+--- org.springframework.data:spring-data-commons:2.2.6.RELEASE
| +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| \--- org.slf4j:slf4j-api:1.7.26 -> 1.7.30
+--- org.springframework.data:spring-data-elasticsearch:3.2.6.RELEASE
| +--- org.springframework:spring-context:5.2.5.RELEASE (*)
| +--- org.springframework:spring-tx:5.2.5.RELEASE
| | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework.data:spring-data-commons:2.2.6.RELEASE (*)
| +--- joda-time:joda-time:2.10.5
| +--- org.elasticsearch.client:transport:6.8.7
| | +--- org.elasticsearch:elasticsearch:6.8.7 -> 7.6.2
| | | +--- org.elasticsearch:elasticsearch-core:7.6.2
| | | +--- org.elasticsearch:elasticsearch-secure-sm:7.6.2
| | | +--- org.elasticsearch:elasticsearch-x-content:7.6.2
| | | | +--- org.elasticsearch:elasticsearch-core:7.6.2
| | | | +--- org.yaml:snakeyaml:1.17 -> 1.25
| | | | +--- com.fasterxml.jackson.core:jackson-core:2.8.11 -> 2.10.3
| | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.8.11 -> 2.10.3
| | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.11 -> 2.10.3
| | | | \--- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.8.11 -> 2.10.3
| | | +--- org.elasticsearch:elasticsearch-geo:7.6.2
| | | +--- org.apache.lucene:lucene-core:8.4.0
| | | +--- org.apache.lucene:lucene-analyzers-common:8.4.0
| | | +--- org.apache.lucene:lucene-backward-codecs:8.4.0
| | | +--- org.apache.lucene:lucene-grouping:8.4.0
| | | +--- org.apache.lucene:lucene-highlighter:8.4.0
| | | +--- org.apache.lucene:lucene-join:8.4.0
| | | +--- org.apache.lucene:lucene-memory:8.4.0
| | | +--- org.apache.lucene:lucene-misc:8.4.0
| | | +--- org.apache.lucene:lucene-queries:8.4.0
| | | +--- org.apache.lucene:lucene-queryparser:8.4.0
| | | +--- org.apache.lucene:lucene-sandbox:8.4.0
| | | +--- org.apache.lucene:lucene-spatial:8.4.0
| | | +--- org.apache.lucene:lucene-spatial-extras:8.4.0
| | | +--- org.apache.lucene:lucene-spatial3d:8.4.0
| | | +--- org.apache.lucene:lucene-suggest:8.4.0
| | | +--- org.elasticsearch:elasticsearch-cli:7.6.2
| | | | +--- net.sf.jopt-simple:jopt-simple:5.0.2
| | | | \--- org.elasticsearch:elasticsearch-core:7.6.2
| | | +--- com.carrotsearch:hppc:0.8.1
| | | +--- joda-time:joda-time:2.10.4 -> 2.10.5
| | | +--- com.tdunning:t-digest:3.2
| | | +--- org.hdrhistogram:HdrHistogram:2.1.9
| | | +--- org.apache.logging.log4j:log4j-api:2.11.1 -> 2.12.1
| | | \--- org.elasticsearch:jna:4.5.1
| | +--- org.elasticsearch.plugin:transport-netty4-client:6.8.7
| | | +--- io.netty:netty-buffer:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-codec:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-codec-http:4.1.32.Final -> 4.1.48.Final
| | | | \--- io.netty:netty-handler:4.1.48.Final
| | | +--- io.netty:netty-common:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-handler:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-resolver:4.1.32.Final -> 4.1.48.Final
| | | \--- io.netty:netty-transport:4.1.32.Final -> 4.1.48.Final
| | +--- org.elasticsearch.plugin:reindex-client:6.8.7
| | | +--- org.elasticsearch.client:elasticsearch-rest-client:6.8.7 -> 7.6.2
| | | | +--- org.apache.httpcomponents:httpclient:4.5.10 -> 4.5.12
| | | | +--- org.apache.httpcomponents:httpcore:4.4.12 -> 4.4.13
| | | | +--- org.apache.httpcomponents:httpasyncclient:4.1.4
| | | | +--- org.apache.httpcomponents:httpcore-nio:4.4.12 -> 4.4.13
| | | | \--- commons-codec:commons-codec:1.11 -> 1.13
| | | \--- org.elasticsearch:elasticsearch-ssl-config:6.8.7
| | | \--- org.elasticsearch:elasticsearch-core:6.8.7 -> 7.6.2
| | +--- org.elasticsearch.plugin:lang-mustache-client:6.8.7 -> 7.6.2
| | | \--- com.github.spullara.mustache.java:compiler:0.9.6
| | +--- org.elasticsearch.plugin:percolator-client:6.8.7
| | +--- org.elasticsearch.plugin:parent-join-client:6.8.7 -> 7.6.2
| | \--- org.elasticsearch.plugin:rank-eval-client:6.8.7 -> 7.6.2
| +--- org.elasticsearch.plugin:transport-netty4-client:6.8.7 (*)
| +--- org.elasticsearch.client:elasticsearch-rest-high-level-client:6.8.7 -> 7.6.2
| | +--- org.elasticsearch:elasticsearch:7.6.2 (*)
| | +--- org.elasticsearch.client:elasticsearch-rest-client:7.6.2 (*)
| | +--- org.elasticsearch.plugin:mapper-extras-client:7.6.2
| | +--- org.elasticsearch.plugin:parent-join-client:7.6.2
| | +--- org.elasticsearch.plugin:aggs-matrix-stats-client:7.6.2
| | +--- org.elasticsearch.plugin:rank-eval-client:7.6.2
| | \--- org.elasticsearch.plugin:lang-mustache-client:7.6.2 (*)
| +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| +--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| \--- org.slf4j:slf4j-api:1.7.26 -> 1.7.30
+--- org.elasticsearch.client:elasticsearch-rest-high-level-client:7.6.2 (*)
+--- org.elasticsearch.client:elasticsearch-rest-client:7.6.2 (*)
+--- org.elasticsearch:elasticsearch:7.6.2 (*)
\--- junit:junit:4.12
\--- org.hamcrest:hamcrest-core:1.3 -> 2.1
\--- org.hamcrest:hamcrest:2.1
testRuntimeClasspath - Runtime classpath of source set 'test'.
+--- org.springframework.boot:spring-boot-starter-web:2.2.6.RELEASE
| +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot:2.2.6.RELEASE
| | | +--- org.springframework:spring-core:5.2.5.RELEASE
| | | | \--- org.springframework:spring-jcl:5.2.5.RELEASE
| | | \--- org.springframework:spring-context:5.2.5.RELEASE
| | | +--- org.springframework:spring-aop:5.2.5.RELEASE
| | | | +--- org.springframework:spring-beans:5.2.5.RELEASE
| | | | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | | \--- org.springframework:spring-expression:5.2.5.RELEASE
| | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | +--- org.springframework.boot:spring-boot-autoconfigure:2.2.6.RELEASE
| | | \--- org.springframework.boot:spring-boot:2.2.6.RELEASE (*)
| | +--- org.springframework.boot:spring-boot-starter-logging:2.2.6.RELEASE
| | | +--- ch.qos.logback:logback-classic:1.2.3
| | | | +--- ch.qos.logback:logback-core:1.2.3
| | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.30
| | | +--- org.apache.logging.log4j:log4j-to-slf4j:2.12.1
| | | | +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.30
| | | | \--- org.apache.logging.log4j:log4j-api:2.12.1
| | | \--- org.slf4j:jul-to-slf4j:1.7.30
| | | \--- org.slf4j:slf4j-api:1.7.30
| | +--- jakarta.annotation:jakarta.annotation-api:1.3.5
| | +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | \--- org.yaml:snakeyaml:1.25
| +--- org.springframework.boot:spring-boot-starter-json:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (*)
| | +--- org.springframework:spring-web:5.2.5.RELEASE
| | | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| | +--- com.fasterxml.jackson.core:jackson-databind:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-annotations:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| | +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-annotations:2.10.3
| | | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| | \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.10.3
| | +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| | \--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| +--- org.springframework.boot:spring-boot-starter-tomcat:2.2.6.RELEASE
| | +--- jakarta.annotation:jakarta.annotation-api:1.3.5
| | +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.33
| | +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.33
| | \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.33
| | \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.33
| +--- org.springframework.boot:spring-boot-starter-validation:2.2.6.RELEASE
| | +--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (*)
| | +--- jakarta.validation:jakarta.validation-api:2.0.2
| | \--- org.hibernate.validator:hibernate-validator:6.0.18.Final
| | +--- org.jboss.logging:jboss-logging:3.3.2.Final -> 3.4.1.Final
| | \--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| +--- org.springframework:spring-web:5.2.5.RELEASE (*)
| \--- org.springframework:spring-webmvc:5.2.5.RELEASE
| +--- org.springframework:spring-aop:5.2.5.RELEASE (*)
| +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| +--- org.springframework:spring-context:5.2.5.RELEASE (*)
| +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework:spring-expression:5.2.5.RELEASE (*)
| \--- org.springframework:spring-web:5.2.5.RELEASE (*)
+--- org.springframework.data:spring-data-commons:2.2.6.RELEASE
| +--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| \--- org.slf4j:slf4j-api:1.7.26 -> 1.7.30
+--- org.springframework.data:spring-data-elasticsearch:3.2.6.RELEASE
| +--- org.springframework:spring-context:5.2.5.RELEASE (*)
| +--- org.springframework:spring-tx:5.2.5.RELEASE
| | +--- org.springframework:spring-beans:5.2.5.RELEASE (*)
| | \--- org.springframework:spring-core:5.2.5.RELEASE (*)
| +--- org.springframework.data:spring-data-commons:2.2.6.RELEASE (*)
| +--- joda-time:joda-time:2.10.5
| +--- org.elasticsearch.client:transport:6.8.7
| | +--- org.elasticsearch:elasticsearch:6.8.7 -> 7.6.2
| | | +--- org.elasticsearch:elasticsearch-core:7.6.2
| | | +--- org.elasticsearch:elasticsearch-secure-sm:7.6.2
| | | +--- org.elasticsearch:elasticsearch-x-content:7.6.2
| | | | +--- org.elasticsearch:elasticsearch-core:7.6.2
| | | | +--- org.yaml:snakeyaml:1.17 -> 1.25
| | | | +--- com.fasterxml.jackson.core:jackson-core:2.8.11 -> 2.10.3
| | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.8.11 -> 2.10.3
| | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.11 -> 2.10.3
| | | | \--- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.8.11 -> 2.10.3
| | | +--- org.elasticsearch:elasticsearch-geo:7.6.2
| | | +--- org.apache.lucene:lucene-core:8.4.0
| | | +--- org.apache.lucene:lucene-analyzers-common:8.4.0
| | | +--- org.apache.lucene:lucene-backward-codecs:8.4.0
| | | +--- org.apache.lucene:lucene-grouping:8.4.0
| | | +--- org.apache.lucene:lucene-highlighter:8.4.0
| | | +--- org.apache.lucene:lucene-join:8.4.0
| | | +--- org.apache.lucene:lucene-memory:8.4.0
| | | +--- org.apache.lucene:lucene-misc:8.4.0
| | | +--- org.apache.lucene:lucene-queries:8.4.0
| | | +--- org.apache.lucene:lucene-queryparser:8.4.0
| | | +--- org.apache.lucene:lucene-sandbox:8.4.0
| | | +--- org.apache.lucene:lucene-spatial:8.4.0
| | | +--- org.apache.lucene:lucene-spatial-extras:8.4.0
| | | +--- org.apache.lucene:lucene-spatial3d:8.4.0
| | | +--- org.apache.lucene:lucene-suggest:8.4.0
| | | +--- org.elasticsearch:elasticsearch-cli:7.6.2
| | | | +--- net.sf.jopt-simple:jopt-simple:5.0.2
| | | | \--- org.elasticsearch:elasticsearch-core:7.6.2
| | | +--- com.carrotsearch:hppc:0.8.1
| | | +--- joda-time:joda-time:2.10.4 -> 2.10.5
| | | +--- com.tdunning:t-digest:3.2
| | | +--- org.hdrhistogram:HdrHistogram:2.1.9
| | | +--- org.apache.logging.log4j:log4j-api:2.11.1 -> 2.12.1
| | | \--- org.elasticsearch:jna:4.5.1
| | +--- org.elasticsearch.plugin:transport-netty4-client:6.8.7
| | | +--- io.netty:netty-buffer:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-codec:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-codec-http:4.1.32.Final -> 4.1.48.Final
| | | | \--- io.netty:netty-handler:4.1.48.Final
| | | +--- io.netty:netty-common:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-handler:4.1.32.Final -> 4.1.48.Final
| | | +--- io.netty:netty-resolver:4.1.32.Final -> 4.1.48.Final
| | | \--- io.netty:netty-transport:4.1.32.Final -> 4.1.48.Final
| | +--- org.elasticsearch.plugin:reindex-client:6.8.7
| | | +--- org.elasticsearch.client:elasticsearch-rest-client:6.8.7 -> 7.6.2
| | | | +--- org.apache.httpcomponents:httpclient:4.5.10 -> 4.5.12
| | | | +--- org.apache.httpcomponents:httpcore:4.4.12 -> 4.4.13
| | | | +--- org.apache.httpcomponents:httpasyncclient:4.1.4
| | | | +--- org.apache.httpcomponents:httpcore-nio:4.4.12 -> 4.4.13
| | | | \--- commons-codec:commons-codec:1.11 -> 1.13
| | | \--- org.elasticsearch:elasticsearch-ssl-config:6.8.7
| | | \--- org.elasticsearch:elasticsearch-core:6.8.7 -> 7.6.2
| | +--- org.elasticsearch.plugin:lang-mustache-client:6.8.7 -> 7.6.2
| | | \--- com.github.spullara.mustache.java:compiler:0.9.6
| | +--- org.elasticsearch.plugin:percolator-client:6.8.7
| | +--- org.elasticsearch.plugin:parent-join-client:6.8.7 -> 7.6.2
| | \--- org.elasticsearch.plugin:rank-eval-client:6.8.7 -> 7.6.2
| +--- org.elasticsearch.plugin:transport-netty4-client:6.8.7 (*)
| +--- org.elasticsearch.client:elasticsearch-rest-high-level-client:6.8.7 -> 7.6.2
| | +--- org.elasticsearch:elasticsearch:7.6.2 (*)
| | +--- org.elasticsearch.client:elasticsearch-rest-client:7.6.2 (*)
| | +--- org.elasticsearch.plugin:mapper-extras-client:7.6.2
| | +--- org.elasticsearch.plugin:parent-join-client:7.6.2
| | +--- org.elasticsearch.plugin:aggs-matrix-stats-client:7.6.2
| | +--- org.elasticsearch.plugin:rank-eval-client:7.6.2
| | \--- org.elasticsearch.plugin:lang-mustache-client:7.6.2 (*)
| +--- com.fasterxml.jackson.core:jackson-core:2.10.3
| +--- com.fasterxml.jackson.core:jackson-databind:2.10.3 (*)
| \--- org.slf4j:slf4j-api:1.7.26 -> 1.7.30
+--- org.elasticsearch.client:elasticsearch-rest-high-level-client:7.6.2 (*)
+--- org.elasticsearch.client:elasticsearch-rest-client:7.6.2 (*)
+--- org.elasticsearch:elasticsearch:7.6.2 (*)
+--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (*)
+--- io.springfox:springfox-swagger2:2.8.0
| +--- io.swagger:swagger-annotations:1.5.14
| +--- io.swagger:swagger-models:1.5.14
| | +--- com.fasterxml.jackson.core:jackson-annotations:2.8.7 -> 2.10.3
| | +--- org.slf4j:slf4j-api:1.7.22 -> 1.7.30
| | \--- io.swagger:swagger-annotations:1.5.14
| +--- io.springfox:springfox-spi:2.8.0
| | \--- io.springfox:springfox-core:2.8.0
| | +--- net.bytebuddy:byte-buddy:1.7.9 -> 1.10.8
| | +--- com.google.guava:guava:20.0
| | +--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| | +--- org.slf4j:slf4j-api:1.7.24 -> 1.7.30
| | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE
| | | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-context:4.0.9.RELEASE -> 5.2.5.RELEASE (*)
| | | +--- org.springframework:spring-aop:4.0.9.RELEASE -> 5.2.5.RELEASE (*)
| | | \--- org.slf4j:slf4j-api:1.7.10 -> 1.7.30
| | \--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE
| | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
| | \--- org.slf4j:slf4j-api:1.7.10 -> 1.7.30
| +--- io.springfox:springfox-schema:2.8.0
| | +--- io.springfox:springfox-core:2.8.0 (*)
| | \--- io.springfox:springfox-spi:2.8.0 (*)
| +--- io.springfox:springfox-swagger-common:2.8.0
| | +--- io.swagger:swagger-annotations:1.5.14
| | +--- io.swagger:swagger-models:1.5.14 (*)
| | +--- io.springfox:springfox-spi:2.8.0 (*)
| | +--- io.springfox:springfox-schema:2.8.0 (*)
| | +--- io.springfox:springfox-spring-web:2.8.0
| | | +--- org.reflections:reflections:0.9.11
| | | | +--- com.google.guava:guava:20.0
| | | | \--- org.javassist:javassist:3.21.0-GA
| | | +--- com.google.guava:guava:20.0
| | | +--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| | | +--- org.slf4j:slf4j-api:1.7.24 -> 1.7.30
| | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
| | | +--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
| | | \--- io.springfox:springfox-spi:2.8.0 (*)
| | +--- com.google.guava:guava:20.0
| | +--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| | +--- org.slf4j:slf4j-api:1.7.24 -> 1.7.30
| | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
| | \--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
| +--- io.springfox:springfox-spring-web:2.8.0 (*)
| +--- com.google.guava:guava:20.0
| +--- com.fasterxml:classmate:1.3.4 -> 1.5.1
| +--- org.slf4j:slf4j-api:1.7.24 -> 1.7.30
| +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
| +--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
| \--- org.mapstruct:mapstruct:1.2.0.Final
+--- io.springfox:springfox-swagger-ui:2.8.0
| \--- io.springfox:springfox-spring-web:2.8.0 (*)
+--- javax.xml.bind:jaxb-api -> 2.3.1
| \--- javax.activation:javax.activation-api:1.2.0
+--- org.projectlombok:lombok -> 1.18.12
+--- junit:junit:4.12
| \--- org.hamcrest:hamcrest-core:1.3 -> 2.1
| \--- org.hamcrest:hamcrest:2.1
\--- org.springframework.boot:spring-boot-starter-test:2.2.6.RELEASE
+--- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE (*)
+--- org.springframework.boot:spring-boot-test:2.2.6.RELEASE
| \--- org.springframework.boot:spring-boot:2.2.6.RELEASE (*)
+--- org.springframework.boot:spring-boot-test-autoconfigure:2.2.6.RELEASE
| +--- org.springframework.boot:spring-boot-test:2.2.6.RELEASE (*)
| \--- org.springframework.boot:spring-boot-autoconfigure:2.2.6.RELEASE (*)
+--- com.jayway.jsonpath:json-path:2.4.0
| +--- net.minidev:json-smart:2.3
| | \--- net.minidev:accessors-smart:1.2
| | \--- org.ow2.asm:asm:5.0.4
| \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.30
+--- jakarta.xml.bind:jakarta.xml.bind-api:2.3.3
| \--- jakarta.activation:jakarta.activation-api:1.2.2
+--- org.junit.jupiter:junit-jupiter:5.5.2
| +--- org.junit.jupiter:junit-jupiter-api:5.5.2
| | +--- org.apiguardian:apiguardian-api:1.1.0
| | +--- org.opentest4j:opentest4j:1.2.0
| | \--- org.junit.platform:junit-platform-commons:1.5.2
| | \--- org.apiguardian:apiguardian-api:1.1.0
| +--- org.junit.jupiter:junit-jupiter-params:5.5.2
| | +--- org.apiguardian:apiguardian-api:1.1.0
| | \--- org.junit.jupiter:junit-jupiter-api:5.5.2 (*)
| \--- org.junit.jupiter:junit-jupiter-engine:5.5.2
| +--- org.apiguardian:apiguardian-api:1.1.0
| +--- org.junit.platform:junit-platform-engine:1.5.2
| | +--- org.apiguardian:apiguardian-api:1.1.0
| | +--- org.opentest4j:opentest4j:1.2.0
| | \--- org.junit.platform:junit-platform-commons:1.5.2 (*)
| \--- org.junit.jupiter:junit-jupiter-api:5.5.2 (*)
+--- org.junit.vintage:junit-vintage-engine:5.5.2
| +--- org.apiguardian:apiguardian-api:1.1.0
| +--- org.junit.platform:junit-platform-engine:1.5.2 (*)
| \--- junit:junit:4.12 (*)
+--- org.mockito:mockito-junit-jupiter:3.1.0
| +--- org.mockito:mockito-core:3.1.0
| | +--- net.bytebuddy:byte-buddy:1.9.10 -> 1.10.8
| | +--- net.bytebuddy:byte-buddy-agent:1.9.10 -> 1.10.8
| | \--- org.objenesis:objenesis:2.6
| \--- org.junit.jupiter:junit-jupiter-api:5.4.2 -> 5.5.2 (*)
+--- org.assertj:assertj-core:3.13.2
+--- org.hamcrest:hamcrest:2.1
+--- org.mockito:mockito-core:3.1.0 (*)
+--- org.skyscreamer:jsonassert:1.5.0
| \--- com.vaadin.external.google:android-json:0.0.20131108.vaadin1
+--- org.springframework:spring-core:5.2.5.RELEASE (*)
+--- org.springframework:spring-test:5.2.5.RELEASE
| \--- org.springframework:spring-core:5.2.5.RELEASE (*)
\--- org.xmlunit:xmlunit-core:2.6.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment