Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rekhubs/9a635927458cd5a1f243ed0536296673 to your computer and use it in GitHub Desktop.
Save rekhubs/9a635927458cd5a1f243ed0536296673 to your computer and use it in GitHub Desktop.
2020-09-17
* Spring Boot 2.3.x working
* Spring Cloud Hoxton SR8 working, can register to Eureka, Zuul is forwarding requests
* Spring Date Rest working, auto exposed REST APIs on reposotories found by springdoc-openapi
* springdoc-openapi working: ui, date-rest, hateoas working, Pageable resolved
[INFO] Scanning for projects...
[INFO]
[INFO] --------------------< xx.xx.xx:xx-xx-service >--------------------
[INFO] Building xx-xx-service 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:3.1.2:tree (default-cli) @ xx-xx-service ---
[INFO] Verbose not supported since maven-dependency-plugin 3.0
[INFO] xx.xx.xx:xx-xx-service:jar:0.0.1
[INFO] +- org.springframework.boot:spring-boot-starter:jar:2.3.3.RELEASE:compile
[INFO] | +- org.springframework.boot:spring-boot:jar:2.3.3.RELEASE:compile
[INFO] | +- org.springframework.boot:spring-boot-autoconfigure:jar:2.3.3.RELEASE:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-logging:jar:2.3.3.RELEASE:compile
[INFO] | | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.13.3:compile
[INFO] | | \- org.slf4j:jul-to-slf4j:jar:1.7.30:compile
[INFO] | +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
[INFO] | +- org.springframework:spring-core:jar:5.2.8.RELEASE:compile
[INFO] | | \- org.springframework:spring-jcl:jar:5.2.8.RELEASE:compile
[INFO] | \- org.yaml:snakeyaml:jar:1.26:compile
[INFO] +- org.springframework.boot:spring-boot-starter-web-services:jar:2.3.3.RELEASE:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-web:jar:2.3.3.RELEASE:compile
[INFO] | | +- org.springframework.boot:spring-boot-starter-json:jar:2.3.3.RELEASE:compile
[INFO] | | | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.11.2:compile
[INFO] | | +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.3.3.RELEASE:compile
[INFO] | | | +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.37:compile
[INFO] | | | \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.37:compile
[INFO] | | \- org.springframework:spring-webmvc:jar:5.2.8.RELEASE:compile
[INFO] | +- com.sun.xml.messaging.saaj:saaj-impl:jar:1.5.2:compile
[INFO] | | +- jakarta.xml.soap:jakarta.xml.soap-api:jar:1.4.2:compile
[INFO] | | +- org.jvnet.staxex:stax-ex:jar:1.8.3:compile
[INFO] | | \- com.sun.activation:jakarta.activation:jar:1.2.2:compile
[INFO] | +- jakarta.xml.ws:jakarta.xml.ws-api:jar:2.3.3:compile
[INFO] | | \- jakarta.jws:jakarta.jws-api:jar:2.1.0:runtime
[INFO] | +- org.springframework:spring-oxm:jar:5.2.8.RELEASE:compile
[INFO] | \- org.springframework.ws:spring-ws-core:jar:3.0.9.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-undertow:jar:2.3.3.RELEASE:compile
[INFO] | +- io.undertow:undertow-core:jar:2.1.3.Final:compile
[INFO] | | +- org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile
[INFO] | | +- org.jboss.xnio:xnio-api:jar:3.8.0.Final:compile
[INFO] | | | +- org.wildfly.common:wildfly-common:jar:1.5.2.Final:compile
[INFO] | | | \- org.wildfly.client:wildfly-client-config:jar:1.0.1.Final:compile
[INFO] | | +- org.jboss.xnio:xnio-nio:jar:3.8.0.Final:runtime
[INFO] | | \- org.jboss.threads:jboss-threads:jar:3.1.0.Final:compile
[INFO] | +- io.undertow:undertow-servlet:jar:2.1.3.Final:compile
[INFO] | | \- org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec:jar:2.0.1.Final:compile
[INFO] | +- io.undertow:undertow-websockets-jsr:jar:2.1.3.Final:compile
[INFO] | | \- org.jboss.spec.javax.websocket:jboss-websocket-api_1.1_spec:jar:2.0.0.Final:compile
[INFO] | +- jakarta.servlet:jakarta.servlet-api:jar:4.0.4:compile
[INFO] | \- org.glassfish:jakarta.el:jar:3.0.3:compile
[INFO] +- org.springframework.plugin:spring-plugin-core:jar:2.0.0.RELEASE:compile
[INFO] | +- org.springframework:spring-beans:jar:5.2.8.RELEASE:compile
[INFO] | +- org.springframework:spring-context:jar:5.2.8.RELEASE:compile
[INFO] | +- org.springframework:spring-aop:jar:5.2.8.RELEASE:compile
[INFO] | \- org.slf4j:slf4j-api:jar:1.7.30:compile
[INFO] +- org.springframework.cloud:spring-cloud-starter-netflix-eureka-client:jar:2.2.5.RELEASE:compile
[INFO] | +- org.springframework.cloud:spring-cloud-starter:jar:2.2.5.RELEASE:compile
[INFO] | | +- org.springframework.cloud:spring-cloud-context:jar:2.2.5.RELEASE:compile
[INFO] | | \- org.springframework.security:spring-security-rsa:jar:1.0.9.RELEASE:compile
[INFO] | | \- org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile
[INFO] | | \- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile
[INFO] | +- org.springframework.cloud:spring-cloud-netflix-hystrix:jar:2.2.5.RELEASE:compile
[INFO] | +- org.springframework.cloud:spring-cloud-netflix-eureka-client:jar:2.2.5.RELEASE:compile
[INFO] | +- com.netflix.eureka:eureka-client:jar:1.9.25:compile
[INFO] | | +- org.codehaus.jettison:jettison:jar:1.3.7:compile
[INFO] | | | \- stax:stax-api:jar:1.0.1:compile
[INFO] | | +- com.netflix.netflix-commons:netflix-eventbus:jar:0.3.0:compile
[INFO] | | | +- com.netflix.netflix-commons:netflix-infix:jar:0.3.0:runtime
[INFO] | | | | +- commons-jxpath:commons-jxpath:jar:1.3:runtime
[INFO] | | | | +- org.antlr:antlr-runtime:jar:3.4:runtime
[INFO] | | | | | \- org.antlr:stringtemplate:jar:3.2.1:runtime
[INFO] | | | | \- com.google.code.gson:gson:jar:2.8.6:runtime
[INFO] | | | \- org.apache.commons:commons-math:jar:2.2:runtime
[INFO] | | +- com.netflix.archaius:archaius-core:jar:0.7.6:compile
[INFO] | | +- javax.ws.rs:jsr311-api:jar:1.1.1:compile
[INFO] | | +- com.netflix.servo:servo-core:jar:0.12.21:compile
[INFO] | | +- com.sun.jersey:jersey-core:jar:1.19.1:compile
[INFO] | | +- com.sun.jersey:jersey-client:jar:1.19.1:compile
[INFO] | | +- com.sun.jersey.contribs:jersey-apache-client4:jar:1.19.1:compile
[INFO] | | +- commons-configuration:commons-configuration:jar:1.10:compile
[INFO] | | | \- commons-lang:commons-lang:jar:2.6:compile
[INFO] | | \- com.google.inject:guice:jar:4.1.0:compile
[INFO] | | \- javax.inject:javax.inject:jar:1:compile
[INFO] | +- com.netflix.eureka:eureka-core:jar:1.9.25:compile
[INFO] | | \- com.fasterxml.woodstox:woodstox-core:jar:5.3.0:compile
[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:4.2:compile
[INFO] | +- org.springframework.cloud:spring-cloud-starter-netflix-archaius:jar:2.2.5.RELEASE:compile
[INFO] | | \- org.springframework.cloud:spring-cloud-netflix-archaius:jar:2.2.5.RELEASE:compile
[INFO] | +- org.springframework.cloud:spring-cloud-starter-netflix-ribbon:jar:2.2.5.RELEASE:compile
[INFO] | | +- com.netflix.ribbon:ribbon:jar:2.3.0:compile
[INFO] | | | +- com.netflix.ribbon:ribbon-transport:jar:2.3.0:runtime
[INFO] | | | | +- io.reactivex:rxnetty-contexts:jar:0.4.9:runtime
[INFO] | | | | \- io.reactivex:rxnetty-servo:jar:0.4.9:runtime
[INFO] | | | \- io.reactivex:rxnetty:jar:0.4.9:runtime
[INFO] | | +- com.netflix.ribbon:ribbon-core:jar:2.3.0:compile
[INFO] | | +- com.netflix.ribbon:ribbon-httpclient:jar:2.3.0:compile
[INFO] | | | +- commons-collections:commons-collections:jar:3.2.2:runtime
[INFO] | | | \- com.netflix.netflix-commons:netflix-commons-util:jar:0.3.0:runtime
[INFO] | | +- com.netflix.ribbon:ribbon-loadbalancer:jar:2.3.0:compile
[INFO] | | | \- com.netflix.netflix-commons:netflix-statistics:jar:0.1.1:runtime
[INFO] | | \- io.reactivex:rxjava:jar:1.3.8:compile
[INFO] | +- org.springframework.cloud:spring-cloud-starter-loadbalancer:jar:2.2.5.RELEASE:compile
[INFO] | | +- org.springframework.cloud:spring-cloud-loadbalancer:jar:2.2.5.RELEASE:compile
[INFO] | | | +- org.springframework.boot:spring-boot-starter-validation:jar:2.3.3.RELEASE:compile
[INFO] | | | | \- org.hibernate.validator:hibernate-validator:jar:6.1.5.Final:compile
[INFO] | | | +- io.projectreactor:reactor-core:jar:3.3.9.RELEASE:compile
[INFO] | | | \- io.projectreactor.addons:reactor-extra:jar:3.3.3.RELEASE:compile
[INFO] | | \- com.stoyanr:evictor:jar:1.0.0:compile
[INFO] | +- com.netflix.ribbon:ribbon-eureka:jar:2.3.0:compile
[INFO] | \- com.thoughtworks.xstream:xstream:jar:1.4.11.1:compile
[INFO] | +- xmlpull:xmlpull:jar:1.1.3.1:compile
[INFO] | \- xpp3:xpp3_min:jar:1.1.4c:compile
[INFO] +- org.springframework.cloud:spring-cloud-starter-openfeign:jar:2.2.5.RELEASE:compile
[INFO] | +- org.springframework.cloud:spring-cloud-openfeign-core:jar:2.2.5.RELEASE:compile
[INFO] | | \- io.github.openfeign.form:feign-form-spring:jar:3.8.0:compile
[INFO] | | +- io.github.openfeign.form:feign-form:jar:3.8.0:compile
[INFO] | | \- commons-fileupload:commons-fileupload:jar:1.4:compile
[INFO] | +- org.springframework:spring-web:jar:5.2.8.RELEASE:compile
[INFO] | +- org.springframework.cloud:spring-cloud-commons:jar:2.2.5.RELEASE:compile
[INFO] | | \- org.springframework.security:spring-security-crypto:jar:5.3.4.RELEASE:compile
[INFO] | +- io.github.openfeign:feign-core:jar:10.10.1:compile
[INFO] | +- io.github.openfeign:feign-slf4j:jar:10.10.1:compile
[INFO] | \- io.github.openfeign:feign-hystrix:jar:10.10.1:compile
[INFO] +- org.springframework.cloud:spring-cloud-starter-netflix-hystrix:jar:2.2.5.RELEASE:compile
[INFO] | +- org.springframework.cloud:spring-cloud-netflix-ribbon:jar:2.2.5.RELEASE:compile
[INFO] | +- com.netflix.hystrix:hystrix-core:jar:1.5.18:compile
[INFO] | +- com.netflix.hystrix:hystrix-serialization:jar:1.5.18:compile
[INFO] | | \- com.fasterxml.jackson.module:jackson-module-afterburner:jar:2.11.2:runtime
[INFO] | +- com.netflix.hystrix:hystrix-metrics-event-stream:jar:1.5.18:compile
[INFO] | +- com.netflix.hystrix:hystrix-javanica:jar:1.5.18:compile
[INFO] | | +- org.ow2.asm:asm:jar:5.0.4:compile
[INFO] | | +- org.aspectj:aspectjweaver:jar:1.9.6:compile
[INFO] | | \- com.google.guava:guava:jar:29.0-jre:compile
[INFO] | | +- com.google.guava:failureaccess:jar:1.0.1:compile
[INFO] | | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[INFO] | | +- org.checkerframework:checker-qual:jar:2.11.1:compile
[INFO] | | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile
[INFO] | | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile
[INFO] | \- io.reactivex:rxjava-reactive-streams:jar:1.2.1:compile
[INFO] | \- org.reactivestreams:reactive-streams:jar:1.0.3:compile
[INFO] +- org.springframework.boot:spring-boot-starter-actuator:jar:2.3.3.RELEASE:compile
[INFO] | +- org.springframework.boot:spring-boot-actuator-autoconfigure:jar:2.3.3.RELEASE:compile
[INFO] | | \- org.springframework.boot:spring-boot-actuator:jar:2.3.3.RELEASE:compile
[INFO] | \- io.micrometer:micrometer-core:jar:1.5.4:compile
[INFO] | \- org.latencyutils:LatencyUtils:jar:2.0.3:runtime
[INFO] +- org.springframework.cloud:spring-cloud-starter-stream-rabbit:jar:3.0.8.RELEASE:compile
[INFO] | \- org.springframework.cloud:spring-cloud-stream-binder-rabbit:jar:3.0.8.RELEASE:compile
[INFO] | +- org.springframework.cloud:spring-cloud-stream-binder-rabbit-core:jar:3.0.8.RELEASE:compile
[INFO] | | +- org.springframework.integration:spring-integration-amqp:jar:5.3.2.RELEASE:compile
[INFO] | | \- com.rabbitmq:http-client:jar:2.1.0.RELEASE:compile
[INFO] | +- org.springframework.cloud:spring-cloud-stream:jar:3.0.8.RELEASE:compile
[INFO] | | +- org.springframework.integration:spring-integration-core:jar:5.3.2.RELEASE:compile
[INFO] | | +- org.springframework.retry:spring-retry:jar:1.2.5.RELEASE:compile
[INFO] | | \- org.springframework.cloud:spring-cloud-function-context:jar:3.0.10.RELEASE:compile
[INFO] | | +- net.jodah:typetools:jar:0.6.2:compile
[INFO] | | \- org.springframework.cloud:spring-cloud-function-core:jar:3.0.10.RELEASE:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-amqp:jar:2.3.3.RELEASE:compile
[INFO] | | \- org.springframework.amqp:spring-rabbit:jar:2.2.10.RELEASE:compile
[INFO] | | +- com.rabbitmq:amqp-client:jar:5.9.0:compile
[INFO] | | \- org.springframework.amqp:spring-amqp:jar:2.2.10.RELEASE:compile
[INFO] | \- org.springframework.integration:spring-integration-jmx:jar:5.3.2.RELEASE:compile
[INFO] +- net.logstash.logback:logstash-logback-encoder:jar:4.9:compile
[INFO] | \- com.fasterxml.jackson.core:jackson-databind:jar:2.11.2:compile
[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] +- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] +- org.springframework.cloud:spring-cloud-starter-security:jar:2.2.4.RELEASE:compile
[INFO] | \- org.springframework.cloud:spring-cloud-security:jar:2.2.4.RELEASE:compile
[INFO] | \- org.springframework.boot:spring-boot-starter-security:jar:2.3.3.RELEASE:compile
[INFO] +- org.springframework.cloud:spring-cloud-starter-oauth2:jar:2.2.4.RELEASE:compile
[INFO] | \- org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:jar:2.1.2.RELEASE:compile
[INFO] | +- com.sun.xml.bind:jaxb-core:jar:2.3.0.1:compile
[INFO] | +- com.sun.xml.bind:jaxb-impl:jar:2.3.0.1:compile
[INFO] | +- org.springframework.security.oauth:spring-security-oauth2:jar:2.3.4.RELEASE:compile
[INFO] | | \- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile
[INFO] | | \- org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile
[INFO] | \- org.springframework.security:spring-security-jwt:jar:1.0.9.RELEASE:compile
[INFO] +- org.springframework.security:spring-security-ldap:jar:4.2.3.RELEASE:compile
[INFO] | +- org.springframework.ldap:spring-ldap-core:jar:2.3.3.RELEASE:compile
[INFO] | +- org.springframework.security:spring-security-core:jar:5.3.4.RELEASE:compile
[INFO] | \- org.springframework:spring-tx:jar:5.2.8.RELEASE:compile
[INFO] +- org.springframework.security:spring-security-config:jar:4.2.3.RELEASE:compile
[INFO] | \- aopalliance:aopalliance:jar:1.0:compile
[INFO] +- org.springframework.security:spring-security-web:jar:4.2.3.RELEASE:compile
[INFO] | \- org.springframework:spring-expression:jar:5.2.8.RELEASE:compile
[INFO] +- com.github.ulisesbocchio:jasypt-spring-boot:jar:1.18:compile
[INFO] | \- org.jasypt:jasypt:jar:1.9.2:compile
[INFO] +- org.springframework.boot:spring-boot-starter-data-rest:jar:2.3.3.RELEASE:compile
[INFO] | \- org.springframework.data:spring-data-rest-webmvc:jar:3.3.3.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-data-jpa:jar:2.3.3.RELEASE:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-aop:jar:2.3.3.RELEASE:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-jdbc:jar:2.3.3.RELEASE:compile
[INFO] | | \- org.springframework:spring-jdbc:jar:5.2.8.RELEASE:compile
[INFO] | +- jakarta.transaction:jakarta.transaction-api:jar:1.3.3:compile
[INFO] | +- jakarta.persistence:jakarta.persistence-api:jar:2.2.3:compile
[INFO] | +- org.hibernate:hibernate-core:jar:5.4.20.Final:compile
[INFO] | | +- org.javassist:javassist:jar:3.24.0-GA:compile
[INFO] | | +- antlr:antlr:jar:2.7.7:compile
[INFO] | | +- org.jboss:jandex:jar:2.1.3.Final:compile
[INFO] | | +- com.fasterxml:classmate:jar:1.5.1:compile
[INFO] | | +- org.dom4j:dom4j:jar:2.1.3:compile
[INFO] | | +- org.hibernate.common:hibernate-commons-annotations:jar:5.1.0.Final:compile
[INFO] | | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.3:compile
[INFO] | | +- org.glassfish.jaxb:txw2:jar:2.3.3:compile
[INFO] | | \- com.sun.istack:istack-commons-runtime:jar:3.0.11:compile
[INFO] | +- org.springframework.data:spring-data-jpa:jar:2.3.3.RELEASE:compile
[INFO] | | +- org.springframework.data:spring-data-commons:jar:2.3.3.RELEASE:compile
[INFO] | | \- org.springframework:spring-orm:jar:5.2.8.RELEASE:compile
[INFO] | \- org.springframework:spring-aspects:jar:5.2.8.RELEASE:compile
[INFO] +- org.apache.lucene:lucene-core:jar:6.6.1:compile
[INFO] +- org.elasticsearch:elasticsearch:jar:5.6.6:compile
[INFO] | +- org.apache.lucene:lucene-analyzers-common:jar:6.6.1:compile
[INFO] | +- org.apache.lucene:lucene-backward-codecs:jar:6.6.1:compile
[INFO] | +- org.apache.lucene:lucene-grouping:jar:6.6.1:compile
[INFO] | +- org.apache.lucene:lucene-highlighter:jar:6.6.1:compile
[INFO] | +- org.apache.lucene:lucene-join:jar:6.6.1:compile
[INFO] | +- org.apache.lucene:lucene-memory:jar:6.6.1:compile
[INFO] | +- org.apache.lucene:lucene-misc:jar:6.6.1:compile
[INFO] | +- org.apache.lucene:lucene-queries:jar:6.6.1:compile
[INFO] | +- org.apache.lucene:lucene-queryparser:jar:6.6.1:compile
[INFO] | +- org.apache.lucene:lucene-sandbox:jar:6.6.1:compile
[INFO] | +- org.apache.lucene:lucene-spatial:jar:6.6.1:compile
[INFO] | +- org.apache.lucene:lucene-spatial-extras:jar:6.6.1:compile
[INFO] | +- org.apache.lucene:lucene-spatial3d:jar:6.6.1:compile
[INFO] | +- org.apache.lucene:lucene-suggest:jar:6.6.1:compile
[INFO] | +- org.elasticsearch:securesm:jar:1.2:compile
[INFO] | +- net.sf.jopt-simple:jopt-simple:jar:5.0.2:compile
[INFO] | +- com.carrotsearch:hppc:jar:0.7.1:compile
[INFO] | +- joda-time:joda-time:jar:2.9.5:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.11.2:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:jar:2.11.2:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.11.2:compile
[INFO] | +- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.11.2:compile
[INFO] | +- com.tdunning:t-digest:jar:3.0:compile
[INFO] | +- org.hdrhistogram:HdrHistogram:jar:2.1.9:compile
[INFO] | +- org.apache.logging.log4j:log4j-api:jar:2.13.3:compile
[INFO] | \- org.elasticsearch:jna:jar:4.4.0-1:compile
[INFO] +- org.elasticsearch.client:elasticsearch-rest-client:jar:5.6.6:compile
[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile
[INFO] | +- org.apache.httpcomponents:httpcore:jar:4.4.13:compile
[INFO] | +- org.apache.httpcomponents:httpasyncclient:jar:4.1.4:compile
[INFO] | \- org.apache.httpcomponents:httpcore-nio:jar:4.4.13:compile
[INFO] +- org.elasticsearch.client:elasticsearch-rest-high-level-client:jar:5.6.6:compile
[INFO] | +- org.elasticsearch.plugin:parent-join-client:jar:5.6.6:compile
[INFO] | | +- org.locationtech.spatial4j:spatial4j:jar:0.6:compile
[INFO] | | +- com.vividsolutions:jts:jar:1.13:compile
[INFO] | | \- org.apache.logging.log4j:log4j-core:jar:2.13.3:compile
[INFO] | \- org.elasticsearch.plugin:aggs-matrix-stats-client:jar:5.6.6:compile
[INFO] +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.11.2:compile
[INFO] | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.11.2:compile
[INFO] +- commons-io:commons-io:jar:2.5:compile
[INFO] +- org.liquibase:liquibase-core:jar:3.8.9:compile
[INFO] | \- javax.xml.bind:jaxb-api:jar:2.3.1:compile
[INFO] | \- javax.activation:javax.activation-api:jar:1.2.0:compile
[INFO] +- org.liquibase:liquibase-maven-plugin:jar:3.5.3:compile
[INFO] | +- org.apache.maven:maven-plugin-api:jar:2.0:compile
[INFO] | \- org.apache.maven:maven-project:jar:2.0:compile
[INFO] | +- org.apache.maven:maven-profile:jar:2.0:compile
[INFO] | +- org.apache.maven:maven-model:jar:2.0:compile
[INFO] | +- org.apache.maven:maven-artifact-manager:jar:2.0:compile
[INFO] | | +- org.apache.maven:maven-repository-metadata:jar:2.0:compile
[INFO] | | \- org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:compile
[INFO] | +- org.codehaus.plexus:plexus-utils:jar:1.0.4:compile
[INFO] | +- org.apache.maven:maven-artifact:jar:2.0:compile
[INFO] | \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:compile
[INFO] | \- classworlds:classworlds:jar:1.1-alpha-2:compile
[INFO] +- com.zaxxer:HikariCP:jar:3.4.5:compile
[INFO] +- com.microsoft.sqlserver:mssql-jdbc:jar:6.4.0.jre8:compile
[INFO] +- org.springframework.boot:spring-boot-starter-cache:jar:2.3.3.RELEASE:compile
[INFO] | \- org.springframework:spring-context-support:jar:5.2.8.RELEASE:compile
[INFO] +- net.sf.ehcache:ehcache:jar:2.10.6:compile
[INFO] +- org.springframework.ws:spring-ws-security:jar:3.0.9.RELEASE:compile
[INFO] | +- org.springframework.ws:spring-xml:jar:3.0.9.RELEASE:compile
[INFO] | +- org.apache.wss4j:wss4j-ws-security-dom:jar:2.2.3:compile
[INFO] | | \- org.apache.wss4j:wss4j-ws-security-common:jar:2.2.3:compile
[INFO] | | +- org.opensaml:opensaml-saml-impl:jar:3.3.0:compile
[INFO] | | | +- org.opensaml:opensaml-profile-api:jar:3.3.0:compile
[INFO] | | | | \- org.opensaml:opensaml-core:jar:3.3.0:compile
[INFO] | | | | \- io.dropwizard.metrics:metrics-core:jar:4.1.12.1:compile
[INFO] | | | +- org.opensaml:opensaml-saml-api:jar:3.3.0:compile
[INFO] | | | | +- org.opensaml:opensaml-xmlsec-api:jar:3.3.0:compile
[INFO] | | | | \- org.opensaml:opensaml-soap-api:jar:3.3.0:compile
[INFO] | | | +- org.opensaml:opensaml-security-impl:jar:3.3.0:compile
[INFO] | | | | \- org.opensaml:opensaml-security-api:jar:3.3.0:compile
[INFO] | | | | \- org.cryptacular:cryptacular:jar:1.1.1:compile
[INFO] | | | +- org.opensaml:opensaml-xmlsec-impl:jar:3.3.0:compile
[INFO] | | | \- net.shibboleth.utilities:java-support:jar:7.3.0:compile
[INFO] | | +- org.opensaml:opensaml-xacml-impl:jar:3.3.0:compile
[INFO] | | | \- org.opensaml:opensaml-xacml-api:jar:3.3.0:compile
[INFO] | | +- org.opensaml:opensaml-xacml-saml-impl:jar:3.3.0:compile
[INFO] | | | \- org.opensaml:opensaml-xacml-saml-api:jar:3.3.0:compile
[INFO] | | \- org.apache.geronimo.javamail:geronimo-javamail_1.4_mail:jar:1.8.4:compile
[INFO] | \- org.apache.santuario:xmlsec:jar:2.1.4:compile
[INFO] +- org.springframework.ws:spring-ws-support:jar:3.0.9.RELEASE:compile
[INFO] | +- org.springframework:spring-jms:jar:5.2.8.RELEASE:compile
[INFO] | | \- org.springframework:spring-messaging:jar:5.2.8.RELEASE:compile
[INFO] | \- com.sun.mail:javax.mail:jar:1.6.0:compile
[INFO] | \- javax.activation:activation:jar:1.1:compile
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.3.3.RELEASE:test
[INFO] | +- org.springframework.boot:spring-boot-test:jar:2.3.3.RELEASE:test
[INFO] | +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.3.3.RELEASE:test
[INFO] | +- com.jayway.jsonpath:json-path:jar:2.4.0:compile
[INFO] | | \- net.minidev:json-smart:jar:2.3:compile
[INFO] | | \- net.minidev:accessors-smart:jar:1.2:compile
[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:compile
[INFO] | | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:compile
[INFO] | +- org.assertj:assertj-core:jar:3.16.1:test
[INFO] | +- org.hamcrest:hamcrest:jar:2.2:test
[INFO] | +- org.junit.jupiter:junit-jupiter:jar:5.6.2:test
[INFO] | | +- org.junit.jupiter:junit-jupiter-api:jar:5.6.2:test
[INFO] | | | +- org.opentest4j:opentest4j:jar:1.2.0:test
[INFO] | | | \- org.junit.platform:junit-platform-commons:jar:1.6.2:test
[INFO] | | +- org.junit.jupiter:junit-jupiter-params:jar:5.6.2:test
[INFO] | | \- org.junit.jupiter:junit-jupiter-engine:jar:5.6.2:test
[INFO] | +- org.junit.vintage:junit-vintage-engine:jar:5.6.2:test
[INFO] | | +- org.apiguardian:apiguardian-api:jar:1.1.0:test
[INFO] | | \- org.junit.platform:junit-platform-engine:jar:1.6.2:test
[INFO] | +- org.mockito:mockito-junit-jupiter:jar:3.3.3:test
[INFO] | +- org.skyscreamer:jsonassert:jar:1.5.0:test
[INFO] | +- org.springframework:spring-test:jar:5.2.8.RELEASE:test
[INFO] | \- org.xmlunit:xmlunit-core:jar:2.7.0:test
[INFO] +- com.openhtmltopdf:openhtmltopdf-core:jar:1.0.4:compile
[INFO] +- com.openhtmltopdf:openhtmltopdf-pdfbox:jar:1.0.4:compile
[INFO] | +- org.apache.pdfbox:pdfbox:jar:2.0.20:compile
[INFO] | | \- org.apache.pdfbox:fontbox:jar:2.0.20:compile
[INFO] | +- org.apache.pdfbox:xmpbox:jar:2.0.20:compile
[INFO] | \- de.rototor.pdfbox:graphics2d:jar:0.26:compile
[INFO] +- com.openhtmltopdf:openhtmltopdf-svg-support:jar:1.0.4:compile
[INFO] | +- org.apache.xmlgraphics:batik-transcoder:jar:1.12:compile
[INFO] | | +- org.apache.xmlgraphics:batik-anim:jar:1.12:compile
[INFO] | | | +- org.apache.xmlgraphics:batik-css:jar:1.12:compile
[INFO] | | | +- org.apache.xmlgraphics:batik-parser:jar:1.12:compile
[INFO] | | | \- org.apache.xmlgraphics:batik-svg-dom:jar:1.12:compile
[INFO] | | +- org.apache.xmlgraphics:batik-awt-util:jar:1.12:compile
[INFO] | | +- org.apache.xmlgraphics:batik-bridge:jar:1.12:compile
[INFO] | | | \- org.apache.xmlgraphics:batik-script:jar:1.12:compile
[INFO] | | +- org.apache.xmlgraphics:batik-dom:jar:1.12:compile
[INFO] | | | +- xalan:xalan:jar:2.7.2:compile
[INFO] | | | | \- xalan:serializer:jar:2.7.2:compile
[INFO] | | | \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | | +- org.apache.xmlgraphics:batik-gvt:jar:1.12:compile
[INFO] | | +- org.apache.xmlgraphics:batik-svggen:jar:1.12:compile
[INFO] | | +- org.apache.xmlgraphics:batik-util:jar:1.12:compile
[INFO] | | | +- org.apache.xmlgraphics:batik-constants:jar:1.12:compile
[INFO] | | | \- org.apache.xmlgraphics:batik-i18n:jar:1.12:compile
[INFO] | | +- org.apache.xmlgraphics:batik-xml:jar:1.12:compile
[INFO] | | \- xml-apis:xml-apis-ext:jar:1.3.04:compile
[INFO] | +- org.apache.xmlgraphics:batik-codec:jar:1.12:compile
[INFO] | +- org.apache.xmlgraphics:batik-ext:jar:1.12:compile
[INFO] | \- org.apache.xmlgraphics:xmlgraphics-commons:jar:2.4:compile
[INFO] +- org.freemarker:freemarker:jar:2.3.30:compile
[INFO] +- org.jsoup:jsoup:jar:1.11.2:compile
[INFO] +- org.springdoc:springdoc-openapi-ui:jar:1.4.6:compile
[INFO] | +- org.springdoc:springdoc-openapi-webmvc-core:jar:1.4.6:compile
[INFO] | +- org.webjars:swagger-ui:jar:3.32.5:compile
[INFO] | \- org.webjars:webjars-locator-core:jar:0.45:compile
[INFO] +- org.springdoc:springdoc-openapi-data-rest:jar:1.4.6:compile
[INFO] | \- org.springframework.data:spring-data-rest-core:jar:3.3.3.RELEASE:compile
[INFO] | +- org.atteo:evo-inflector:jar:1.2.2:compile
[INFO] | \- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.11.2:compile
[INFO] +- org.springdoc:springdoc-openapi-hateoas:jar:1.4.6:compile
[INFO] | +- org.springdoc:springdoc-openapi-common:jar:1.4.6:compile
[INFO] | | +- io.swagger.core.v3:swagger-models:jar:2.1.4:compile
[INFO] | | +- io.swagger.core.v3:swagger-annotations:jar:2.1.4:compile
[INFO] | | +- io.swagger.core.v3:swagger-integration:jar:2.1.4:compile
[INFO] | | | \- io.swagger.core.v3:swagger-core:jar:2.1.4:compile
[INFO] | | | \- jakarta.validation:jakarta.validation-api:jar:2.0.2:compile
[INFO] | | \- io.github.classgraph:classgraph:jar:4.8.69:compile
[INFO] | \- org.springframework.hateoas:spring-hateoas:jar:1.1.1.RELEASE:compile
[INFO] +- org.apache.axis:axis:jar:1.4:compile
[INFO] +- org.apache.axis:axis-jaxrpc:jar:1.4:compile
[INFO] +- wsdl4j:wsdl4j:jar:1.6.3:compile
[INFO] +- commons-discovery:commons-discovery:jar:0.5:compile
[INFO] | \- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] +- org.jdom:jdom2:jar:2.0.6:compile
[INFO] +- org.projectlombok:lombok:jar:1.18.12:provided
[INFO] +- org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] +- org.springframework.boot:spring-boot-starter-mail:jar:2.3.3.RELEASE:compile
[INFO] | \- com.sun.mail:jakarta.mail:jar:1.6.5:compile
[INFO] +- commons-codec:commons-codec:jar:1.14:compile
[INFO] +- net.jodah:failsafe:jar:2.3.0:compile
[INFO] +- junit:junit:jar:4.13:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:2.2:test
[INFO] \- org.mockito:mockito-core:jar:2.15.0:test
[INFO] +- net.bytebuddy:byte-buddy:jar:1.10.14:compile
[INFO] +- net.bytebuddy:byte-buddy-agent:jar:1.10.14:test
[INFO] \- org.objenesis:objenesis:jar:2.6:test
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.396 s
[INFO] Finished at: 2020-09-17T15:58:22+12:00
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment