Skip to content

Instantly share code, notes, and snippets.

@liweinan
Created December 21, 2021 13:20
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 liweinan/ddbc614828edcc3a693151df31552377 to your computer and use it in GitHub Desktop.
Save liweinan/ddbc614828edcc3a693151df31552377 to your computer and use it in GitHub Desktop.
guava-dep.txt
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jboss.resteasy:spring-boot-sample-app:jar:5.0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 109, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jboss.resteasy:spring-boot-sample-app-for-wildfly:war:5.0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-war-plugin is missing. @ line 127, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jboss.resteasy:spring-boot-sample-app-no-jaxrs-application:jar:5.0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 114, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] resteasy-spring-boot-starter [jar]
[INFO] spring-boot-sample-app [jar]
[INFO] spring-boot-sample-app-for-wildfly [war]
[INFO] spring-boot-sample-app-no-jaxrs-application [jar]
[INFO] resteasy-spring-boot-starter-test [jar]
[INFO] resteasy-spring-boot-starter-parent [pom]
[INFO]
[INFO] ----------< org.jboss.resteasy:resteasy-spring-boot-starter >-----------
[INFO] Building resteasy-spring-boot-starter 5.0.1-SNAPSHOT [1/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ resteasy-spring-boot-starter ---
[INFO] org.jboss.resteasy:resteasy-spring-boot-starter:jar:5.0.1-SNAPSHOT
[INFO] +- org.springframework.boot:spring-boot-starter:jar:2.5.7:compile
[INFO] | +- org.springframework.boot:spring-boot:jar:2.5.7:compile
[INFO] | | \- org.springframework:spring-context:jar:5.3.13:compile
[INFO] | +- org.springframework.boot:spring-boot-autoconfigure:jar:2.5.7:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-logging:jar:2.5.7:compile
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.7:compile
[INFO] | | | \- ch.qos.logback:logback-core:jar:1.2.7:compile
[INFO] | | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.14.1:compile
[INFO] | | | \- org.apache.logging.log4j:log4j-api:jar:2.14.1:compile
[INFO] | | \- org.slf4j:jul-to-slf4j:jar:1.7.32:compile
[INFO] | +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
[INFO] | +- org.springframework:spring-core:jar:5.3.13:compile
[INFO] | | \- org.springframework:spring-jcl:jar:5.3.13:compile
[INFO] | \- org.yaml:snakeyaml:jar:1.28:compile
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.5.7:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-json:jar:2.5.7:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.5.7:compile
[INFO] | | +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.55:compile
[INFO] | | +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.55:compile
[INFO] | | \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.55:compile
[INFO] | +- org.springframework:spring-web:jar:5.3.13:compile
[INFO] | | \- org.springframework:spring-beans:jar:5.3.13:compile
[INFO] | \- org.springframework:spring-webmvc:jar:5.3.13:compile
[INFO] | +- org.springframework:spring-aop:jar:5.3.13:compile
[INFO] | \- org.springframework:spring-expression:jar:5.3.13:compile
[INFO] +- org.jboss.resteasy:resteasy-core:jar:5.0.0.Final:compile
[INFO] | +- org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec:jar:2.0.1.Final:compile
[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile
[INFO] | +- org.reactivestreams:reactive-streams:jar:1.0.3:compile
[INFO] | +- jakarta.activation:jakarta.activation-api:jar:1.2.1:compile
[INFO] | \- com.ibm.async:asyncutil:jar:0.1.0:compile
[INFO] +- org.jboss.resteasy:resteasy-core-spi:jar:5.0.0.Final:compile
[INFO] +- org.jboss.resteasy:resteasy-servlet-initializer:jar:5.0.0.Final:compile
[INFO] +- org.jboss.resteasy.spring:resteasy-spring:jar:2.0.0.Final:compile
[INFO] | +- org.jboss.resteasy:resteasy-client:jar:5.0.0.Alpha1:compile
[INFO] | | +- org.jboss.resteasy:resteasy-client-api:jar:5.0.0.Alpha1:compile
[INFO] | | \- commons-io:commons-io:jar:2.9.0:compile
[INFO] | \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
[INFO] | +- org.apache.httpcomponents:httpcore:jar:4.4.13:compile
[INFO] | \- commons-logging:commons-logging:jar:1.2:compile
[INFO] +- org.jboss.resteasy:resteasy-jackson2-provider:jar:5.0.0.Final:compile
[INFO] | \- com.github.java-json-tools:json-patch:jar:1.13:compile
[INFO] | +- com.github.java-json-tools:msg-simple:jar:1.2:compile
[INFO] | | \- com.github.java-json-tools:btf:jar:1.3:compile
[INFO] | \- com.github.java-json-tools:jackson-coreutils:jar:2.0:compile
[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:compile
[INFO] +- javax.annotation:javax.annotation-api:jar:1.3.2:compile
[INFO] +- org.glassfish:javax.json:jar:1.1.2:compile
[INFO] | \- javax.json:javax.json-api:jar:1.1.2:compile
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.5.7:test
[INFO] | +- org.springframework.boot:spring-boot-test:jar:2.5.7:test
[INFO] | +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.5.7:test
[INFO] | +- com.jayway.jsonpath:json-path:jar:2.5.0:test
[INFO] | | \- net.minidev:json-smart:jar:2.3:test
[INFO] | | \- net.minidev:accessors-smart:jar:1.2:test
[INFO] | +- org.assertj:assertj-core:jar:3.19.0:test
[INFO] | +- org.hamcrest:hamcrest:jar:2.2:test
[INFO] | +- org.junit.jupiter:junit-jupiter:jar:5.7.2:test
[INFO] | | +- org.junit.jupiter:junit-jupiter-params:jar:5.7.2:test
[INFO] | | \- org.junit.jupiter:junit-jupiter-engine:jar:5.7.2:test
[INFO] | | \- org.junit.platform:junit-platform-engine:jar:1.7.2:test
[INFO] | +- org.mockito:mockito-junit-jupiter:jar:3.9.0:test
[INFO] | +- org.skyscreamer:jsonassert:jar:1.5.0:test
[INFO] | | \- com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
[INFO] | +- org.springframework:spring-test:jar:5.3.13:test
[INFO] | \- org.xmlunit:xmlunit-core:jar:2.8.3:test
[INFO] +- org.springframework.boot:spring-boot-starter-jdbc:jar:2.5.7:test
[INFO] | \- org.springframework:spring-jdbc:jar:5.3.13:test
[INFO] | \- org.springframework:spring-tx:jar:5.3.13:test
[INFO] +- org.testng:testng:jar:6.14.3:test
[INFO] | +- com.beust:jcommander:jar:1.72:test
[INFO] | \- org.apache-extras.beanshell:bsh:jar:2.0b6:test
[INFO] +- org.mockito:mockito-core:jar:3.12.4:test
[INFO] | +- net.bytebuddy:byte-buddy:jar:1.11.13:test
[INFO] | \- net.bytebuddy:byte-buddy-agent:jar:1.11.13:test
[INFO] +- org.powermock:powermock-core:jar:2.0.9:test
[INFO] | \- org.javassist:javassist:jar:3.27.0-GA:test
[INFO] +- org.powermock:powermock-api-mockito2:jar:2.0.9:test
[INFO] | \- org.powermock:powermock-api-support:jar:2.0.9:test
[INFO] +- org.powermock:powermock-module-testng-common:jar:2.0.9:test
[INFO] +- org.powermock:powermock-module-testng:jar:2.0.9:test
[INFO] +- org.powermock:powermock-reflect:jar:2.0.9:test
[INFO] +- org.objenesis:objenesis:jar:3.2:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.7.26:compile
[INFO] +- org.jboss.logging:jboss-logging:jar:3.4.0.Final:compile
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.12.3:compile
[INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.12.3:compile
[INFO] +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.12.3:compile
[INFO] | +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.12.3:compile
[INFO] | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.12.3:compile
[INFO] +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.12.3:compile
[INFO] +- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.12.3:compile
[INFO] +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.12.3:compile
[INFO] +- com.fasterxml.jackson.core:jackson-annotations:jar:2.12.3: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] | +- com.google.code.findbugs:jsr305:jar:3.0.2: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] +- org.junit.jupiter:junit-jupiter-api:jar:5.5.2:test
[INFO] | +- org.apiguardian:apiguardian-api:jar:1.1.0:compile
[INFO] | \- org.opentest4j:opentest4j:jar:1.2.0:test
[INFO] +- jakarta.validation:jakarta.validation-api:jar:2.0.2:compile
[INFO] +- commons-codec:commons-codec:jar:1.13:compile
[INFO] +- org.junit.platform:junit-platform-commons:jar:1.6.2:compile
[INFO] \- org.ow2.asm:asm:jar:9.0:compile
[INFO]
[INFO] -------------< org.jboss.resteasy:spring-boot-sample-app >--------------
[INFO] Building spring-boot-sample-app 5.0.1-SNAPSHOT [2/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ spring-boot-sample-app ---
[WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2
[INFO] org.jboss.resteasy:spring-boot-sample-app:jar:5.0.1-SNAPSHOT
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.5.7:compile
[INFO] | +- org.springframework.boot:spring-boot-starter:jar:2.5.7:compile
[INFO] | | +- org.springframework.boot:spring-boot:jar:2.5.7:compile
[INFO] | | +- org.springframework.boot:spring-boot-autoconfigure:jar:2.5.7:compile
[INFO] | | +- org.springframework.boot:spring-boot-starter-logging:jar:2.5.7:compile
[INFO] | | | +- ch.qos.logback:logback-classic:jar:1.2.7:compile
[INFO] | | | | \- ch.qos.logback:logback-core:jar:1.2.7:compile
[INFO] | | | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.14.1:compile
[INFO] | | | | \- org.apache.logging.log4j:log4j-api:jar:2.14.1:compile
[INFO] | | | \- org.slf4j:jul-to-slf4j:jar:1.7.32:compile
[INFO] | | +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
[INFO] | | \- org.yaml:snakeyaml:jar:1.28:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-json:jar:2.5.7:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.5.7:compile
[INFO] | | +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.55:compile
[INFO] | | +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.55:compile
[INFO] | | \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.55:compile
[INFO] | +- org.springframework:spring-web:jar:5.3.13:compile
[INFO] | | \- org.springframework:spring-beans:jar:5.3.13:compile
[INFO] | \- org.springframework:spring-webmvc:jar:5.3.13:compile
[INFO] | +- org.springframework:spring-aop:jar:5.3.13:compile
[INFO] | +- org.springframework:spring-context:jar:5.3.13:compile
[INFO] | \- org.springframework:spring-expression:jar:5.3.13:compile
[INFO] +- org.springframework.boot:spring-boot-starter-actuator:jar:2.5.7:runtime
[INFO] | +- org.springframework.boot:spring-boot-actuator-autoconfigure:jar:2.5.7:runtime
[INFO] | | \- org.springframework.boot:spring-boot-actuator:jar:2.5.7:runtime
[INFO] | \- io.micrometer:micrometer-core:jar:1.7.6:runtime
[INFO] | +- org.hdrhistogram:HdrHistogram:jar:2.1.12:runtime
[INFO] | \- org.latencyutils:LatencyUtils:jar:2.0.3:runtime
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.5.7:test
[INFO] | +- org.springframework.boot:spring-boot-test:jar:2.5.7:test
[INFO] | +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.5.7:test
[INFO] | +- com.jayway.jsonpath:json-path:jar:2.5.0:test
[INFO] | | \- net.minidev:json-smart:jar:2.4.7:test
[INFO] | | \- net.minidev:accessors-smart:jar:2.4.7:test
[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:runtime
[INFO] | | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:runtime
[INFO] | +- org.assertj:assertj-core:jar:3.19.0:test
[INFO] | +- org.hamcrest:hamcrest:jar:2.2:test
[INFO] | +- org.junit.jupiter:junit-jupiter:jar:5.7.2:test
[INFO] | | +- org.junit.jupiter:junit-jupiter-api:jar:5.7.2:test
[INFO] | | | \- org.opentest4j:opentest4j:jar:1.2.0:test
[INFO] | | +- org.junit.jupiter:junit-jupiter-params:jar:5.7.2:test
[INFO] | | \- org.junit.jupiter:junit-jupiter-engine:jar:5.7.2:test
[INFO] | | \- org.junit.platform:junit-platform-engine:jar:1.7.2:test
[INFO] | +- org.mockito:mockito-core:jar:3.9.0:test
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.10.22:test
[INFO] | | \- net.bytebuddy:byte-buddy-agent:jar:1.10.22:test
[INFO] | +- org.mockito:mockito-junit-jupiter:jar:3.9.0:test
[INFO] | +- org.skyscreamer:jsonassert:jar:1.5.0:test
[INFO] | | \- com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
[INFO] | +- org.springframework:spring-core:jar:5.3.13:compile
[INFO] | | \- org.springframework:spring-jcl:jar:5.3.13:compile
[INFO] | +- org.springframework:spring-test:jar:5.3.13:test
[INFO] | \- org.xmlunit:xmlunit-core:jar:2.8.3:test
[INFO] +- javax.ws.rs:javax.ws.rs-api:jar:2.1:compile
[INFO] +- org.jboss.resteasy:resteasy-spring-boot-starter:jar:5.0.1-SNAPSHOT:runtime
[INFO] | +- org.jboss.resteasy:resteasy-core:jar:5.0.0.Final:runtime
[INFO] | | +- org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec:jar:2.0.1.Final:runtime
[INFO] | | +- org.reactivestreams:reactive-streams:jar:1.0.3:runtime
[INFO] | | \- com.ibm.async:asyncutil:jar:0.1.0:runtime
[INFO] | +- org.jboss.resteasy:resteasy-core-spi:jar:5.0.0.Final:runtime
[INFO] | +- org.jboss.resteasy:resteasy-servlet-initializer:jar:5.0.0.Final:runtime
[INFO] | +- org.jboss.resteasy.spring:resteasy-spring:jar:2.0.0.Final:runtime
[INFO] | | +- org.jboss.resteasy:resteasy-client:jar:5.0.0.Alpha1:runtime
[INFO] | | | +- org.jboss.resteasy:resteasy-client-api:jar:5.0.0.Alpha1:runtime
[INFO] | | | \- commons-io:commons-io:jar:2.9.0:runtime
[INFO] | | \- org.apache.httpcomponents:httpclient:jar:4.5.13:runtime
[INFO] | | \- org.apache.httpcomponents:httpcore:jar:4.4.14:runtime
[INFO] | +- org.jboss.resteasy:resteasy-jackson2-provider:jar:5.0.0.Final:runtime
[INFO] | | \- com.github.java-json-tools:json-patch:jar:1.13:runtime
[INFO] | | +- com.github.java-json-tools:msg-simple:jar:1.2:runtime
[INFO] | | | \- com.github.java-json-tools:btf:jar:1.3:runtime
[INFO] | | \- com.github.java-json-tools:jackson-coreutils:jar:2.0:runtime
[INFO] | +- javax.servlet:javax.servlet-api:jar:4.0.1:runtime
[INFO] | +- javax.annotation:javax.annotation-api:jar:1.3.2:runtime
[INFO] | +- org.glassfish:javax.json:jar:1.1.2:runtime
[INFO] | | \- javax.json:javax.json-api:jar:1.1.4:runtime
[INFO] | +- org.objenesis:objenesis:jar:3.2:runtime
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.32:compile
[INFO] | +- org.jboss.logging:jboss-logging:jar:3.4.2.Final:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.12.5:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-core:jar:2.12.5:compile
[INFO] | +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.12.5:runtime
[INFO] | | +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.12.5:runtime
[INFO] | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.12.5:runtime
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.12.5:compile
[INFO] | +- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.12.5:compile
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.12.5:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.12.5:compile
[INFO] | +- com.google.guava:guava:jar:29.0-jre:runtime
[INFO] | | +- com.google.guava:failureaccess:jar:1.0.1:runtime
[INFO] | | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:runtime
[INFO] | | +- com.google.code.findbugs:jsr305:jar:3.0.2:runtime
[INFO] | | +- org.checkerframework:checker-qual:jar:2.11.1:runtime
[INFO] | | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:runtime
[INFO] | | \- com.google.j2objc:j2objc-annotations:jar:1.3:runtime
[INFO] | +- jakarta.validation:jakarta.validation-api:jar:2.0.2:compile
[INFO] | +- commons-codec:commons-codec:jar:1.15:runtime
[INFO] | +- org.junit.platform:junit-platform-commons:jar:1.7.2:runtime
[INFO] | | \- org.apiguardian:apiguardian-api:jar:1.1.0:runtime
[INFO] | \- org.ow2.asm:asm:jar:9.0:runtime
[INFO] +- javax.validation:validation-api:jar:2.0.1.Final:compile
[INFO] +- org.hibernate.validator:hibernate-validator:jar:6.2.0.Final:compile
[INFO] | \- com.fasterxml:classmate:jar:1.5.1:compile
[INFO] \- org.jboss.resteasy:resteasy-validator-provider:jar:5.0.0.Final:compile
[INFO]
[INFO] -------< org.jboss.resteasy:spring-boot-sample-app-for-wildfly >--------
[INFO] Building spring-boot-sample-app-for-wildfly 5.0.1-SNAPSHOT [3/6]
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ spring-boot-sample-app-for-wildfly ---
[INFO] org.jboss.resteasy:spring-boot-sample-app-for-wildfly:war:5.0.1-SNAPSHOT
[INFO] +- org.jboss.resteasy:resteasy-spring-boot-starter:jar:5.0.1-SNAPSHOT:compile
[INFO] | +- org.springframework.boot:spring-boot-starter:jar:2.5.7:compile
[INFO] | | +- org.springframework.boot:spring-boot:jar:2.5.7:compile
[INFO] | | +- org.springframework.boot:spring-boot-autoconfigure:jar:2.5.7:compile
[INFO] | | +- org.springframework.boot:spring-boot-starter-logging:jar:2.5.7:compile
[INFO] | | | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.14.1:compile
[INFO] | | | | \- org.apache.logging.log4j:log4j-api:jar:2.14.1:compile
[INFO] | | | \- org.slf4j:jul-to-slf4j:jar:1.7.32:compile
[INFO] | | +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
[INFO] | | +- org.springframework:spring-core:jar:5.3.13:compile
[INFO] | | | \- org.springframework:spring-jcl:jar:5.3.13:compile
[INFO] | | \- org.yaml:snakeyaml:jar:1.28:compile
[INFO] | +- org.jboss.resteasy:resteasy-core:jar:5.0.0.Final:compile
[INFO] | | +- org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec:jar:2.0.1.Final:compile
[INFO] | | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:compile
[INFO] | | +- org.reactivestreams:reactive-streams:jar:1.0.3:compile
[INFO] | | +- jakarta.activation:jakarta.activation-api:jar:1.2.2:compile
[INFO] | | \- com.ibm.async:asyncutil:jar:0.1.0:compile
[INFO] | +- org.jboss.resteasy:resteasy-core-spi:jar:5.0.0.Final:compile
[INFO] | +- org.jboss.resteasy:resteasy-servlet-initializer:jar:5.0.0.Final:compile
[INFO] | +- org.jboss.resteasy.spring:resteasy-spring:jar:2.0.0.Final:compile
[INFO] | | +- org.jboss.resteasy:resteasy-client:jar:5.0.0.Alpha1:compile
[INFO] | | | +- org.jboss.resteasy:resteasy-client-api:jar:5.0.0.Alpha1:compile
[INFO] | | | \- commons-io:commons-io:jar:2.9.0:compile
[INFO] | | \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
[INFO] | | \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile
[INFO] | +- org.jboss.resteasy:resteasy-jackson2-provider:jar:5.0.0.Final:compile
[INFO] | | \- com.github.java-json-tools:json-patch:jar:1.13:compile
[INFO] | | +- com.github.java-json-tools:msg-simple:jar:1.2:compile
[INFO] | | | \- com.github.java-json-tools:btf:jar:1.3:compile
[INFO] | | \- com.github.java-json-tools:jackson-coreutils:jar:2.0:compile
[INFO] | +- javax.servlet:javax.servlet-api:jar:4.0.1:compile
[INFO] | +- javax.annotation:javax.annotation-api:jar:1.3.2:compile
[INFO] | +- org.glassfish:javax.json:jar:1.1.2:compile
[INFO] | | \- javax.json:javax.json-api:jar:1.1.4:compile
[INFO] | +- org.objenesis:objenesis:jar:3.2:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.32:compile
[INFO] | +- org.jboss.logging:jboss-logging:jar:3.4.2.Final:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.12.5:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-core:jar:2.12.5:compile
[INFO] | +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.12.5:compile
[INFO] | | +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.12.5:compile
[INFO] | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.12.5:compile
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.12.5:compile
[INFO] | +- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.12.5:compile
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.12.5:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.12.5: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] | | +- com.google.code.findbugs:jsr305:jar:3.0.2: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] | +- jakarta.validation:jakarta.validation-api:jar:2.0.2:compile
[INFO] | +- commons-codec:commons-codec:jar:1.15:compile
[INFO] | +- org.junit.platform:junit-platform-commons:jar:1.7.2:compile
[INFO] | | \- org.apiguardian:apiguardian-api:jar:1.1.0:compile
[INFO] | \- org.ow2.asm:asm:jar:9.0:compile
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.5.7:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-json:jar:2.5.7:compile
[INFO] | +- org.springframework:spring-web:jar:5.3.13:compile
[INFO] | | \- org.springframework:spring-beans:jar:5.3.13:compile
[INFO] | \- org.springframework:spring-webmvc:jar:5.3.13:compile
[INFO] | +- org.springframework:spring-aop:jar:5.3.13:compile
[INFO] | +- org.springframework:spring-context:jar:5.3.13:compile
[INFO] | \- org.springframework:spring-expression:jar:5.3.13:compile
[INFO] \- org.springframework.boot:spring-boot-starter-actuator:jar:2.5.7:compile
[INFO] +- org.springframework.boot:spring-boot-actuator-autoconfigure:jar:2.5.7:compile
[INFO] | \- org.springframework.boot:spring-boot-actuator:jar:2.5.7:compile
[INFO] \- io.micrometer:micrometer-core:jar:1.7.6:compile
[INFO] +- org.hdrhistogram:HdrHistogram:jar:2.1.12:compile
[INFO] \- org.latencyutils:LatencyUtils:jar:2.0.3:runtime
[INFO]
[INFO] ---< org.jboss.resteasy:spring-boot-sample-app-no-jaxrs-application >---
[INFO] Building spring-boot-sample-app-no-jaxrs-application 5.0.1-SNAPSHOT [4/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ spring-boot-sample-app-no-jaxrs-application ---
[INFO] org.jboss.resteasy:spring-boot-sample-app-no-jaxrs-application:jar:5.0.1-SNAPSHOT
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.5.7:compile
[INFO] | +- org.springframework.boot:spring-boot-starter:jar:2.5.7:compile
[INFO] | | +- org.springframework.boot:spring-boot:jar:2.5.7:compile
[INFO] | | +- org.springframework.boot:spring-boot-autoconfigure:jar:2.5.7:compile
[INFO] | | +- org.springframework.boot:spring-boot-starter-logging:jar:2.5.7:compile
[INFO] | | | +- ch.qos.logback:logback-classic:jar:1.2.7:compile
[INFO] | | | | \- ch.qos.logback:logback-core:jar:1.2.7:compile
[INFO] | | | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.14.1:compile
[INFO] | | | | \- org.apache.logging.log4j:log4j-api:jar:2.14.1:compile
[INFO] | | | \- org.slf4j:jul-to-slf4j:jar:1.7.32:compile
[INFO] | | +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
[INFO] | | \- org.yaml:snakeyaml:jar:1.28:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-json:jar:2.5.7:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.5.7:compile
[INFO] | | +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.55:compile
[INFO] | | +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.55:compile
[INFO] | | \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.55:compile
[INFO] | +- org.springframework:spring-web:jar:5.3.13:compile
[INFO] | | \- org.springframework:spring-beans:jar:5.3.13:compile
[INFO] | \- org.springframework:spring-webmvc:jar:5.3.13:compile
[INFO] | +- org.springframework:spring-aop:jar:5.3.13:compile
[INFO] | +- org.springframework:spring-context:jar:5.3.13:compile
[INFO] | \- org.springframework:spring-expression:jar:5.3.13:compile
[INFO] +- org.springframework.boot:spring-boot-starter-actuator:jar:2.5.7:runtime
[INFO] | +- org.springframework.boot:spring-boot-actuator-autoconfigure:jar:2.5.7:runtime
[INFO] | | \- org.springframework.boot:spring-boot-actuator:jar:2.5.7:runtime
[INFO] | \- io.micrometer:micrometer-core:jar:1.7.6:runtime
[INFO] | +- org.hdrhistogram:HdrHistogram:jar:2.1.12:runtime
[INFO] | \- org.latencyutils:LatencyUtils:jar:2.0.3:runtime
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.5.7:test
[INFO] | +- org.springframework.boot:spring-boot-test:jar:2.5.7:test
[INFO] | +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.5.7:test
[INFO] | +- com.jayway.jsonpath:json-path:jar:2.5.0:test
[INFO] | | \- net.minidev:json-smart:jar:2.4.7:test
[INFO] | | \- net.minidev:accessors-smart:jar:2.4.7:test
[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:runtime
[INFO] | | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:runtime
[INFO] | +- org.assertj:assertj-core:jar:3.19.0:test
[INFO] | +- org.hamcrest:hamcrest:jar:2.2:test
[INFO] | +- org.junit.jupiter:junit-jupiter:jar:5.7.2:test
[INFO] | | +- org.junit.jupiter:junit-jupiter-api:jar:5.7.2:test
[INFO] | | | \- org.opentest4j:opentest4j:jar:1.2.0:test
[INFO] | | +- org.junit.jupiter:junit-jupiter-params:jar:5.7.2:test
[INFO] | | \- org.junit.jupiter:junit-jupiter-engine:jar:5.7.2:test
[INFO] | | \- org.junit.platform:junit-platform-engine:jar:1.7.2:test
[INFO] | +- org.mockito:mockito-core:jar:3.9.0:test
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.10.22:test
[INFO] | | \- net.bytebuddy:byte-buddy-agent:jar:1.10.22:test
[INFO] | +- org.mockito:mockito-junit-jupiter:jar:3.9.0:test
[INFO] | +- org.skyscreamer:jsonassert:jar:1.5.0:test
[INFO] | | \- com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
[INFO] | +- org.springframework:spring-core:jar:5.3.13:compile
[INFO] | | \- org.springframework:spring-jcl:jar:5.3.13:compile
[INFO] | +- org.springframework:spring-test:jar:5.3.13:test
[INFO] | \- org.xmlunit:xmlunit-core:jar:2.8.3:test
[INFO] +- javax.ws.rs:javax.ws.rs-api:jar:2.1:compile
[INFO] +- org.jboss.resteasy:resteasy-spring-boot-starter:jar:5.0.1-SNAPSHOT:runtime
[INFO] | +- org.jboss.resteasy:resteasy-core:jar:5.0.0.Final:runtime
[INFO] | | +- org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec:jar:2.0.1.Final:runtime
[INFO] | | +- org.reactivestreams:reactive-streams:jar:1.0.3:runtime
[INFO] | | \- com.ibm.async:asyncutil:jar:0.1.0:runtime
[INFO] | +- org.jboss.resteasy:resteasy-core-spi:jar:5.0.0.Final:runtime
[INFO] | +- org.jboss.resteasy:resteasy-servlet-initializer:jar:5.0.0.Final:runtime
[INFO] | +- org.jboss.resteasy.spring:resteasy-spring:jar:2.0.0.Final:runtime
[INFO] | | +- org.jboss.resteasy:resteasy-client:jar:5.0.0.Alpha1:runtime
[INFO] | | | +- org.jboss.resteasy:resteasy-client-api:jar:5.0.0.Alpha1:runtime
[INFO] | | | \- commons-io:commons-io:jar:2.9.0:runtime
[INFO] | | \- org.apache.httpcomponents:httpclient:jar:4.5.13:runtime
[INFO] | | \- org.apache.httpcomponents:httpcore:jar:4.4.14:runtime
[INFO] | +- org.jboss.resteasy:resteasy-jackson2-provider:jar:5.0.0.Final:runtime
[INFO] | | \- com.github.java-json-tools:json-patch:jar:1.13:runtime
[INFO] | | +- com.github.java-json-tools:msg-simple:jar:1.2:runtime
[INFO] | | | \- com.github.java-json-tools:btf:jar:1.3:runtime
[INFO] | | \- com.github.java-json-tools:jackson-coreutils:jar:2.0:runtime
[INFO] | +- javax.servlet:javax.servlet-api:jar:4.0.1:runtime
[INFO] | +- javax.annotation:javax.annotation-api:jar:1.3.2:runtime
[INFO] | +- org.glassfish:javax.json:jar:1.1.2:runtime
[INFO] | +- org.objenesis:objenesis:jar:3.2:runtime
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.32:compile
[INFO] | +- org.jboss.logging:jboss-logging:jar:3.4.2.Final:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.12.5:compile
[INFO] | | \- com.fasterxml.jackson.core:jackson-core:jar:2.12.5:compile
[INFO] | +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.12.5:runtime
[INFO] | | +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.12.5:runtime
[INFO] | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.12.5:runtime
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.12.5:compile
[INFO] | +- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.12.5:compile
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.12.5:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.12.5:compile
[INFO] | +- com.google.guava:guava:jar:29.0-jre:runtime
[INFO] | | +- com.google.guava:failureaccess:jar:1.0.1:runtime
[INFO] | | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:runtime
[INFO] | | +- com.google.code.findbugs:jsr305:jar:3.0.2:runtime
[INFO] | | +- org.checkerframework:checker-qual:jar:2.11.1:runtime
[INFO] | | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:runtime
[INFO] | | \- com.google.j2objc:j2objc-annotations:jar:1.3:runtime
[INFO] | +- jakarta.validation:jakarta.validation-api:jar:2.0.2:compile
[INFO] | +- commons-codec:commons-codec:jar:1.15:runtime
[INFO] | +- org.junit.platform:junit-platform-commons:jar:1.7.2:runtime
[INFO] | | \- org.apiguardian:apiguardian-api:jar:1.1.0:runtime
[INFO] | \- org.ow2.asm:asm:jar:9.0:runtime
[INFO] +- org.eclipse:yasson:jar:1.0.1:compile
[INFO] | +- javax.json.bind:javax.json.bind-api:jar:1.0:compile
[INFO] | +- javax.json:javax.json-api:jar:1.1.4:compile
[INFO] | \- javax.enterprise:cdi-api:jar:2.0:compile
[INFO] | +- javax.el:javax.el-api:jar:3.0.0:compile
[INFO] | +- javax.interceptor:javax.interceptor-api:jar:1.2:compile
[INFO] | \- javax.inject:javax.inject:jar:1:compile
[INFO] +- javax.validation:validation-api:jar:2.0.1.Final:compile
[INFO] +- org.hibernate.validator:hibernate-validator:jar:6.2.0.Final:compile
[INFO] | \- com.fasterxml:classmate:jar:1.5.1:compile
[INFO] \- org.jboss.resteasy:resteasy-validator-provider:jar:5.0.0.Final:compile
[INFO]
[INFO] --------< org.jboss.resteasy:resteasy-spring-boot-starter-test >--------
[INFO] Building resteasy-spring-boot-starter-test 5.0.1-SNAPSHOT [5/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ resteasy-spring-boot-starter-test ---
[INFO] org.jboss.resteasy:resteasy-spring-boot-starter-test:jar:5.0.1-SNAPSHOT
[INFO] +- javax.ws.rs:javax.ws.rs-api:jar:2.1:test
[INFO] +- org.jboss.resteasy:spring-boot-sample-app:jar:5.0.1-SNAPSHOT:test
[INFO] | +- org.springframework.boot:spring-boot-starter-web:jar:2.5.7:test
[INFO] | | +- org.springframework.boot:spring-boot-starter:jar:2.5.7:test
[INFO] | | | +- org.springframework.boot:spring-boot:jar:2.5.7:test
[INFO] | | | +- org.springframework.boot:spring-boot-autoconfigure:jar:2.5.7:test
[INFO] | | | +- org.springframework.boot:spring-boot-starter-logging:jar:2.5.7:test
[INFO] | | | | +- ch.qos.logback:logback-classic:jar:1.2.7:test
[INFO] | | | | | \- ch.qos.logback:logback-core:jar:1.2.7:test
[INFO] | | | | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.14.1:test
[INFO] | | | | | \- org.apache.logging.log4j:log4j-api:jar:2.14.1:test
[INFO] | | | | \- org.slf4j:jul-to-slf4j:jar:1.7.32:test
[INFO] | | | +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:test
[INFO] | | | +- org.springframework:spring-core:jar:5.3.13:test
[INFO] | | | | \- org.springframework:spring-jcl:jar:5.3.13:test
[INFO] | | | \- org.yaml:snakeyaml:jar:1.28:test
[INFO] | | +- org.springframework.boot:spring-boot-starter-json:jar:2.5.7:test
[INFO] | | +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.5.7:test
[INFO] | | | +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.55:test
[INFO] | | | +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.55:test
[INFO] | | | \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.55:test
[INFO] | | +- org.springframework:spring-web:jar:5.3.13:test
[INFO] | | | \- org.springframework:spring-beans:jar:5.3.13:test
[INFO] | | \- org.springframework:spring-webmvc:jar:5.3.13:test
[INFO] | | +- org.springframework:spring-aop:jar:5.3.13:test
[INFO] | | +- org.springframework:spring-context:jar:5.3.13:test
[INFO] | | \- org.springframework:spring-expression:jar:5.3.13:test
[INFO] | +- org.springframework.boot:spring-boot-starter-actuator:jar:2.5.7:test
[INFO] | | +- org.springframework.boot:spring-boot-actuator-autoconfigure:jar:2.5.7:test
[INFO] | | | \- org.springframework.boot:spring-boot-actuator:jar:2.5.7:test
[INFO] | | \- io.micrometer:micrometer-core:jar:1.7.6:test
[INFO] | | +- org.hdrhistogram:HdrHistogram:jar:2.1.12:test
[INFO] | | \- org.latencyutils:LatencyUtils:jar:2.0.3:test
[INFO] | +- org.jboss.resteasy:resteasy-spring-boot-starter:jar:5.0.1-SNAPSHOT:test
[INFO] | | +- org.jboss.resteasy:resteasy-core:jar:5.0.0.Final:test
[INFO] | | | +- org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec:jar:2.0.1.Final:test
[INFO] | | | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:test
[INFO] | | | +- org.reactivestreams:reactive-streams:jar:1.0.3:test
[INFO] | | | +- jakarta.activation:jakarta.activation-api:jar:1.2.1:test
[INFO] | | | \- com.ibm.async:asyncutil:jar:0.1.0:test
[INFO] | | +- org.jboss.resteasy:resteasy-core-spi:jar:5.0.0.Final:test
[INFO] | | +- org.jboss.resteasy:resteasy-servlet-initializer:jar:5.0.0.Final:test
[INFO] | | +- org.jboss.resteasy.spring:resteasy-spring:jar:2.0.0.Final:test
[INFO] | | | \- org.jboss.resteasy:resteasy-client:jar:5.0.0.Alpha1:test
[INFO] | | | +- org.jboss.resteasy:resteasy-client-api:jar:5.0.0.Alpha1:test
[INFO] | | | \- commons-io:commons-io:jar:2.9.0:test
[INFO] | | +- org.jboss.resteasy:resteasy-jackson2-provider:jar:5.0.0.Final:test
[INFO] | | | \- com.github.java-json-tools:json-patch:jar:1.13:test
[INFO] | | | +- com.github.java-json-tools:msg-simple:jar:1.2:test
[INFO] | | | | \- com.github.java-json-tools:btf:jar:1.3:test
[INFO] | | | \- com.github.java-json-tools:jackson-coreutils:jar:2.0:test
[INFO] | | +- javax.servlet:javax.servlet-api:jar:3.1.0:test
[INFO] | | +- javax.annotation:javax.annotation-api:jar:1.3.2:test
[INFO] | | +- org.glassfish:javax.json:jar:1.1.2:test
[INFO] | | +- org.objenesis:objenesis:jar:3.2:test
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.26:test
[INFO] | | +- org.jboss.logging:jboss-logging:jar:3.4.0.Final:test
[INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.12.3:test
[INFO] | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.12.3:test
[INFO] | | +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.12.3:test
[INFO] | | | +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.12.3:test
[INFO] | | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.12.3:test
[INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.12.3:test
[INFO] | | +- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.12.3:test
[INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.12.3:test
[INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.12.3:test
[INFO] | | +- com.google.guava:guava:jar:29.0-jre:test
[INFO] | | | +- com.google.guava:failureaccess:jar:1.0.1:test
[INFO] | | | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:test
[INFO] | | | +- com.google.code.findbugs:jsr305:jar:3.0.2:test
[INFO] | | | +- org.checkerframework:checker-qual:jar:2.11.1:test
[INFO] | | | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:test
[INFO] | | | \- com.google.j2objc:j2objc-annotations:jar:1.3:test
[INFO] | | +- jakarta.validation:jakarta.validation-api:jar:2.0.2:test
[INFO] | | +- commons-codec:commons-codec:jar:1.13:test
[INFO] | | +- org.junit.platform:junit-platform-commons:jar:1.6.2:test
[INFO] | | | \- org.apiguardian:apiguardian-api:jar:1.1.0:test
[INFO] | | \- org.ow2.asm:asm:jar:9.0:test
[INFO] | +- javax.validation:validation-api:jar:2.0.1.Final:test
[INFO] | +- org.hibernate.validator:hibernate-validator:jar:6.2.0.Final:test
[INFO] | | \- com.fasterxml:classmate:jar:1.5.1:test
[INFO] | \- org.jboss.resteasy:resteasy-validator-provider:jar:5.0.0.Final:test
[INFO] +- org.jboss.resteasy:spring-boot-sample-app-no-jaxrs-application:jar:5.0.1-SNAPSHOT:test
[INFO] | \- org.eclipse:yasson:jar:1.0.1:test
[INFO] | +- javax.json.bind:javax.json.bind-api:jar:1.0:test
[INFO] | +- javax.json:javax.json-api:jar:1.1.2:test
[INFO] | \- javax.enterprise:cdi-api:jar:2.0:test
[INFO] | +- javax.el:javax.el-api:jar:3.0.0:test
[INFO] | +- javax.interceptor:javax.interceptor-api:jar:1.2:test
[INFO] | \- javax.inject:javax.inject:jar:1:test
[INFO] +- io.rest-assured:rest-assured:jar:3.1.0:test
[INFO] | +- org.codehaus.groovy:groovy:jar:2.4.12:test
[INFO] | +- org.codehaus.groovy:groovy-xml:jar:2.4.12:test
[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.3:test
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.6:test
[INFO] | | \- commons-logging:commons-logging:jar:1.2:test
[INFO] | +- org.apache.httpcomponents:httpmime:jar:4.5.1:test
[INFO] | +- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] | +- org.hamcrest:hamcrest-library:jar:1.3:test
[INFO] | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:test
[INFO] | +- io.rest-assured:json-path:jar:3.1.0:test
[INFO] | | +- org.codehaus.groovy:groovy-json:jar:2.4.12:test
[INFO] | | \- io.rest-assured:rest-assured-common:jar:3.1.0:test
[INFO] | \- io.rest-assured:xml-path:jar:3.1.0:test
[INFO] | \- org.apache.commons:commons-lang3:jar:3.4:test
[INFO] +- org.testng:testng:jar:6.14.3:test
[INFO] | +- com.beust:jcommander:jar:1.72:test
[INFO] | \- org.apache-extras.beanshell:bsh:jar:2.0b6:test
[INFO] \- javax.xml.bind:jaxb-api:jar:2.3.0:test
[INFO]
[INFO] -------< org.jboss.resteasy:resteasy-spring-boot-starter-parent >-------
[INFO] Building resteasy-spring-boot-starter-parent 5.0.1-SNAPSHOT [6/6]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ resteasy-spring-boot-starter-parent ---
[INFO] org.jboss.resteasy:resteasy-spring-boot-starter-parent:pom:5.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for resteasy-spring-boot-starter-parent 5.0.1-SNAPSHOT:
[INFO]
[INFO] resteasy-spring-boot-starter ....................... SUCCESS [ 1.071 s]
[INFO] spring-boot-sample-app ............................. SUCCESS [ 0.597 s]
[INFO] spring-boot-sample-app-for-wildfly ................. SUCCESS [ 0.085 s]
[INFO] spring-boot-sample-app-no-jaxrs-application ........ SUCCESS [ 0.071 s]
[INFO] resteasy-spring-boot-starter-test .................. SUCCESS [ 0.099 s]
[INFO] resteasy-spring-boot-starter-parent ................ SUCCESS [ 0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.429 s
[INFO] Finished at: 2021-12-21T21:18:51+08:00
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment