mvn dependency:tree
查询项目的maven依赖树
[INFO] com.xgss.demo:poi-tl-demo:jar:0.0.1-SNAPSHOT
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.5.15:compile
[INFO] | +- org.springframework.boot:spring-boot-starter:jar:2.5.15:compile
[INFO] | | +- org.springframework.boot:spring-boot:jar:2.5.15:compile
[INFO] | | +- org.springframework.boot:spring-boot-autoconfigure:jar:2.5.15:compile
[INFO] | | +- org.springframework.boot:spring-boot-starter-logging:jar:2.5.15:compile
[INFO] | | | +- ch.qos.logback:logback-classic:jar:1.4.11:compile
[INFO] | | | | - ch.qos.logback:logback-core:jar:1.4.11:compile
[INFO] | | | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.17.2:compile
[INFO] | | | - org.slf4j:jul-to-slf4j:jar:1.7.36:compile
[INFO] | | +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
[INFO] | | - org.yaml:snakeyaml:jar:1.33:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-json:jar:2.5.15:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.12.7.1:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.12.7:compile
[INFO] | | | - com.fasterxml.jackson.core:jackson-core:jar:2.12.7:compile
[INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.12.7:compile
[INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.12.7:compile
[INFO] | | - com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.12.7:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.5.15:compile
[INFO] | | +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.83:compile
[INFO] | | +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.83:compile
[INFO] | | - org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.83:compile
[INFO] | +- org.springframework:spring-web:jar:5.3.27:compile
[INFO] | | - org.springframework:spring-beans:jar:5.3.27:compile
[INFO] | - org.springframework:spring-webmvc:jar:5.3.27:compile
[INFO] | +- org.springframework:spring-aop:jar:5.3.27:compile
[INFO] | +- org.springframework:spring-context:jar:5.3.27:compile
[INFO] | - org.springframework:spring-expression:jar:5.3.27:compile
[INFO] +- org.projectlombok:lombok:jar:1.18.26:compile (optional)
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.5.15:test
[INFO] | +- org.springframework.boot:spring-boot-test:jar:2.5.15:test
[INFO] | +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.5.15:test
[INFO] | +- com.jayway.jsonpath:json-path:jar:2.5.0:test
[INFO] | | - net.minidev:json-smart:jar:2.4.10:test
[INFO] | | - net.minidev:accessors-smart:jar:2.4.9:test
[INFO] | | - org.ow2.asm:asm:jar:9.3:test
[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:test
[INFO] | | - jakarta.activation:jakarta.activation-api:jar:1.2.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-api:jar:5.7.2:test
[INFO] | | | +- org.apiguardian:apiguardian-api:jar:1.1.0:test
[INFO] | | | +- org.opentest4j:opentest4j:jar:1.2.0:test
[INFO] | | | - org.junit.platform:junit-platform-commons:jar:1.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-core:jar:3.9.0:test
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.10.22:compile
[INFO] | | +- net.bytebuddy:byte-buddy-agent:jar:1.10.22:test
[INFO] | | - org.objenesis:objenesis:jar:3.2:test
[INFO] | +- org.mockito:mockito-junit-jupiter:jar:3.9.0:test
[INFO] | +- org.skyscreamer:jsonassert:jar:1.5.1:test
[INFO] | | - com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
[INFO] | +- org.springframework:spring-core:jar:5.3.27:compile
[INFO] | | - org.springframework:spring-jcl:jar:5.3.27:compile
[INFO] | +- org.springframework:spring-test:jar:5.3.27:test
[INFO] | - org.xmlunit:xmlunit-core:jar:2.8.4:test
[INFO] +- mysql:mysql-connector-java:jar:8.0.25:compile
[INFO] +- org.mybatis.spring.boot:mybatis-spring-boot-starter:jar:2.1.3:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-jdbc:jar:2.5.15:compile
[INFO] | | +- com.zaxxer:HikariCP:jar:4.0.3:compile
[INFO] | | - org.springframework:spring-jdbc:jar:5.3.27:compile
[INFO] | | - org.springframework:spring-tx:jar:5.3.27:compile
[INFO] | +- org.mybatis.spring.boot:mybatis-spring-boot-autoconfigure:jar:2.1.3:compile
[INFO] | +- org.mybatis:mybatis:jar:3.5.5:compile
[INFO] | - org.mybatis:mybatis-spring:jar:2.0.5:compile
[INFO] +- junit:junit:jar:4.13.2:test
[INFO] | - org.hamcrest:hamcrest-core:jar:2.2:test
[INFO] +- com.github.xiaoymin:knife4j-spring-boot-starter:jar:2.0.9:compile
[INFO] | +- com.github.xiaoymin:knife4j-spring-boot-autoconfigure:jar:2.0.9:compile
[INFO] | | - com.github.xiaoymin:knife4j-spring:jar:2.0.9:compile
[INFO] | | +- com.github.xiaoymin:knife4j-annotations:jar:2.0.9:compile
[INFO] | | +- com.github.xiaoymin:knife4j-core:jar:2.0.9:compile
[INFO] | | +- org.javassist:javassist:jar:3.25.0-GA:compile
[INFO] | | +- io.swagger:swagger-models:jar:1.5.22:compile
[INFO] | | | - io.swagger:swagger-annotations:jar:1.5.22:compile
[INFO] | | +- io.springfox:springfox-swagger2:jar:2.10.5:compile
[INFO] | | | +- io.springfox:springfox-spi:jar:2.10.5:compile
[INFO] | | | | - io.springfox:springfox-core:jar:2.10.5:compile
[INFO] | | | +- io.springfox:springfox-schema:jar:2.10.5:compile
[INFO] | | | +- io.springfox:springfox-swagger-common:jar:2.10.5:compile
[INFO] | | | +- io.springfox:springfox-spring-web:jar:2.10.5:compile
[INFO] | | | | - io.github.classgraph:classgraph:jar:4.1.7:compile
[INFO] | | | +- com.fasterxml:classmate:jar:1.5.1:compile
[INFO] | | | +- org.springframework.plugin:spring-plugin-core:jar:2.0.0.RELEASE:compile
[INFO] | | | +- org.springframework.plugin:spring-plugin-metadata:jar:2.0.0.RELEASE:compile
[INFO] | | | - org.mapstruct:mapstruct:jar:1.3.1.Final:compile
[INFO] | | +- io.springfox:springfox-bean-validators:jar:2.10.5:compile
[INFO] | | - io.springfox:springfox-spring-webmvc:jar:2.10.5:compile
[INFO] | - com.github.xiaoymin:knife4j-spring-ui:jar:2.0.9:compile
[INFO] - com.deepoove:poi-tl:jar:1.12.2:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.7.36:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.12.0:compile
[INFO] +- org.apache.poi:poi-ooxml:jar:5.2.2:compile
[INFO] | +- org.apache.poi:poi:jar:5.2.2:compile
[INFO] | | +- commons-codec:commons-codec:jar:1.15:compile
[INFO] | | +- org.apache.commons:commons-math3:jar:3.6.1:compile
[INFO] | | - com.zaxxer:SparseBitSet:jar:1.2:compile
[INFO] | +- org.apache.poi:poi-ooxml-lite:jar:5.2.2:compile
[INFO] | +- org.apache.xmlbeans:xmlbeans:jar:5.0.3:compile
[INFO] | | - xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | +- org.apache.commons:commons-compress:jar:1.21:compile
[INFO] | +- commons-io:commons-io:jar:2.11.0:compile
[INFO] | +- com.github.virtuald:curvesapi:jar:1.07:compile
[INFO] | +- org.apache.logging.log4j:log4j-api:jar:2.17.2:compile
[INFO] | - org.apache.commons:commons-collections4:jar:4.4:compile
[INFO] +- org.apache.xmlgraphics:batik-transcoder:jar:1.17:compile
[INFO] | +- org.apache.xmlgraphics:batik-anim:jar:1.17:compile
[INFO] | | +- org.apache.xmlgraphics:batik-css:jar:1.17:compile
[INFO] | | +- org.apache.xmlgraphics:batik-ext:jar:1.17:compile
[INFO] | | +- org.apache.xmlgraphics:batik-parser:jar:1.17:compile
[INFO] | | - org.apache.xmlgraphics:batik-svg-dom:jar:1.17:compile
[INFO] | +- org.apache.xmlgraphics:batik-awt-util:jar:1.17:compile
[INFO] | | - org.apache.xmlgraphics:xmlgraphics-commons:jar:2.9:compile
[INFO] | | - commons-logging:commons-logging:jar:1.0.4:compile
[INFO] | +- org.apache.xmlgraphics:batik-bridge:jar:1.17:compile
[INFO] | | - org.apache.xmlgraphics:batik-script:jar:1.17:compile
[INFO] | +- org.apache.xmlgraphics:batik-dom:jar:1.17:compile
[INFO] | +- org.apache.xmlgraphics:batik-gvt:jar:1.17:compile
[INFO] | +- org.apache.xmlgraphics:batik-shared-resources:jar:1.17:compile
[INFO] | +- org.apache.xmlgraphics:batik-svggen:jar:1.17:compile
[INFO] | +- org.apache.xmlgraphics:batik-util:jar:1.17:compile
[INFO] | | +- org.apache.xmlgraphics:batik-constants:jar:1.17:compile
[INFO] | | - org.apache.xmlgraphics:batik-i18n:jar:1.17:compile
[INFO] | +- org.apache.xmlgraphics:batik-xml:jar:1.17:compile
[INFO] | - xml-apis:xml-apis-ext:jar:1.3.04:compile
[INFO] - org.apache.xmlgraphics:batik-codec:jar:1.17:compile