[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] EL-ADMIN 后台管理                                                      [pom]
[INFO] 公共模块                                                               [jar]
[INFO] 日志模块                                                               [jar]
[INFO] 代码生成模块                                                             [jar]
[INFO] 工具模块                                                               [jar]
[INFO] 工作流模块                                                              [jar]
[INFO] 核心模块                                                               [jar]
[INFO] 
[INFO] ------------------------< me.zhengjie:eladmin >-------------------------
[INFO] Building EL-ADMIN 后台管理 2.6                                         [1/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:tree (default-cli) @ eladmin ---
[INFO] me.zhengjie:eladmin:pom:2.6
[INFO] +- org.springframework.boot:spring-boot-starter-data-jpa:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-aop:jar:2.2.10.RELEASE:compile
[INFO] |  |  \- org.aspectj:aspectjweaver:jar:1.9.6:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-jdbc:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- com.zaxxer:HikariCP:jar:3.4.5:compile
[INFO] |  |  \- org.springframework:spring-jdbc:jar:5.2.9.RELEASE:compile
[INFO] |  +- jakarta.persistence:jakarta.persistence-api:jar:2.2.3:compile
[INFO] |  +- jakarta.transaction:jakarta.transaction-api:jar:1.3.3:compile
[INFO] |  +- org.hibernate:hibernate-core:jar:5.4.21.Final:compile
[INFO] |  |  +- org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile
[INFO] |  |  +- org.javassist:javassist:jar:3.24.0-GA:compile
[INFO] |  |  +- net.bytebuddy:byte-buddy:jar:1.10.14:compile
[INFO] |  |  +- antlr:antlr:jar:2.7.7:compile
[INFO] |  |  +- org.jboss:jandex:jar:2.1.3.Final: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] |  |     \- com.sun.activation:jakarta.activation:jar:1.2.2:runtime
[INFO] |  +- org.springframework.data:spring-data-jpa:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.data:spring-data-commons:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework:spring-orm:jar:5.2.9.RELEASE:compile
[INFO] |  |  +- org.springframework:spring-context:jar:5.2.9.RELEASE:compile
[INFO] |  |  +- org.springframework:spring-tx:jar:5.2.9.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-beans:jar:5.2.9.RELEASE:compile
[INFO] |  \- org.springframework:spring-aspects:jar:5.2.9.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.boot:spring-boot:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-starter-logging:jar:2.2.10.RELEASE: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.apache.logging.log4j:log4j-to-slf4j:jar:2.12.1:compile
[INFO] |  |  |  |  \- org.apache.logging.log4j:log4j-api:jar:2.12.1: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.yaml:snakeyaml:jar:1.25:runtime
[INFO] |  +- org.springframework.boot:spring-boot-starter-json:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.10.5:compile
[INFO] |  |  |  \- com.fasterxml.jackson.core:jackson-core:jar:2.10.5:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.10.5:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.10.5:compile
[INFO] |  |  \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.10.5:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.38:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.38:compile
[INFO] |  |  \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.38:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-validation:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- jakarta.validation:jakarta.validation-api:jar:2.0.2:compile
[INFO] |  |  \- org.hibernate.validator:hibernate-validator:jar:6.0.20.Final:compile
[INFO] |  +- org.springframework:spring-web:jar:5.2.9.RELEASE:compile
[INFO] |  \- org.springframework:spring-webmvc:jar:5.2.9.RELEASE:compile
[INFO] |     \- org.springframework:spring-expression:jar:5.2.9.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.2.10.RELEASE:test
[INFO] |  +- org.springframework.boot:spring-boot-test:jar:2.2.10.RELEASE:test
[INFO] |  +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.2.10.RELEASE:test
[INFO] |  +- com.jayway.jsonpath:json-path:jar:2.4.0:test
[INFO] |  |  \- net.minidev:json-smart:jar:2.3:test
[INFO] |  |     \- net.minidev:accessors-smart:jar:1.2:test
[INFO] |  |        \- org.ow2.asm:asm:jar:5.0.4:test
[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.junit.jupiter:junit-jupiter:jar:5.5.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-api:jar:5.5.2:test
[INFO] |  |  |  +- org.opentest4j:opentest4j:jar:1.2.0:test
[INFO] |  |  |  \- org.junit.platform:junit-platform-commons:jar:1.5.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-params:jar:5.5.2:test
[INFO] |  |  \- org.junit.jupiter:junit-jupiter-engine:jar:5.5.2:test
[INFO] |  +- org.junit.vintage:junit-vintage-engine:jar:5.5.2:test
[INFO] |  |  +- org.apiguardian:apiguardian-api:jar:1.1.0:test
[INFO] |  |  +- org.junit.platform:junit-platform-engine:jar:1.5.2:test
[INFO] |  |  \- junit:junit:jar:4.12:test
[INFO] |  +- org.mockito:mockito-junit-jupiter:jar:3.1.0:test
[INFO] |  +- org.assertj:assertj-core:jar:3.13.2:test
[INFO] |  +- org.hamcrest:hamcrest:jar:2.1:test
[INFO] |  +- org.mockito:mockito-core:jar:3.1.0:test
[INFO] |  |  +- net.bytebuddy:byte-buddy-agent:jar:1.10.14:test
[INFO] |  |  \- org.objenesis:objenesis:jar:2.6: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.2.9.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-jcl:jar:5.2.9.RELEASE:compile
[INFO] |  +- org.springframework:spring-test:jar:5.2.9.RELEASE:test
[INFO] |  \- org.xmlunit:xmlunit-core:jar:2.6.4:test
[INFO] +- org.springframework.boot:spring-boot-starter-security:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework:spring-aop:jar:5.2.9.RELEASE:compile
[INFO] |  +- org.springframework.security:spring-security-config:jar:5.2.6.RELEASE:compile
[INFO] |  |  \- org.springframework.security:spring-security-core:jar:5.2.6.RELEASE:compile
[INFO] |  \- org.springframework.security:spring-security-web:jar:5.2.6.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-cache:jar:2.2.10.RELEASE:compile
[INFO] |  \- org.springframework:spring-context-support:jar:5.2.9.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-data-redis:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework.data:spring-data-redis:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.data:spring-data-keyvalue:jar:2.2.10.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-oxm:jar:5.2.9.RELEASE:compile
[INFO] |  \- io.lettuce:lettuce-core:jar:5.2.2.RELEASE:compile
[INFO] |     +- io.netty:netty-common:jar:4.1.52.Final:compile
[INFO] |     +- io.netty:netty-handler:jar:4.1.52.Final:compile
[INFO] |     |  +- io.netty:netty-resolver:jar:4.1.52.Final:compile
[INFO] |     |  +- io.netty:netty-buffer:jar:4.1.52.Final:compile
[INFO] |     |  \- io.netty:netty-codec:jar:4.1.52.Final:compile
[INFO] |     +- io.netty:netty-transport:jar:4.1.52.Final:compile
[INFO] |     \- io.projectreactor:reactor-core:jar:3.3.10.RELEASE:compile
[INFO] |        \- org.reactivestreams:reactive-streams:jar:1.0.3:compile
[INFO] +- org.apache.commons:commons-pool2:jar:2.5.0:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.9:compile
[INFO] +- org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4.1:jar:1.16:compile
[INFO] +- io.springfox:springfox-swagger2:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-spi:jar:2.9.2:compile
[INFO] |  |  \- io.springfox:springfox-core:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-schema:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-swagger-common:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-spring-web:jar:2.9.2:compile
[INFO] |  +- com.google.guava:guava:jar:20.0:compile
[INFO] |  +- com.fasterxml:classmate:jar:1.5.1:compile
[INFO] |  +- org.slf4j:slf4j-api:jar:1.7.30:compile
[INFO] |  +- org.springframework.plugin:spring-plugin-core:jar:1.2.0.RELEASE:compile
[INFO] |  \- org.springframework.plugin:spring-plugin-metadata:jar:1.2.0.RELEASE:compile
[INFO] +- io.springfox:springfox-swagger-ui:jar:2.9.2:compile
[INFO] +- io.swagger:swagger-annotations:jar:1.5.21:compile
[INFO] +- io.swagger:swagger-models:jar:1.5.21:compile
[INFO] |  \- com.fasterxml.jackson.core:jackson-annotations:jar:2.10.5:compile
[INFO] +- mysql:mysql-connector-java:jar:8.0.21:runtime
[INFO] +- com.alibaba:druid-spring-boot-starter:jar:1.1.24:compile
[INFO] |  +- com.alibaba:druid:jar:1.1.24:compile
[INFO] |  \- org.springframework.boot:spring-boot-autoconfigure:jar:2.2.10.RELEASE:compile
[INFO] +- org.lionsoul:ip2region:jar:1.7.2:compile
[INFO] +- org.projectlombok:lombok:jar:1.18.12:compile (optional) 
[INFO] +- org.apache.poi:poi:jar:3.17:compile
[INFO] |  +- commons-codec:commons-codec:jar:1.13:compile
[INFO] |  \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] +- org.apache.poi:poi-ooxml:jar:3.17:compile
[INFO] |  +- org.apache.poi:poi-ooxml-schemas:jar:3.17:compile
[INFO] |  |  \- org.apache.xmlbeans:xmlbeans:jar:2.6.0:compile
[INFO] |  |     \- stax:stax-api:jar:1.0.1:compile
[INFO] |  \- com.github.virtuald:curvesapi:jar:1.04:compile
[INFO] +- xerces:xercesImpl:jar:2.12.0:compile
[INFO] |  \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] +- com.alibaba:fastjson:jar:1.2.70:compile
[INFO] +- org.mapstruct:mapstruct:jar:1.3.1.Final:compile
[INFO] +- org.mapstruct:mapstruct-processor:jar:1.3.1.Final:provided
[INFO] +- javax.inject:javax.inject:jar:1:compile
[INFO] +- com.github.whvcse:easy-captcha:jar:1.6.2:compile
[INFO] \- nl.basjes.parse.useragent:yauaa:jar:5.23:compile
[INFO]    +- org.apache.httpcomponents.client5:httpclient5:jar:5.0.3:compile
[INFO]    |  +- org.apache.httpcomponents.core5:httpcore5:jar:5.0.2:compile
[INFO]    |  \- org.apache.httpcomponents.core5:httpcore5-h2:jar:5.0.2:compile
[INFO]    +- org.apache.commons:commons-text:jar:1.9:compile
[INFO]    \- nl.basjes.collections:prefixmap:jar:2.0:compile
[INFO] 
[INFO] ---------------------< me.zhengjie:eladmin-common >---------------------
[INFO] Building 公共模块 2.6                                                  [2/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:tree (default-cli) @ eladmin-common ---
[INFO] me.zhengjie:eladmin-common:jar:2.6
[INFO] +- cn.hutool:hutool-all:jar:5.3.4:compile
[INFO] +- org.springframework.boot:spring-boot-starter-data-jpa:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-aop:jar:2.2.10.RELEASE:compile
[INFO] |  |  \- org.aspectj:aspectjweaver:jar:1.9.6:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-jdbc:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- com.zaxxer:HikariCP:jar:3.4.5:compile
[INFO] |  |  \- org.springframework:spring-jdbc:jar:5.2.9.RELEASE:compile
[INFO] |  +- jakarta.persistence:jakarta.persistence-api:jar:2.2.3:compile
[INFO] |  +- jakarta.transaction:jakarta.transaction-api:jar:1.3.3:compile
[INFO] |  +- org.hibernate:hibernate-core:jar:5.4.21.Final:compile
[INFO] |  |  +- org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile
[INFO] |  |  +- org.javassist:javassist:jar:3.24.0-GA:compile
[INFO] |  |  +- net.bytebuddy:byte-buddy:jar:1.10.14:compile
[INFO] |  |  +- antlr:antlr:jar:2.7.7:compile
[INFO] |  |  +- org.jboss:jandex:jar:2.1.3.Final: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] |  |     \- com.sun.activation:jakarta.activation:jar:1.2.2:runtime
[INFO] |  +- org.springframework.data:spring-data-jpa:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.data:spring-data-commons:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework:spring-orm:jar:5.2.9.RELEASE:compile
[INFO] |  |  +- org.springframework:spring-context:jar:5.2.9.RELEASE:compile
[INFO] |  |  +- org.springframework:spring-tx:jar:5.2.9.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-beans:jar:5.2.9.RELEASE:compile
[INFO] |  \- org.springframework:spring-aspects:jar:5.2.9.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.boot:spring-boot:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-starter-logging:jar:2.2.10.RELEASE: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.apache.logging.log4j:log4j-to-slf4j:jar:2.12.1:compile
[INFO] |  |  |  |  \- org.apache.logging.log4j:log4j-api:jar:2.12.1: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.yaml:snakeyaml:jar:1.25:runtime
[INFO] |  +- org.springframework.boot:spring-boot-starter-json:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.10.5:compile
[INFO] |  |  |  \- com.fasterxml.jackson.core:jackson-core:jar:2.10.5:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.10.5:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.10.5:compile
[INFO] |  |  \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.10.5:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.38:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.38:compile
[INFO] |  |  \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.38:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-validation:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- jakarta.validation:jakarta.validation-api:jar:2.0.2:compile
[INFO] |  |  \- org.hibernate.validator:hibernate-validator:jar:6.0.20.Final:compile
[INFO] |  +- org.springframework:spring-web:jar:5.2.9.RELEASE:compile
[INFO] |  \- org.springframework:spring-webmvc:jar:5.2.9.RELEASE:compile
[INFO] |     \- org.springframework:spring-expression:jar:5.2.9.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.2.10.RELEASE:test
[INFO] |  +- org.springframework.boot:spring-boot-test:jar:2.2.10.RELEASE:test
[INFO] |  +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.2.10.RELEASE:test
[INFO] |  +- com.jayway.jsonpath:json-path:jar:2.4.0:test
[INFO] |  |  \- net.minidev:json-smart:jar:2.3:test
[INFO] |  |     \- net.minidev:accessors-smart:jar:1.2:test
[INFO] |  |        \- org.ow2.asm:asm:jar:5.0.4:test
[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.junit.jupiter:junit-jupiter:jar:5.5.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-api:jar:5.5.2:test
[INFO] |  |  |  +- org.opentest4j:opentest4j:jar:1.2.0:test
[INFO] |  |  |  \- org.junit.platform:junit-platform-commons:jar:1.5.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-params:jar:5.5.2:test
[INFO] |  |  \- org.junit.jupiter:junit-jupiter-engine:jar:5.5.2:test
[INFO] |  +- org.junit.vintage:junit-vintage-engine:jar:5.5.2:test
[INFO] |  |  +- org.apiguardian:apiguardian-api:jar:1.1.0:test
[INFO] |  |  +- org.junit.platform:junit-platform-engine:jar:1.5.2:test
[INFO] |  |  \- junit:junit:jar:4.12:test
[INFO] |  +- org.mockito:mockito-junit-jupiter:jar:3.1.0:test
[INFO] |  +- org.assertj:assertj-core:jar:3.13.2:test
[INFO] |  +- org.hamcrest:hamcrest:jar:2.1:test
[INFO] |  +- org.mockito:mockito-core:jar:3.1.0:test
[INFO] |  |  +- net.bytebuddy:byte-buddy-agent:jar:1.10.14:test
[INFO] |  |  \- org.objenesis:objenesis:jar:2.6: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.2.9.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-jcl:jar:5.2.9.RELEASE:compile
[INFO] |  +- org.springframework:spring-test:jar:5.2.9.RELEASE:test
[INFO] |  \- org.xmlunit:xmlunit-core:jar:2.6.4:test
[INFO] +- org.springframework.boot:spring-boot-starter-security:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework:spring-aop:jar:5.2.9.RELEASE:compile
[INFO] |  +- org.springframework.security:spring-security-config:jar:5.2.6.RELEASE:compile
[INFO] |  |  \- org.springframework.security:spring-security-core:jar:5.2.6.RELEASE:compile
[INFO] |  \- org.springframework.security:spring-security-web:jar:5.2.6.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-cache:jar:2.2.10.RELEASE:compile
[INFO] |  \- org.springframework:spring-context-support:jar:5.2.9.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-data-redis:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework.data:spring-data-redis:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.data:spring-data-keyvalue:jar:2.2.10.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-oxm:jar:5.2.9.RELEASE:compile
[INFO] |  \- io.lettuce:lettuce-core:jar:5.2.2.RELEASE:compile
[INFO] |     +- io.netty:netty-common:jar:4.1.52.Final:compile
[INFO] |     +- io.netty:netty-handler:jar:4.1.52.Final:compile
[INFO] |     |  +- io.netty:netty-resolver:jar:4.1.52.Final:compile
[INFO] |     |  +- io.netty:netty-buffer:jar:4.1.52.Final:compile
[INFO] |     |  \- io.netty:netty-codec:jar:4.1.52.Final:compile
[INFO] |     +- io.netty:netty-transport:jar:4.1.52.Final:compile
[INFO] |     \- io.projectreactor:reactor-core:jar:3.3.10.RELEASE:compile
[INFO] |        \- org.reactivestreams:reactive-streams:jar:1.0.3:compile
[INFO] +- org.apache.commons:commons-pool2:jar:2.5.0:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.9:compile
[INFO] +- org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4.1:jar:1.16:compile
[INFO] +- io.springfox:springfox-swagger2:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-spi:jar:2.9.2:compile
[INFO] |  |  \- io.springfox:springfox-core:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-schema:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-swagger-common:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-spring-web:jar:2.9.2:compile
[INFO] |  +- com.google.guava:guava:jar:20.0:compile
[INFO] |  +- com.fasterxml:classmate:jar:1.5.1:compile
[INFO] |  +- org.slf4j:slf4j-api:jar:1.7.30:compile
[INFO] |  +- org.springframework.plugin:spring-plugin-core:jar:1.2.0.RELEASE:compile
[INFO] |  \- org.springframework.plugin:spring-plugin-metadata:jar:1.2.0.RELEASE:compile
[INFO] +- io.springfox:springfox-swagger-ui:jar:2.9.2:compile
[INFO] +- io.swagger:swagger-annotations:jar:1.5.21:compile
[INFO] +- io.swagger:swagger-models:jar:1.5.21:compile
[INFO] |  \- com.fasterxml.jackson.core:jackson-annotations:jar:2.10.5:compile
[INFO] +- mysql:mysql-connector-java:jar:8.0.21:runtime
[INFO] +- com.alibaba:druid-spring-boot-starter:jar:1.1.24:compile
[INFO] |  +- com.alibaba:druid:jar:1.1.24:compile
[INFO] |  \- org.springframework.boot:spring-boot-autoconfigure:jar:2.2.10.RELEASE:compile
[INFO] +- org.lionsoul:ip2region:jar:1.7.2:compile
[INFO] +- org.projectlombok:lombok:jar:1.18.12:compile (optional) 
[INFO] +- org.apache.poi:poi:jar:3.17:compile
[INFO] |  +- commons-codec:commons-codec:jar:1.13:compile
[INFO] |  \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] +- org.apache.poi:poi-ooxml:jar:3.17:compile
[INFO] |  +- org.apache.poi:poi-ooxml-schemas:jar:3.17:compile
[INFO] |  |  \- org.apache.xmlbeans:xmlbeans:jar:2.6.0:compile
[INFO] |  |     \- stax:stax-api:jar:1.0.1:compile
[INFO] |  \- com.github.virtuald:curvesapi:jar:1.04:compile
[INFO] +- xerces:xercesImpl:jar:2.12.0:compile
[INFO] |  \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] +- com.alibaba:fastjson:jar:1.2.70:compile
[INFO] +- org.mapstruct:mapstruct:jar:1.3.1.Final:compile
[INFO] +- org.mapstruct:mapstruct-processor:jar:1.3.1.Final:provided
[INFO] +- javax.inject:javax.inject:jar:1:compile
[INFO] +- com.github.whvcse:easy-captcha:jar:1.6.2:compile
[INFO] \- nl.basjes.parse.useragent:yauaa:jar:5.23:compile
[INFO]    +- org.apache.httpcomponents.client5:httpclient5:jar:5.0.3:compile
[INFO]    |  +- org.apache.httpcomponents.core5:httpcore5:jar:5.0.2:compile
[INFO]    |  \- org.apache.httpcomponents.core5:httpcore5-h2:jar:5.0.2:compile
[INFO]    +- org.apache.commons:commons-text:jar:1.9:compile
[INFO]    \- nl.basjes.collections:prefixmap:jar:2.0:compile
[INFO] 
[INFO] --------------------< me.zhengjie:eladmin-logging >---------------------
[INFO] Building 日志模块 2.6                                                  [3/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:tree (default-cli) @ eladmin-logging ---
[INFO] me.zhengjie:eladmin-logging:jar:2.6
[INFO] +- me.zhengjie:eladmin-common:jar:2.6:compile
[INFO] |  \- cn.hutool:hutool-all:jar:5.3.4:compile
[INFO] +- org.springframework.boot:spring-boot-starter-data-jpa:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-aop:jar:2.2.10.RELEASE:compile
[INFO] |  |  \- org.aspectj:aspectjweaver:jar:1.9.6:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-jdbc:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- com.zaxxer:HikariCP:jar:3.4.5:compile
[INFO] |  |  \- org.springframework:spring-jdbc:jar:5.2.9.RELEASE:compile
[INFO] |  +- jakarta.persistence:jakarta.persistence-api:jar:2.2.3:compile
[INFO] |  +- jakarta.transaction:jakarta.transaction-api:jar:1.3.3:compile
[INFO] |  +- org.hibernate:hibernate-core:jar:5.4.21.Final:compile
[INFO] |  |  +- org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile
[INFO] |  |  +- org.javassist:javassist:jar:3.24.0-GA:compile
[INFO] |  |  +- net.bytebuddy:byte-buddy:jar:1.10.14:compile
[INFO] |  |  +- antlr:antlr:jar:2.7.7:compile
[INFO] |  |  +- org.jboss:jandex:jar:2.1.3.Final: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] |  |     \- com.sun.activation:jakarta.activation:jar:1.2.2:runtime
[INFO] |  +- org.springframework.data:spring-data-jpa:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.data:spring-data-commons:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework:spring-orm:jar:5.2.9.RELEASE:compile
[INFO] |  |  +- org.springframework:spring-context:jar:5.2.9.RELEASE:compile
[INFO] |  |  +- org.springframework:spring-tx:jar:5.2.9.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-beans:jar:5.2.9.RELEASE:compile
[INFO] |  \- org.springframework:spring-aspects:jar:5.2.9.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.boot:spring-boot:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-starter-logging:jar:2.2.10.RELEASE: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.apache.logging.log4j:log4j-to-slf4j:jar:2.12.1:compile
[INFO] |  |  |  |  \- org.apache.logging.log4j:log4j-api:jar:2.12.1: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.yaml:snakeyaml:jar:1.25:runtime
[INFO] |  +- org.springframework.boot:spring-boot-starter-json:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.10.5:compile
[INFO] |  |  |  \- com.fasterxml.jackson.core:jackson-core:jar:2.10.5:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.10.5:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.10.5:compile
[INFO] |  |  \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.10.5:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.38:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.38:compile
[INFO] |  |  \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.38:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-validation:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- jakarta.validation:jakarta.validation-api:jar:2.0.2:compile
[INFO] |  |  \- org.hibernate.validator:hibernate-validator:jar:6.0.20.Final:compile
[INFO] |  +- org.springframework:spring-web:jar:5.2.9.RELEASE:compile
[INFO] |  \- org.springframework:spring-webmvc:jar:5.2.9.RELEASE:compile
[INFO] |     \- org.springframework:spring-expression:jar:5.2.9.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.2.10.RELEASE:test
[INFO] |  +- org.springframework.boot:spring-boot-test:jar:2.2.10.RELEASE:test
[INFO] |  +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.2.10.RELEASE:test
[INFO] |  +- com.jayway.jsonpath:json-path:jar:2.4.0:test
[INFO] |  |  \- net.minidev:json-smart:jar:2.3:test
[INFO] |  |     \- net.minidev:accessors-smart:jar:1.2:test
[INFO] |  |        \- org.ow2.asm:asm:jar:5.0.4:test
[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.junit.jupiter:junit-jupiter:jar:5.5.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-api:jar:5.5.2:test
[INFO] |  |  |  +- org.opentest4j:opentest4j:jar:1.2.0:test
[INFO] |  |  |  \- org.junit.platform:junit-platform-commons:jar:1.5.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-params:jar:5.5.2:test
[INFO] |  |  \- org.junit.jupiter:junit-jupiter-engine:jar:5.5.2:test
[INFO] |  +- org.junit.vintage:junit-vintage-engine:jar:5.5.2:test
[INFO] |  |  +- org.apiguardian:apiguardian-api:jar:1.1.0:test
[INFO] |  |  +- org.junit.platform:junit-platform-engine:jar:1.5.2:test
[INFO] |  |  \- junit:junit:jar:4.12:test
[INFO] |  +- org.mockito:mockito-junit-jupiter:jar:3.1.0:test
[INFO] |  +- org.assertj:assertj-core:jar:3.13.2:test
[INFO] |  +- org.hamcrest:hamcrest:jar:2.1:test
[INFO] |  +- org.mockito:mockito-core:jar:3.1.0:test
[INFO] |  |  +- net.bytebuddy:byte-buddy-agent:jar:1.10.14:test
[INFO] |  |  \- org.objenesis:objenesis:jar:2.6: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.2.9.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-jcl:jar:5.2.9.RELEASE:compile
[INFO] |  +- org.springframework:spring-test:jar:5.2.9.RELEASE:test
[INFO] |  \- org.xmlunit:xmlunit-core:jar:2.6.4:test
[INFO] +- org.springframework.boot:spring-boot-starter-security:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework:spring-aop:jar:5.2.9.RELEASE:compile
[INFO] |  +- org.springframework.security:spring-security-config:jar:5.2.6.RELEASE:compile
[INFO] |  |  \- org.springframework.security:spring-security-core:jar:5.2.6.RELEASE:compile
[INFO] |  \- org.springframework.security:spring-security-web:jar:5.2.6.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-cache:jar:2.2.10.RELEASE:compile
[INFO] |  \- org.springframework:spring-context-support:jar:5.2.9.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-data-redis:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework.data:spring-data-redis:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.data:spring-data-keyvalue:jar:2.2.10.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-oxm:jar:5.2.9.RELEASE:compile
[INFO] |  \- io.lettuce:lettuce-core:jar:5.2.2.RELEASE:compile
[INFO] |     +- io.netty:netty-common:jar:4.1.52.Final:compile
[INFO] |     +- io.netty:netty-handler:jar:4.1.52.Final:compile
[INFO] |     |  +- io.netty:netty-resolver:jar:4.1.52.Final:compile
[INFO] |     |  +- io.netty:netty-buffer:jar:4.1.52.Final:compile
[INFO] |     |  \- io.netty:netty-codec:jar:4.1.52.Final:compile
[INFO] |     +- io.netty:netty-transport:jar:4.1.52.Final:compile
[INFO] |     \- io.projectreactor:reactor-core:jar:3.3.10.RELEASE:compile
[INFO] |        \- org.reactivestreams:reactive-streams:jar:1.0.3:compile
[INFO] +- org.apache.commons:commons-pool2:jar:2.5.0:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.9:compile
[INFO] +- org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4.1:jar:1.16:compile
[INFO] +- io.springfox:springfox-swagger2:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-spi:jar:2.9.2:compile
[INFO] |  |  \- io.springfox:springfox-core:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-schema:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-swagger-common:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-spring-web:jar:2.9.2:compile
[INFO] |  +- com.google.guava:guava:jar:20.0:compile
[INFO] |  +- com.fasterxml:classmate:jar:1.5.1:compile
[INFO] |  +- org.slf4j:slf4j-api:jar:1.7.30:compile
[INFO] |  +- org.springframework.plugin:spring-plugin-core:jar:1.2.0.RELEASE:compile
[INFO] |  \- org.springframework.plugin:spring-plugin-metadata:jar:1.2.0.RELEASE:compile
[INFO] +- io.springfox:springfox-swagger-ui:jar:2.9.2:compile
[INFO] +- io.swagger:swagger-annotations:jar:1.5.21:compile
[INFO] +- io.swagger:swagger-models:jar:1.5.21:compile
[INFO] |  \- com.fasterxml.jackson.core:jackson-annotations:jar:2.10.5:compile
[INFO] +- mysql:mysql-connector-java:jar:8.0.21:runtime
[INFO] +- com.alibaba:druid-spring-boot-starter:jar:1.1.24:compile
[INFO] |  +- com.alibaba:druid:jar:1.1.24:compile
[INFO] |  \- org.springframework.boot:spring-boot-autoconfigure:jar:2.2.10.RELEASE:compile
[INFO] +- org.lionsoul:ip2region:jar:1.7.2:compile
[INFO] +- org.projectlombok:lombok:jar:1.18.12:compile (optional) 
[INFO] +- org.apache.poi:poi:jar:3.17:compile
[INFO] |  +- commons-codec:commons-codec:jar:1.13:compile
[INFO] |  \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] +- org.apache.poi:poi-ooxml:jar:3.17:compile
[INFO] |  +- org.apache.poi:poi-ooxml-schemas:jar:3.17:compile
[INFO] |  |  \- org.apache.xmlbeans:xmlbeans:jar:2.6.0:compile
[INFO] |  |     \- stax:stax-api:jar:1.0.1:compile
[INFO] |  \- com.github.virtuald:curvesapi:jar:1.04:compile
[INFO] +- xerces:xercesImpl:jar:2.12.0:compile
[INFO] |  \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] +- com.alibaba:fastjson:jar:1.2.70:compile
[INFO] +- org.mapstruct:mapstruct:jar:1.3.1.Final:compile
[INFO] +- org.mapstruct:mapstruct-processor:jar:1.3.1.Final:provided
[INFO] +- javax.inject:javax.inject:jar:1:compile
[INFO] +- com.github.whvcse:easy-captcha:jar:1.6.2:compile
[INFO] \- nl.basjes.parse.useragent:yauaa:jar:5.23:compile
[INFO]    +- org.apache.httpcomponents.client5:httpclient5:jar:5.0.3:compile
[INFO]    |  +- org.apache.httpcomponents.core5:httpcore5:jar:5.0.2:compile
[INFO]    |  \- org.apache.httpcomponents.core5:httpcore5-h2:jar:5.0.2:compile
[INFO]    +- org.apache.commons:commons-text:jar:1.9:compile
[INFO]    \- nl.basjes.collections:prefixmap:jar:2.0:compile
[INFO] 
[INFO] -------------------< me.zhengjie:eladmin-generator >--------------------
[INFO] Building 代码生成模块 2.6                                                [4/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:tree (default-cli) @ eladmin-generator ---
[INFO] me.zhengjie:eladmin-generator:jar:2.6
[INFO] +- me.zhengjie:eladmin-common:jar:2.6:compile
[INFO] |  \- cn.hutool:hutool-all:jar:5.3.4:compile
[INFO] +- org.springframework.boot:spring-boot-starter-freemarker:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.boot:spring-boot:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-starter-logging:jar:2.2.10.RELEASE: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.apache.logging.log4j:log4j-to-slf4j:jar:2.12.1:compile
[INFO] |  |  |  |  \- org.apache.logging.log4j:log4j-api:jar:2.12.1: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.yaml:snakeyaml:jar:1.25:runtime
[INFO] |  +- org.freemarker:freemarker:jar:2.3.30:compile
[INFO] |  \- org.springframework:spring-context-support:jar:5.2.9.RELEASE:compile
[INFO] |     +- org.springframework:spring-beans:jar:5.2.9.RELEASE:compile
[INFO] |     \- org.springframework:spring-context:jar:5.2.9.RELEASE:compile
[INFO] +- commons-configuration:commons-configuration:jar:1.9:compile
[INFO] |  +- commons-lang:commons-lang:jar:2.6:compile
[INFO] |  \- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] +- org.springframework.boot:spring-boot-starter-data-jpa:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-aop:jar:2.2.10.RELEASE:compile
[INFO] |  |  \- org.aspectj:aspectjweaver:jar:1.9.6:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-jdbc:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- com.zaxxer:HikariCP:jar:3.4.5:compile
[INFO] |  |  \- org.springframework:spring-jdbc:jar:5.2.9.RELEASE:compile
[INFO] |  +- jakarta.persistence:jakarta.persistence-api:jar:2.2.3:compile
[INFO] |  +- jakarta.transaction:jakarta.transaction-api:jar:1.3.3:compile
[INFO] |  +- org.hibernate:hibernate-core:jar:5.4.21.Final:compile
[INFO] |  |  +- org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile
[INFO] |  |  +- org.javassist:javassist:jar:3.24.0-GA:compile
[INFO] |  |  +- net.bytebuddy:byte-buddy:jar:1.10.14:compile
[INFO] |  |  +- antlr:antlr:jar:2.7.7:compile
[INFO] |  |  +- org.jboss:jandex:jar:2.1.3.Final: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] |  |     \- com.sun.activation:jakarta.activation:jar:1.2.2:runtime
[INFO] |  +- org.springframework.data:spring-data-jpa:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.data:spring-data-commons:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework:spring-orm:jar:5.2.9.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-tx:jar:5.2.9.RELEASE:compile
[INFO] |  \- org.springframework:spring-aspects:jar:5.2.9.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-json:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.10.5:compile
[INFO] |  |  |  \- com.fasterxml.jackson.core:jackson-core:jar:2.10.5:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.10.5:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.10.5:compile
[INFO] |  |  \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.10.5:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.38:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.38:compile
[INFO] |  |  \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.38:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-validation:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- jakarta.validation:jakarta.validation-api:jar:2.0.2:compile
[INFO] |  |  \- org.hibernate.validator:hibernate-validator:jar:6.0.20.Final:compile
[INFO] |  +- org.springframework:spring-web:jar:5.2.9.RELEASE:compile
[INFO] |  \- org.springframework:spring-webmvc:jar:5.2.9.RELEASE:compile
[INFO] |     \- org.springframework:spring-expression:jar:5.2.9.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.2.10.RELEASE:test
[INFO] |  +- org.springframework.boot:spring-boot-test:jar:2.2.10.RELEASE:test
[INFO] |  +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.2.10.RELEASE:test
[INFO] |  +- com.jayway.jsonpath:json-path:jar:2.4.0:test
[INFO] |  |  \- net.minidev:json-smart:jar:2.3:test
[INFO] |  |     \- net.minidev:accessors-smart:jar:1.2:test
[INFO] |  |        \- org.ow2.asm:asm:jar:5.0.4:test
[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.junit.jupiter:junit-jupiter:jar:5.5.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-api:jar:5.5.2:test
[INFO] |  |  |  +- org.opentest4j:opentest4j:jar:1.2.0:test
[INFO] |  |  |  \- org.junit.platform:junit-platform-commons:jar:1.5.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-params:jar:5.5.2:test
[INFO] |  |  \- org.junit.jupiter:junit-jupiter-engine:jar:5.5.2:test
[INFO] |  +- org.junit.vintage:junit-vintage-engine:jar:5.5.2:test
[INFO] |  |  +- org.apiguardian:apiguardian-api:jar:1.1.0:test
[INFO] |  |  +- org.junit.platform:junit-platform-engine:jar:1.5.2:test
[INFO] |  |  \- junit:junit:jar:4.12:test
[INFO] |  +- org.mockito:mockito-junit-jupiter:jar:3.1.0:test
[INFO] |  +- org.assertj:assertj-core:jar:3.13.2:test
[INFO] |  +- org.hamcrest:hamcrest:jar:2.1:test
[INFO] |  +- org.mockito:mockito-core:jar:3.1.0:test
[INFO] |  |  +- net.bytebuddy:byte-buddy-agent:jar:1.10.14:test
[INFO] |  |  \- org.objenesis:objenesis:jar:2.6: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.2.9.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-jcl:jar:5.2.9.RELEASE:compile
[INFO] |  +- org.springframework:spring-test:jar:5.2.9.RELEASE:test
[INFO] |  \- org.xmlunit:xmlunit-core:jar:2.6.4:test
[INFO] +- org.springframework.boot:spring-boot-starter-security:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework:spring-aop:jar:5.2.9.RELEASE:compile
[INFO] |  +- org.springframework.security:spring-security-config:jar:5.2.6.RELEASE:compile
[INFO] |  |  \- org.springframework.security:spring-security-core:jar:5.2.6.RELEASE:compile
[INFO] |  \- org.springframework.security:spring-security-web:jar:5.2.6.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-cache:jar:2.2.10.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-data-redis:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework.data:spring-data-redis:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.data:spring-data-keyvalue:jar:2.2.10.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-oxm:jar:5.2.9.RELEASE:compile
[INFO] |  \- io.lettuce:lettuce-core:jar:5.2.2.RELEASE:compile
[INFO] |     +- io.netty:netty-common:jar:4.1.52.Final:compile
[INFO] |     +- io.netty:netty-handler:jar:4.1.52.Final:compile
[INFO] |     |  +- io.netty:netty-resolver:jar:4.1.52.Final:compile
[INFO] |     |  +- io.netty:netty-buffer:jar:4.1.52.Final:compile
[INFO] |     |  \- io.netty:netty-codec:jar:4.1.52.Final:compile
[INFO] |     +- io.netty:netty-transport:jar:4.1.52.Final:compile
[INFO] |     \- io.projectreactor:reactor-core:jar:3.3.10.RELEASE:compile
[INFO] |        \- org.reactivestreams:reactive-streams:jar:1.0.3:compile
[INFO] +- org.apache.commons:commons-pool2:jar:2.5.0:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.9:compile
[INFO] +- org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4.1:jar:1.16:compile
[INFO] +- io.springfox:springfox-swagger2:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-spi:jar:2.9.2:compile
[INFO] |  |  \- io.springfox:springfox-core:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-schema:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-swagger-common:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-spring-web:jar:2.9.2:compile
[INFO] |  +- com.google.guava:guava:jar:20.0:compile
[INFO] |  +- com.fasterxml:classmate:jar:1.5.1:compile
[INFO] |  +- org.slf4j:slf4j-api:jar:1.7.30:compile
[INFO] |  +- org.springframework.plugin:spring-plugin-core:jar:1.2.0.RELEASE:compile
[INFO] |  \- org.springframework.plugin:spring-plugin-metadata:jar:1.2.0.RELEASE:compile
[INFO] +- io.springfox:springfox-swagger-ui:jar:2.9.2:compile
[INFO] +- io.swagger:swagger-annotations:jar:1.5.21:compile
[INFO] +- io.swagger:swagger-models:jar:1.5.21:compile
[INFO] |  \- com.fasterxml.jackson.core:jackson-annotations:jar:2.10.5:compile
[INFO] +- mysql:mysql-connector-java:jar:8.0.21:runtime
[INFO] +- com.alibaba:druid-spring-boot-starter:jar:1.1.24:compile
[INFO] |  +- com.alibaba:druid:jar:1.1.24:compile
[INFO] |  \- org.springframework.boot:spring-boot-autoconfigure:jar:2.2.10.RELEASE:compile
[INFO] +- org.lionsoul:ip2region:jar:1.7.2:compile
[INFO] +- org.projectlombok:lombok:jar:1.18.12:compile (optional) 
[INFO] +- org.apache.poi:poi:jar:3.17:compile
[INFO] |  +- commons-codec:commons-codec:jar:1.13:compile
[INFO] |  \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] +- org.apache.poi:poi-ooxml:jar:3.17:compile
[INFO] |  +- org.apache.poi:poi-ooxml-schemas:jar:3.17:compile
[INFO] |  |  \- org.apache.xmlbeans:xmlbeans:jar:2.6.0:compile
[INFO] |  |     \- stax:stax-api:jar:1.0.1:compile
[INFO] |  \- com.github.virtuald:curvesapi:jar:1.04:compile
[INFO] +- xerces:xercesImpl:jar:2.12.0:compile
[INFO] |  \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] +- com.alibaba:fastjson:jar:1.2.70:compile
[INFO] +- org.mapstruct:mapstruct:jar:1.3.1.Final:compile
[INFO] +- org.mapstruct:mapstruct-processor:jar:1.3.1.Final:provided
[INFO] +- javax.inject:javax.inject:jar:1:compile
[INFO] +- com.github.whvcse:easy-captcha:jar:1.6.2:compile
[INFO] \- nl.basjes.parse.useragent:yauaa:jar:5.23:compile
[INFO]    +- org.apache.httpcomponents.client5:httpclient5:jar:5.0.3:compile
[INFO]    |  +- org.apache.httpcomponents.core5:httpcore5:jar:5.0.2:compile
[INFO]    |  \- org.apache.httpcomponents.core5:httpcore5-h2:jar:5.0.2:compile
[INFO]    +- org.apache.commons:commons-text:jar:1.9:compile
[INFO]    \- nl.basjes.collections:prefixmap:jar:2.0:compile
[INFO] 
[INFO] ---------------------< me.zhengjie:eladmin-tools >----------------------
[INFO] Building 工具模块 2.6                                                  [5/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:tree (default-cli) @ eladmin-tools ---
[INFO] me.zhengjie:eladmin-tools:jar:2.6
[INFO] +- me.zhengjie:eladmin-logging:jar:2.6:compile
[INFO] |  \- me.zhengjie:eladmin-common:jar:2.6:compile
[INFO] |     \- cn.hutool:hutool-all:jar:5.3.4:compile
[INFO] +- javax.mail:mail:jar:1.4.7:compile
[INFO] |  \- javax.activation:activation:jar:1.1:compile
[INFO] +- com.qiniu:qiniu-java-sdk:jar:7.2.29:compile
[INFO] |  +- com.squareup.okhttp3:okhttp:jar:3.14.9:runtime
[INFO] |  |  \- com.squareup.okio:okio:jar:1.17.2:runtime
[INFO] |  \- com.google.code.gson:gson:jar:2.8.6:runtime
[INFO] +- com.alipay.sdk:alipay-sdk-java:jar:4.9.153.ALL:compile
[INFO] |  +- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] |  \- org.bouncycastle:bcprov-jdk15on:jar:1.62:compile
[INFO] +- org.springframework.boot:spring-boot-starter-data-jpa:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-aop:jar:2.2.10.RELEASE:compile
[INFO] |  |  \- org.aspectj:aspectjweaver:jar:1.9.6:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-jdbc:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- com.zaxxer:HikariCP:jar:3.4.5:compile
[INFO] |  |  \- org.springframework:spring-jdbc:jar:5.2.9.RELEASE:compile
[INFO] |  +- jakarta.persistence:jakarta.persistence-api:jar:2.2.3:compile
[INFO] |  +- jakarta.transaction:jakarta.transaction-api:jar:1.3.3:compile
[INFO] |  +- org.hibernate:hibernate-core:jar:5.4.21.Final:compile
[INFO] |  |  +- org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile
[INFO] |  |  +- org.javassist:javassist:jar:3.24.0-GA:compile
[INFO] |  |  +- net.bytebuddy:byte-buddy:jar:1.10.14:compile
[INFO] |  |  +- antlr:antlr:jar:2.7.7:compile
[INFO] |  |  +- org.jboss:jandex:jar:2.1.3.Final: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] |  |     \- com.sun.activation:jakarta.activation:jar:1.2.2:runtime
[INFO] |  +- org.springframework.data:spring-data-jpa:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.data:spring-data-commons:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework:spring-orm:jar:5.2.9.RELEASE:compile
[INFO] |  |  +- org.springframework:spring-context:jar:5.2.9.RELEASE:compile
[INFO] |  |  +- org.springframework:spring-tx:jar:5.2.9.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-beans:jar:5.2.9.RELEASE:compile
[INFO] |  \- org.springframework:spring-aspects:jar:5.2.9.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.boot:spring-boot:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-starter-logging:jar:2.2.10.RELEASE: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.apache.logging.log4j:log4j-to-slf4j:jar:2.12.1:compile
[INFO] |  |  |  |  \- org.apache.logging.log4j:log4j-api:jar:2.12.1: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.yaml:snakeyaml:jar:1.25:runtime
[INFO] |  +- org.springframework.boot:spring-boot-starter-json:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.10.5:compile
[INFO] |  |  |  \- com.fasterxml.jackson.core:jackson-core:jar:2.10.5:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.10.5:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.10.5:compile
[INFO] |  |  \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.10.5:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.38:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.38:compile
[INFO] |  |  \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.38:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-validation:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- jakarta.validation:jakarta.validation-api:jar:2.0.2:compile
[INFO] |  |  \- org.hibernate.validator:hibernate-validator:jar:6.0.20.Final:compile
[INFO] |  +- org.springframework:spring-web:jar:5.2.9.RELEASE:compile
[INFO] |  \- org.springframework:spring-webmvc:jar:5.2.9.RELEASE:compile
[INFO] |     \- org.springframework:spring-expression:jar:5.2.9.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.2.10.RELEASE:test
[INFO] |  +- org.springframework.boot:spring-boot-test:jar:2.2.10.RELEASE:test
[INFO] |  +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.2.10.RELEASE:test
[INFO] |  +- com.jayway.jsonpath:json-path:jar:2.4.0:test
[INFO] |  |  \- net.minidev:json-smart:jar:2.3:test
[INFO] |  |     \- net.minidev:accessors-smart:jar:1.2:test
[INFO] |  |        \- org.ow2.asm:asm:jar:5.0.4:test
[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.junit.jupiter:junit-jupiter:jar:5.5.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-api:jar:5.5.2:test
[INFO] |  |  |  +- org.opentest4j:opentest4j:jar:1.2.0:test
[INFO] |  |  |  \- org.junit.platform:junit-platform-commons:jar:1.5.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-params:jar:5.5.2:test
[INFO] |  |  \- org.junit.jupiter:junit-jupiter-engine:jar:5.5.2:test
[INFO] |  +- org.junit.vintage:junit-vintage-engine:jar:5.5.2:test
[INFO] |  |  +- org.apiguardian:apiguardian-api:jar:1.1.0:test
[INFO] |  |  +- org.junit.platform:junit-platform-engine:jar:1.5.2:test
[INFO] |  |  \- junit:junit:jar:4.12:test
[INFO] |  +- org.mockito:mockito-junit-jupiter:jar:3.1.0:test
[INFO] |  +- org.assertj:assertj-core:jar:3.13.2:test
[INFO] |  +- org.hamcrest:hamcrest:jar:2.1:test
[INFO] |  +- org.mockito:mockito-core:jar:3.1.0:test
[INFO] |  |  +- net.bytebuddy:byte-buddy-agent:jar:1.10.14:test
[INFO] |  |  \- org.objenesis:objenesis:jar:2.6: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.2.9.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-jcl:jar:5.2.9.RELEASE:compile
[INFO] |  +- org.springframework:spring-test:jar:5.2.9.RELEASE:test
[INFO] |  \- org.xmlunit:xmlunit-core:jar:2.6.4:test
[INFO] +- org.springframework.boot:spring-boot-starter-security:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework:spring-aop:jar:5.2.9.RELEASE:compile
[INFO] |  +- org.springframework.security:spring-security-config:jar:5.2.6.RELEASE:compile
[INFO] |  |  \- org.springframework.security:spring-security-core:jar:5.2.6.RELEASE:compile
[INFO] |  \- org.springframework.security:spring-security-web:jar:5.2.6.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-cache:jar:2.2.10.RELEASE:compile
[INFO] |  \- org.springframework:spring-context-support:jar:5.2.9.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-data-redis:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework.data:spring-data-redis:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.data:spring-data-keyvalue:jar:2.2.10.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-oxm:jar:5.2.9.RELEASE:compile
[INFO] |  \- io.lettuce:lettuce-core:jar:5.2.2.RELEASE:compile
[INFO] |     +- io.netty:netty-common:jar:4.1.52.Final:compile
[INFO] |     +- io.netty:netty-handler:jar:4.1.52.Final:compile
[INFO] |     |  +- io.netty:netty-resolver:jar:4.1.52.Final:compile
[INFO] |     |  +- io.netty:netty-buffer:jar:4.1.52.Final:compile
[INFO] |     |  \- io.netty:netty-codec:jar:4.1.52.Final:compile
[INFO] |     +- io.netty:netty-transport:jar:4.1.52.Final:compile
[INFO] |     \- io.projectreactor:reactor-core:jar:3.3.10.RELEASE:compile
[INFO] |        \- org.reactivestreams:reactive-streams:jar:1.0.3:compile
[INFO] +- org.apache.commons:commons-pool2:jar:2.5.0:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.9:compile
[INFO] +- org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4.1:jar:1.16:compile
[INFO] +- io.springfox:springfox-swagger2:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-spi:jar:2.9.2:compile
[INFO] |  |  \- io.springfox:springfox-core:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-schema:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-swagger-common:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-spring-web:jar:2.9.2:compile
[INFO] |  +- com.google.guava:guava:jar:20.0:compile
[INFO] |  +- com.fasterxml:classmate:jar:1.5.1:compile
[INFO] |  +- org.slf4j:slf4j-api:jar:1.7.30:compile
[INFO] |  +- org.springframework.plugin:spring-plugin-core:jar:1.2.0.RELEASE:compile
[INFO] |  \- org.springframework.plugin:spring-plugin-metadata:jar:1.2.0.RELEASE:compile
[INFO] +- io.springfox:springfox-swagger-ui:jar:2.9.2:compile
[INFO] +- io.swagger:swagger-annotations:jar:1.5.21:compile
[INFO] +- io.swagger:swagger-models:jar:1.5.21:compile
[INFO] |  \- com.fasterxml.jackson.core:jackson-annotations:jar:2.10.5:compile
[INFO] +- mysql:mysql-connector-java:jar:8.0.21:runtime
[INFO] +- com.alibaba:druid-spring-boot-starter:jar:1.1.24:compile
[INFO] |  +- com.alibaba:druid:jar:1.1.24:compile
[INFO] |  \- org.springframework.boot:spring-boot-autoconfigure:jar:2.2.10.RELEASE:compile
[INFO] +- org.lionsoul:ip2region:jar:1.7.2:compile
[INFO] +- org.projectlombok:lombok:jar:1.18.12:compile (optional) 
[INFO] +- org.apache.poi:poi:jar:3.17:compile
[INFO] |  +- commons-codec:commons-codec:jar:1.13:compile
[INFO] |  \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] +- org.apache.poi:poi-ooxml:jar:3.17:compile
[INFO] |  +- org.apache.poi:poi-ooxml-schemas:jar:3.17:compile
[INFO] |  |  \- org.apache.xmlbeans:xmlbeans:jar:2.6.0:compile
[INFO] |  |     \- stax:stax-api:jar:1.0.1:compile
[INFO] |  \- com.github.virtuald:curvesapi:jar:1.04:compile
[INFO] +- xerces:xercesImpl:jar:2.12.0:compile
[INFO] |  \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] +- com.alibaba:fastjson:jar:1.2.70:compile
[INFO] +- org.mapstruct:mapstruct:jar:1.3.1.Final:compile
[INFO] +- org.mapstruct:mapstruct-processor:jar:1.3.1.Final:provided
[INFO] +- javax.inject:javax.inject:jar:1:compile
[INFO] +- com.github.whvcse:easy-captcha:jar:1.6.2:compile
[INFO] \- nl.basjes.parse.useragent:yauaa:jar:5.23:compile
[INFO]    +- org.apache.httpcomponents.client5:httpclient5:jar:5.0.3:compile
[INFO]    |  +- org.apache.httpcomponents.core5:httpcore5:jar:5.0.2:compile
[INFO]    |  \- org.apache.httpcomponents.core5:httpcore5-h2:jar:5.0.2:compile
[INFO]    +- org.apache.commons:commons-text:jar:1.9:compile
[INFO]    \- nl.basjes.collections:prefixmap:jar:2.0:compile
[INFO] 
[INFO] --------------------< me.zhengjie:eladmin-flowable >--------------------
[INFO] Building 工作流模块 2.6                                                 [6/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:tree (default-cli) @ eladmin-flowable ---
[INFO] me.zhengjie:eladmin-flowable:jar:2.6
[INFO] +- org.flowable:flowable-spring-boot-starter-rest:jar:6.6.0:compile
[INFO] |  +- org.flowable:flowable-spring-boot-starter:jar:6.6.0:compile
[INFO] |  |  +- org.flowable:flowable-spring-boot-autoconfigure:jar:6.6.0:compile
[INFO] |  |  |  \- org.flowable:flowable-spring-security:jar:6.6.0:compile
[INFO] |  |  +- org.flowable:flowable-spring-boot-starter-app:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-app-engine:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-app-engine-api:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-event-registry-configurator:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-variable-service:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-identitylink-service:jar:6.6.0:compile
[INFO] |  |  |  |  |  \- org.flowable:flowable-identitylink-service-api:jar:6.6.0:compile
[INFO] |  |  |  |  \- org.flowable:flowable-dmn-api:jar:6.6.0:compile
[INFO] |  |  |  \- org.flowable:flowable-app-engine-spring:jar:6.6.0:compile
[INFO] |  |  |     \- org.flowable:flowable-event-registry-spring-configurator:jar:6.6.0:compile
[INFO] |  |  |        \- org.flowable:flowable-event-registry-spring:jar:6.6.0:compile
[INFO] |  |  +- org.flowable:flowable-spring-boot-starter-process:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-engine:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-bpmn-converter:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-process-validation:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-image-generator:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-entitylink-service:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-eventsubscription-service:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-task-service:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-job-service:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-batch-service:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-http-common:jar:6.6.0:compile
[INFO] |  |  |  |  \- org.apache.commons:commons-email:jar:1.5:compile
[INFO] |  |  |  |     \- com.sun.mail:javax.mail:jar:1.5.6:compile
[INFO] |  |  |  |        \- javax.activation:activation:jar:1.1:compile
[INFO] |  |  |  \- org.flowable:flowable-spring:jar:6.6.0:compile
[INFO] |  |  |     \- org.flowable:flowable-job-spring-service:jar:6.6.0:compile
[INFO] |  |  +- org.flowable:flowable-spring-boot-starter-cmmn:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-cmmn-engine:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-cmmn-image-generator:jar:6.6.0:compile
[INFO] |  |  |  |  \- org.flowable:flowable-cmmn-converter:jar:6.6.0:compile
[INFO] |  |  |  \- org.flowable:flowable-cmmn-spring:jar:6.6.0:compile
[INFO] |  |  +- org.flowable:flowable-spring-boot-starter-dmn:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-dmn-engine:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-dmn-model:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-dmn-xml-converter:jar:6.6.0:compile
[INFO] |  |  |  |  \- org.flowable:flowable-dmn-image-generator:jar:6.6.0:compile
[INFO] |  |  |  \- org.flowable:flowable-dmn-spring:jar:6.6.0:compile
[INFO] |  |  +- org.flowable:flowable-spring-configurator:jar:6.6.0:compile
[INFO] |  |  |  \- org.flowable:flowable-engine-configurator:jar:6.6.0:compile
[INFO] |  |  +- org.flowable:flowable-cmmn-spring-configurator:jar:6.6.0:compile
[INFO] |  |  |  \- org.flowable:flowable-cmmn-engine-configurator:jar:6.6.0:compile
[INFO] |  |  +- org.flowable:flowable-dmn-spring-configurator:jar:6.6.0:compile
[INFO] |  |  |  \- org.flowable:flowable-dmn-engine-configurator:jar:6.6.0:compile
[INFO] |  |  +- org.flowable:flowable-form-spring-configurator:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-form-spring:jar:6.6.0:compile
[INFO] |  |  |  \- org.flowable:flowable-form-engine-configurator:jar:6.6.0:compile
[INFO] |  |  +- org.flowable:flowable-content-spring-configurator:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-content-spring:jar:6.6.0:compile
[INFO] |  |  |  \- org.flowable:flowable-content-engine-configurator:jar:6.6.0:compile
[INFO] |  |  \- org.flowable:flowable-idm-spring-configurator:jar:6.6.0:compile
[INFO] |  |     +- org.flowable:flowable-engine-common:jar:6.6.0:compile
[INFO] |  |     |  \- org.flowable:flowable-variable-service-api:jar:6.6.0:compile
[INFO] |  |     +- org.flowable:flowable-spring-common:jar:6.6.0:compile
[INFO] |  |     +- org.flowable:flowable-idm-spring:jar:6.6.0:compile
[INFO] |  |     \- org.flowable:flowable-idm-engine-configurator:jar:6.6.0:compile
[INFO] |  +- org.flowable:flowable-spring-boot-starter-process-rest:jar:6.6.0:compile
[INFO] |  |  +- org.flowable:flowable-rest:jar:6.6.0:compile
[INFO] |  |  +- org.flowable:flowable-idm-rest:jar:6.6.0:compile
[INFO] |  |  |  \- org.flowable:flowable-idm-engine:jar:6.6.0:compile
[INFO] |  |  \- org.flowable:flowable-external-job-rest:jar:6.6.0:compile
[INFO] |  |     \- org.flowable:flowable-cmmn-api:jar:6.6.0:compile
[INFO] |  |        +- org.flowable:flowable-cmmn-model:jar:6.6.0:compile
[INFO] |  |        +- org.flowable:flowable-entitylink-service-api:jar:6.6.0:compile
[INFO] |  |        +- org.flowable:flowable-task-service-api:jar:6.6.0:compile
[INFO] |  |        +- org.flowable:flowable-job-service-api:jar:6.6.0:compile
[INFO] |  |        \- org.flowable:flowable-batch-service-api:jar:6.6.0:compile
[INFO] |  +- org.flowable:flowable-spring-boot-starter-app-rest:jar:6.6.0:compile
[INFO] |  |  \- org.flowable:flowable-app-engine-rest:jar:6.6.0:compile
[INFO] |  +- org.flowable:flowable-spring-boot-starter-cmmn-rest:jar:6.6.0:compile
[INFO] |  |  \- org.flowable:flowable-cmmn-rest:jar:6.6.0:compile
[INFO] |  +- org.flowable:flowable-spring-boot-starter-dmn-rest:jar:6.6.0:compile
[INFO] |  |  \- org.flowable:flowable-dmn-rest:jar:6.6.0:compile
[INFO] |  +- org.flowable:flowable-event-registry-rest:jar:6.6.0:compile
[INFO] |  |  +- org.flowable:flowable-event-registry:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-event-registry-api:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-event-registry-model:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-event-registry-json-converter:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-eventsubscription-service-api:jar:6.6.0:compile
[INFO] |  |  |  |  \- org.flowable:flowable-bpmn-model:jar:6.6.0:compile
[INFO] |  |  |  +- org.mybatis:mybatis:jar:3.5.5:compile
[INFO] |  |  |  +- joda-time:joda-time:jar:2.10.6:compile
[INFO] |  |  |  +- com.fasterxml.uuid:java-uuid-generator:jar:3.3.0: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.flowable:flowable-idm-api:jar:6.6.0:compile
[INFO] |  |  |  \- org.flowable:flowable-engine-common-api:jar:6.6.0:compile
[INFO] |  |  +- org.flowable:flowable-common-rest:jar:6.6.0:compile
[INFO] |  |  |  \- com.fasterxml.jackson.core:jackson-core:jar:2.10.5:compile
[INFO] |  |  +- commons-io:commons-io:jar:2.8.0:compile
[INFO] |  |  +- javax.annotation:jsr250-api:jar:1.0:compile
[INFO] |  |  \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile
[INFO] |  +- org.flowable:flowable-form-rest:jar:6.6.0:compile
[INFO] |  |  +- org.flowable:flowable-form-engine:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-form-model:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-form-json-converter:jar:6.6.0:compile
[INFO] |  |  |  \- commons-logging:commons-logging:jar:1.2:compile
[INFO] |  |  \- org.flowable:flowable-form-api:jar:6.6.0:compile
[INFO] |  \- org.flowable:flowable-content-rest:jar:6.6.0:compile
[INFO] |     +- org.flowable:flowable-content-engine:jar:6.6.0:compile
[INFO] |     |  \- org.flowable:flowable-content-api:jar:6.6.0:compile
[INFO] |     \- org.slf4j:jcl-over-slf4j:jar:1.7.30:compile
[INFO] +- me.zhengjie:eladmin-common:jar:2.6:compile
[INFO] |  \- cn.hutool:hutool-all:jar:5.3.4:compile
[INFO] +- org.springframework.boot:spring-boot-starter-data-jpa:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-aop:jar:2.2.10.RELEASE:compile
[INFO] |  |  \- org.aspectj:aspectjweaver:jar:1.9.6:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-jdbc:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- com.zaxxer:HikariCP:jar:3.4.5:compile
[INFO] |  |  \- org.springframework:spring-jdbc:jar:5.2.9.RELEASE:compile
[INFO] |  +- jakarta.persistence:jakarta.persistence-api:jar:2.2.3:compile
[INFO] |  +- jakarta.transaction:jakarta.transaction-api:jar:1.3.3:compile
[INFO] |  +- org.hibernate:hibernate-core:jar:5.4.21.Final:compile
[INFO] |  |  +- org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile
[INFO] |  |  +- org.javassist:javassist:jar:3.24.0-GA:compile
[INFO] |  |  +- net.bytebuddy:byte-buddy:jar:1.10.14:compile
[INFO] |  |  +- antlr:antlr:jar:2.7.7:compile
[INFO] |  |  +- org.jboss:jandex:jar:2.1.3.Final: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] |  |     \- com.sun.activation:jakarta.activation:jar:1.2.2:runtime
[INFO] |  +- org.springframework.data:spring-data-jpa:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.data:spring-data-commons:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework:spring-orm:jar:5.2.9.RELEASE:compile
[INFO] |  |  +- org.springframework:spring-context:jar:5.2.9.RELEASE:compile
[INFO] |  |  +- org.springframework:spring-tx:jar:5.2.9.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-beans:jar:5.2.9.RELEASE:compile
[INFO] |  \- org.springframework:spring-aspects:jar:5.2.9.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.boot:spring-boot:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-starter-logging:jar:2.2.10.RELEASE: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.apache.logging.log4j:log4j-to-slf4j:jar:2.12.1:compile
[INFO] |  |  |  |  \- org.apache.logging.log4j:log4j-api:jar:2.12.1: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.yaml:snakeyaml:jar:1.25:runtime
[INFO] |  +- org.springframework.boot:spring-boot-starter-json:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.10.5:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.10.5:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.10.5:compile
[INFO] |  |  \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.10.5:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.38:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.38:compile
[INFO] |  |  \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.38:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-validation:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- jakarta.validation:jakarta.validation-api:jar:2.0.2:compile
[INFO] |  |  \- org.hibernate.validator:hibernate-validator:jar:6.0.20.Final:compile
[INFO] |  +- org.springframework:spring-web:jar:5.2.9.RELEASE:compile
[INFO] |  \- org.springframework:spring-webmvc:jar:5.2.9.RELEASE:compile
[INFO] |     \- org.springframework:spring-expression:jar:5.2.9.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.2.10.RELEASE:test
[INFO] |  +- org.springframework.boot:spring-boot-test:jar:2.2.10.RELEASE:test
[INFO] |  +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.2.10.RELEASE:test
[INFO] |  +- com.jayway.jsonpath:json-path:jar:2.4.0:test
[INFO] |  |  \- net.minidev:json-smart:jar:2.3:test
[INFO] |  |     \- net.minidev:accessors-smart:jar:1.2:test
[INFO] |  |        \- org.ow2.asm:asm:jar:5.0.4:test
[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.junit.jupiter:junit-jupiter:jar:5.5.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-api:jar:5.5.2:test
[INFO] |  |  |  +- org.opentest4j:opentest4j:jar:1.2.0:test
[INFO] |  |  |  \- org.junit.platform:junit-platform-commons:jar:1.5.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-params:jar:5.5.2:test
[INFO] |  |  \- org.junit.jupiter:junit-jupiter-engine:jar:5.5.2:test
[INFO] |  +- org.junit.vintage:junit-vintage-engine:jar:5.5.2:test
[INFO] |  |  +- org.apiguardian:apiguardian-api:jar:1.1.0:test
[INFO] |  |  +- org.junit.platform:junit-platform-engine:jar:1.5.2:test
[INFO] |  |  \- junit:junit:jar:4.12:test
[INFO] |  +- org.mockito:mockito-junit-jupiter:jar:3.1.0:test
[INFO] |  +- org.assertj:assertj-core:jar:3.13.2:test
[INFO] |  +- org.hamcrest:hamcrest:jar:2.1:test
[INFO] |  +- org.mockito:mockito-core:jar:3.1.0:test
[INFO] |  |  +- net.bytebuddy:byte-buddy-agent:jar:1.10.14:test
[INFO] |  |  \- org.objenesis:objenesis:jar:2.6: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.2.9.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-jcl:jar:5.2.9.RELEASE:compile
[INFO] |  +- org.springframework:spring-test:jar:5.2.9.RELEASE:test
[INFO] |  \- org.xmlunit:xmlunit-core:jar:2.6.4:test
[INFO] +- org.springframework.boot:spring-boot-starter-security:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework:spring-aop:jar:5.2.9.RELEASE:compile
[INFO] |  +- org.springframework.security:spring-security-config:jar:5.2.6.RELEASE:compile
[INFO] |  |  \- org.springframework.security:spring-security-core:jar:5.2.6.RELEASE:compile
[INFO] |  \- org.springframework.security:spring-security-web:jar:5.2.6.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-cache:jar:2.2.10.RELEASE:compile
[INFO] |  \- org.springframework:spring-context-support:jar:5.2.9.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-data-redis:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework.data:spring-data-redis:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.data:spring-data-keyvalue:jar:2.2.10.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-oxm:jar:5.2.9.RELEASE:compile
[INFO] |  \- io.lettuce:lettuce-core:jar:5.2.2.RELEASE:compile
[INFO] |     +- io.netty:netty-common:jar:4.1.52.Final:compile
[INFO] |     +- io.netty:netty-handler:jar:4.1.52.Final:compile
[INFO] |     |  +- io.netty:netty-resolver:jar:4.1.52.Final:compile
[INFO] |     |  +- io.netty:netty-buffer:jar:4.1.52.Final:compile
[INFO] |     |  \- io.netty:netty-codec:jar:4.1.52.Final:compile
[INFO] |     +- io.netty:netty-transport:jar:4.1.52.Final:compile
[INFO] |     \- io.projectreactor:reactor-core:jar:3.3.10.RELEASE:compile
[INFO] |        \- org.reactivestreams:reactive-streams:jar:1.0.3:compile
[INFO] +- org.apache.commons:commons-pool2:jar:2.5.0:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.9:compile
[INFO] +- org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4.1:jar:1.16:compile
[INFO] +- io.springfox:springfox-swagger2:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-spi:jar:2.9.2:compile
[INFO] |  |  \- io.springfox:springfox-core:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-schema:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-swagger-common:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-spring-web:jar:2.9.2:compile
[INFO] |  +- com.google.guava:guava:jar:20.0:compile
[INFO] |  +- com.fasterxml:classmate:jar:1.5.1:compile
[INFO] |  +- org.slf4j:slf4j-api:jar:1.7.30:compile
[INFO] |  +- org.springframework.plugin:spring-plugin-core:jar:1.2.0.RELEASE:compile
[INFO] |  \- org.springframework.plugin:spring-plugin-metadata:jar:1.2.0.RELEASE:compile
[INFO] +- io.springfox:springfox-swagger-ui:jar:2.9.2:compile
[INFO] +- io.swagger:swagger-annotations:jar:1.5.21:compile
[INFO] +- io.swagger:swagger-models:jar:1.5.21:compile
[INFO] |  \- com.fasterxml.jackson.core:jackson-annotations:jar:2.10.5:compile
[INFO] +- mysql:mysql-connector-java:jar:8.0.21:runtime
[INFO] +- com.alibaba:druid-spring-boot-starter:jar:1.1.24:compile
[INFO] |  +- com.alibaba:druid:jar:1.1.24:compile
[INFO] |  \- org.springframework.boot:spring-boot-autoconfigure:jar:2.2.10.RELEASE:compile
[INFO] +- org.lionsoul:ip2region:jar:1.7.2:compile
[INFO] +- org.projectlombok:lombok:jar:1.18.12:compile (optional) 
[INFO] +- org.apache.poi:poi:jar:3.17:compile
[INFO] |  +- commons-codec:commons-codec:jar:1.13:compile
[INFO] |  \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] +- org.apache.poi:poi-ooxml:jar:3.17:compile
[INFO] |  +- org.apache.poi:poi-ooxml-schemas:jar:3.17:compile
[INFO] |  |  \- org.apache.xmlbeans:xmlbeans:jar:2.6.0:compile
[INFO] |  |     \- stax:stax-api:jar:1.0.1:compile
[INFO] |  \- com.github.virtuald:curvesapi:jar:1.04:compile
[INFO] +- xerces:xercesImpl:jar:2.12.0:compile
[INFO] |  \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] +- com.alibaba:fastjson:jar:1.2.70:compile
[INFO] +- org.mapstruct:mapstruct:jar:1.3.1.Final:compile
[INFO] +- org.mapstruct:mapstruct-processor:jar:1.3.1.Final:provided
[INFO] +- javax.inject:javax.inject:jar:1:compile
[INFO] +- com.github.whvcse:easy-captcha:jar:1.6.2:compile
[INFO] \- nl.basjes.parse.useragent:yauaa:jar:5.23:compile
[INFO]    +- org.apache.httpcomponents.client5:httpclient5:jar:5.0.3:compile
[INFO]    |  +- org.apache.httpcomponents.core5:httpcore5:jar:5.0.2:compile
[INFO]    |  \- org.apache.httpcomponents.core5:httpcore5-h2:jar:5.0.2:compile
[INFO]    +- org.apache.commons:commons-text:jar:1.9:compile
[INFO]    \- nl.basjes.collections:prefixmap:jar:2.0:compile
[INFO] 
[INFO] ---------------------< me.zhengjie:eladmin-system >---------------------
[INFO] Building 核心模块 2.6                                                  [7/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:tree (default-cli) @ eladmin-system ---
[INFO] me.zhengjie:eladmin-system:jar:2.6
[INFO] +- me.zhengjie:eladmin-generator:jar:2.6:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-freemarker:jar:2.2.10.RELEASE:compile
[INFO] |  |  \- org.freemarker:freemarker:jar:2.3.30:compile
[INFO] |  \- commons-configuration:commons-configuration:jar:1.9:compile
[INFO] |     +- commons-lang:commons-lang:jar:2.6:compile
[INFO] |     \- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] +- me.zhengjie:eladmin-tools:jar:2.6:compile
[INFO] |  +- me.zhengjie:eladmin-logging:jar:2.6:compile
[INFO] |  +- javax.mail:mail:jar:1.4.7:compile
[INFO] |  |  \- javax.activation:activation:jar:1.1:compile
[INFO] |  +- com.qiniu:qiniu-java-sdk:jar:7.2.29:compile (version selected from constraint [7.2.0,7.2.99])
[INFO] |  |  +- com.squareup.okhttp3:okhttp:jar:3.14.9:runtime
[INFO] |  |  |  \- com.squareup.okio:okio:jar:1.17.2:runtime
[INFO] |  |  \- com.google.code.gson:gson:jar:2.8.6:runtime
[INFO] |  \- com.alipay.sdk:alipay-sdk-java:jar:4.9.153.ALL:compile
[INFO] |     \- org.bouncycastle:bcprov-jdk15on:jar:1.62:compile
[INFO] +- org.springframework.boot:spring-boot-starter-websocket:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework:spring-messaging:jar:5.2.9.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-beans:jar:5.2.9.RELEASE:compile
[INFO] |  \- org.springframework:spring-websocket:jar:5.2.9.RELEASE:compile
[INFO] |     \- org.springframework:spring-context:jar:5.2.9.RELEASE:compile
[INFO] +- me.zhengjie:eladmin-flowable:jar:2.6:compile
[INFO] |  +- org.flowable:flowable-spring-boot-starter-rest:jar:6.6.0:compile
[INFO] |  |  +- org.flowable:flowable-spring-boot-starter:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-spring-boot-autoconfigure:jar:6.6.0:compile
[INFO] |  |  |  |  \- org.flowable:flowable-spring-security:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-spring-boot-starter-app:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-app-engine:jar:6.6.0:compile
[INFO] |  |  |  |  |  +- org.flowable:flowable-app-engine-api:jar:6.6.0:compile
[INFO] |  |  |  |  |  +- org.flowable:flowable-event-registry-configurator:jar:6.6.0:compile
[INFO] |  |  |  |  |  +- org.flowable:flowable-variable-service:jar:6.6.0:compile
[INFO] |  |  |  |  |  +- org.flowable:flowable-identitylink-service:jar:6.6.0:compile
[INFO] |  |  |  |  |  |  \- org.flowable:flowable-identitylink-service-api:jar:6.6.0:compile
[INFO] |  |  |  |  |  \- org.flowable:flowable-dmn-api:jar:6.6.0:compile
[INFO] |  |  |  |  \- org.flowable:flowable-app-engine-spring:jar:6.6.0:compile
[INFO] |  |  |  |     \- org.flowable:flowable-event-registry-spring-configurator:jar:6.6.0:compile
[INFO] |  |  |  |        \- org.flowable:flowable-event-registry-spring:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-spring-boot-starter-process:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-engine:jar:6.6.0:compile
[INFO] |  |  |  |  |  +- org.flowable:flowable-bpmn-converter:jar:6.6.0:compile
[INFO] |  |  |  |  |  +- org.flowable:flowable-process-validation:jar:6.6.0:compile
[INFO] |  |  |  |  |  +- org.flowable:flowable-image-generator:jar:6.6.0:compile
[INFO] |  |  |  |  |  +- org.flowable:flowable-entitylink-service:jar:6.6.0:compile
[INFO] |  |  |  |  |  +- org.flowable:flowable-eventsubscription-service:jar:6.6.0:compile
[INFO] |  |  |  |  |  +- org.flowable:flowable-task-service:jar:6.6.0:compile
[INFO] |  |  |  |  |  +- org.flowable:flowable-job-service:jar:6.6.0:compile
[INFO] |  |  |  |  |  +- org.flowable:flowable-batch-service:jar:6.6.0:compile
[INFO] |  |  |  |  |  +- org.flowable:flowable-http-common:jar:6.6.0:compile
[INFO] |  |  |  |  |  \- org.apache.commons:commons-email:jar:1.5:compile
[INFO] |  |  |  |  |     \- com.sun.mail:javax.mail:jar:1.5.6:compile
[INFO] |  |  |  |  \- org.flowable:flowable-spring:jar:6.6.0:compile
[INFO] |  |  |  |     \- org.flowable:flowable-job-spring-service:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-spring-boot-starter-cmmn:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-cmmn-engine:jar:6.6.0:compile
[INFO] |  |  |  |  |  +- org.flowable:flowable-cmmn-image-generator:jar:6.6.0:compile
[INFO] |  |  |  |  |  \- org.flowable:flowable-cmmn-converter:jar:6.6.0:compile
[INFO] |  |  |  |  \- org.flowable:flowable-cmmn-spring:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-spring-boot-starter-dmn:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-dmn-engine:jar:6.6.0:compile
[INFO] |  |  |  |  |  +- org.flowable:flowable-dmn-model:jar:6.6.0:compile
[INFO] |  |  |  |  |  +- org.flowable:flowable-dmn-xml-converter:jar:6.6.0:compile
[INFO] |  |  |  |  |  \- org.flowable:flowable-dmn-image-generator:jar:6.6.0:compile
[INFO] |  |  |  |  \- org.flowable:flowable-dmn-spring:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-spring-configurator:jar:6.6.0:compile
[INFO] |  |  |  |  \- org.flowable:flowable-engine-configurator:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-cmmn-spring-configurator:jar:6.6.0:compile
[INFO] |  |  |  |  \- org.flowable:flowable-cmmn-engine-configurator:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-dmn-spring-configurator:jar:6.6.0:compile
[INFO] |  |  |  |  \- org.flowable:flowable-dmn-engine-configurator:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-form-spring-configurator:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-form-spring:jar:6.6.0:compile
[INFO] |  |  |  |  \- org.flowable:flowable-form-engine-configurator:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-content-spring-configurator:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-content-spring:jar:6.6.0:compile
[INFO] |  |  |  |  \- org.flowable:flowable-content-engine-configurator:jar:6.6.0:compile
[INFO] |  |  |  \- org.flowable:flowable-idm-spring-configurator:jar:6.6.0:compile
[INFO] |  |  |     +- org.flowable:flowable-engine-common:jar:6.6.0:compile
[INFO] |  |  |     |  \- org.flowable:flowable-variable-service-api:jar:6.6.0:compile
[INFO] |  |  |     +- org.flowable:flowable-spring-common:jar:6.6.0:compile
[INFO] |  |  |     +- org.flowable:flowable-idm-spring:jar:6.6.0:compile
[INFO] |  |  |     \- org.flowable:flowable-idm-engine-configurator:jar:6.6.0:compile
[INFO] |  |  +- org.flowable:flowable-spring-boot-starter-process-rest:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-rest:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-idm-rest:jar:6.6.0:compile
[INFO] |  |  |  |  \- org.flowable:flowable-idm-engine:jar:6.6.0:compile
[INFO] |  |  |  \- org.flowable:flowable-external-job-rest:jar:6.6.0:compile
[INFO] |  |  |     \- org.flowable:flowable-cmmn-api:jar:6.6.0:compile
[INFO] |  |  |        +- org.flowable:flowable-cmmn-model:jar:6.6.0:compile
[INFO] |  |  |        +- org.flowable:flowable-entitylink-service-api:jar:6.6.0:compile
[INFO] |  |  |        +- org.flowable:flowable-task-service-api:jar:6.6.0:compile
[INFO] |  |  |        +- org.flowable:flowable-job-service-api:jar:6.6.0:compile
[INFO] |  |  |        \- org.flowable:flowable-batch-service-api:jar:6.6.0:compile
[INFO] |  |  +- org.flowable:flowable-spring-boot-starter-app-rest:jar:6.6.0:compile
[INFO] |  |  |  \- org.flowable:flowable-app-engine-rest:jar:6.6.0:compile
[INFO] |  |  +- org.flowable:flowable-spring-boot-starter-cmmn-rest:jar:6.6.0:compile
[INFO] |  |  |  \- org.flowable:flowable-cmmn-rest:jar:6.6.0:compile
[INFO] |  |  +- org.flowable:flowable-spring-boot-starter-dmn-rest:jar:6.6.0:compile
[INFO] |  |  |  \- org.flowable:flowable-dmn-rest:jar:6.6.0:compile
[INFO] |  |  +- org.flowable:flowable-event-registry-rest:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-event-registry:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-event-registry-api:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-event-registry-model:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-event-registry-json-converter:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-eventsubscription-service-api:jar:6.6.0:compile
[INFO] |  |  |  |  |  \- org.flowable:flowable-bpmn-model:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.mybatis:mybatis:jar:3.5.5:compile
[INFO] |  |  |  |  +- joda-time:joda-time:jar:2.10.6:compile
[INFO] |  |  |  |  +- com.fasterxml.uuid:java-uuid-generator:jar:3.3.0: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.flowable:flowable-idm-api:jar:6.6.0:compile
[INFO] |  |  |  |  \- org.flowable:flowable-engine-common-api:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-common-rest:jar:6.6.0:compile
[INFO] |  |  |  +- commons-io:commons-io:jar:2.8.0:compile
[INFO] |  |  |  +- javax.annotation:jsr250-api:jar:1.0:compile
[INFO] |  |  |  \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile
[INFO] |  |  +- org.flowable:flowable-form-rest:jar:6.6.0:compile
[INFO] |  |  |  +- org.flowable:flowable-form-engine:jar:6.6.0:compile
[INFO] |  |  |  |  +- org.flowable:flowable-form-model:jar:6.6.0:compile
[INFO] |  |  |  |  \- org.flowable:flowable-form-json-converter:jar:6.6.0:compile
[INFO] |  |  |  \- org.flowable:flowable-form-api:jar:6.6.0:compile
[INFO] |  |  \- org.flowable:flowable-content-rest:jar:6.6.0:compile
[INFO] |  |     +- org.flowable:flowable-content-engine:jar:6.6.0:compile
[INFO] |  |     |  \- org.flowable:flowable-content-api:jar:6.6.0:compile
[INFO] |  |     \- org.slf4j:jcl-over-slf4j:jar:1.7.30:compile
[INFO] |  \- me.zhengjie:eladmin-common:jar:2.6:compile
[INFO] |     \- cn.hutool:hutool-all:jar:5.3.4:compile
[INFO] +- io.jsonwebtoken:jjwt-api:jar:0.11.1:compile
[INFO] +- io.jsonwebtoken:jjwt-impl:jar:0.11.1:compile
[INFO] +- io.jsonwebtoken:jjwt-jackson:jar:0.11.1:compile
[INFO] |  \- com.fasterxml.jackson.core:jackson-databind:jar:2.10.5:compile
[INFO] |     \- com.fasterxml.jackson.core:jackson-core:jar:2.10.5:compile
[INFO] +- org.quartz-scheduler:quartz:jar:2.3.2:compile
[INFO] |  +- com.mchange:mchange-commons-java:jar:0.2.15:compile
[INFO] |  \- org.slf4j:slf4j-api:jar:1.7.30:compile
[INFO] +- ch.ethz.ganymed:ganymed-ssh2:jar:build210:compile
[INFO] +- com.jcraft:jsch:jar:0.1.55:compile
[INFO] +- com.github.oshi:oshi-core:jar:5.7.1:compile
[INFO] |  +- net.java.dev.jna:jna:jar:5.8.0:compile
[INFO] |  \- net.java.dev.jna:jna-platform:jar:5.8.0:compile
[INFO] +- org.springframework.boot:spring-boot-starter-data-jpa:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-aop:jar:2.2.10.RELEASE:compile
[INFO] |  |  \- org.aspectj:aspectjweaver:jar:1.9.6:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-jdbc:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- com.zaxxer:HikariCP:jar:3.4.5:compile
[INFO] |  |  \- org.springframework:spring-jdbc:jar:5.2.9.RELEASE:compile
[INFO] |  +- jakarta.persistence:jakarta.persistence-api:jar:2.2.3:compile
[INFO] |  +- jakarta.transaction:jakarta.transaction-api:jar:1.3.3:compile
[INFO] |  +- org.hibernate:hibernate-core:jar:5.4.21.Final:compile
[INFO] |  |  +- org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile
[INFO] |  |  +- org.javassist:javassist:jar:3.24.0-GA:compile
[INFO] |  |  +- net.bytebuddy:byte-buddy:jar:1.10.14:compile
[INFO] |  |  +- antlr:antlr:jar:2.7.7:compile
[INFO] |  |  +- org.jboss:jandex:jar:2.1.3.Final: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] |  |     \- com.sun.activation:jakarta.activation:jar:1.2.2:runtime
[INFO] |  +- org.springframework.data:spring-data-jpa:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.data:spring-data-commons:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework:spring-orm:jar:5.2.9.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-tx:jar:5.2.9.RELEASE:compile
[INFO] |  \- org.springframework:spring-aspects:jar:5.2.9.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.boot:spring-boot:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-starter-logging:jar:2.2.10.RELEASE: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.apache.logging.log4j:log4j-to-slf4j:jar:2.12.1:compile
[INFO] |  |  |  |  \- org.apache.logging.log4j:log4j-api:jar:2.12.1: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.yaml:snakeyaml:jar:1.25:runtime
[INFO] |  +- org.springframework.boot:spring-boot-starter-json:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.10.5:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.10.5:compile
[INFO] |  |  \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.10.5:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.38:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.38:compile
[INFO] |  |  \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.38:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-validation:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- jakarta.validation:jakarta.validation-api:jar:2.0.2:compile
[INFO] |  |  \- org.hibernate.validator:hibernate-validator:jar:6.0.20.Final:compile
[INFO] |  +- org.springframework:spring-web:jar:5.2.9.RELEASE:compile
[INFO] |  \- org.springframework:spring-webmvc:jar:5.2.9.RELEASE:compile
[INFO] |     \- org.springframework:spring-expression:jar:5.2.9.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.2.10.RELEASE:test
[INFO] |  +- org.springframework.boot:spring-boot-test:jar:2.2.10.RELEASE:test
[INFO] |  +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.2.10.RELEASE:test
[INFO] |  +- com.jayway.jsonpath:json-path:jar:2.4.0:test
[INFO] |  |  \- net.minidev:json-smart:jar:2.3:test
[INFO] |  |     \- net.minidev:accessors-smart:jar:1.2:test
[INFO] |  |        \- org.ow2.asm:asm:jar:5.0.4:test
[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.junit.jupiter:junit-jupiter:jar:5.5.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-api:jar:5.5.2:test
[INFO] |  |  |  +- org.opentest4j:opentest4j:jar:1.2.0:test
[INFO] |  |  |  \- org.junit.platform:junit-platform-commons:jar:1.5.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-params:jar:5.5.2:test
[INFO] |  |  \- org.junit.jupiter:junit-jupiter-engine:jar:5.5.2:test
[INFO] |  +- org.junit.vintage:junit-vintage-engine:jar:5.5.2:test
[INFO] |  |  +- org.apiguardian:apiguardian-api:jar:1.1.0:test
[INFO] |  |  +- org.junit.platform:junit-platform-engine:jar:1.5.2:test
[INFO] |  |  \- junit:junit:jar:4.12:test
[INFO] |  +- org.mockito:mockito-junit-jupiter:jar:3.1.0:test
[INFO] |  +- org.assertj:assertj-core:jar:3.13.2:test
[INFO] |  +- org.hamcrest:hamcrest:jar:2.1:test
[INFO] |  +- org.mockito:mockito-core:jar:3.1.0:test
[INFO] |  |  +- net.bytebuddy:byte-buddy-agent:jar:1.10.14:test
[INFO] |  |  \- org.objenesis:objenesis:jar:2.6: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.2.9.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-jcl:jar:5.2.9.RELEASE:compile
[INFO] |  +- org.springframework:spring-test:jar:5.2.9.RELEASE:test
[INFO] |  \- org.xmlunit:xmlunit-core:jar:2.6.4:test
[INFO] +- org.springframework.boot:spring-boot-starter-security:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework:spring-aop:jar:5.2.9.RELEASE:compile
[INFO] |  +- org.springframework.security:spring-security-config:jar:5.2.6.RELEASE:compile
[INFO] |  |  \- org.springframework.security:spring-security-core:jar:5.2.6.RELEASE:compile
[INFO] |  \- org.springframework.security:spring-security-web:jar:5.2.6.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-cache:jar:2.2.10.RELEASE:compile
[INFO] |  \- org.springframework:spring-context-support:jar:5.2.9.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-data-redis:jar:2.2.10.RELEASE:compile
[INFO] |  +- org.springframework.data:spring-data-redis:jar:2.2.10.RELEASE:compile
[INFO] |  |  +- org.springframework.data:spring-data-keyvalue:jar:2.2.10.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-oxm:jar:5.2.9.RELEASE:compile
[INFO] |  \- io.lettuce:lettuce-core:jar:5.2.2.RELEASE:compile
[INFO] |     +- io.netty:netty-common:jar:4.1.52.Final:compile
[INFO] |     +- io.netty:netty-handler:jar:4.1.52.Final:compile
[INFO] |     |  +- io.netty:netty-resolver:jar:4.1.52.Final:compile
[INFO] |     |  +- io.netty:netty-buffer:jar:4.1.52.Final:compile
[INFO] |     |  \- io.netty:netty-codec:jar:4.1.52.Final:compile
[INFO] |     +- io.netty:netty-transport:jar:4.1.52.Final:compile
[INFO] |     \- io.projectreactor:reactor-core:jar:3.3.10.RELEASE:compile
[INFO] |        \- org.reactivestreams:reactive-streams:jar:1.0.3:compile
[INFO] +- org.apache.commons:commons-pool2:jar:2.5.0:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.9:compile
[INFO] +- org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4.1:jar:1.16:compile
[INFO] +- io.springfox:springfox-swagger2:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-spi:jar:2.9.2:compile
[INFO] |  |  \- io.springfox:springfox-core:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-schema:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-swagger-common:jar:2.9.2:compile
[INFO] |  +- io.springfox:springfox-spring-web:jar:2.9.2:compile
[INFO] |  +- com.google.guava:guava:jar:20.0:compile
[INFO] |  +- com.fasterxml:classmate:jar:1.5.1:compile
[INFO] |  +- org.springframework.plugin:spring-plugin-core:jar:1.2.0.RELEASE:compile
[INFO] |  \- org.springframework.plugin:spring-plugin-metadata:jar:1.2.0.RELEASE:compile
[INFO] +- io.springfox:springfox-swagger-ui:jar:2.9.2:compile
[INFO] +- io.swagger:swagger-annotations:jar:1.5.21:compile
[INFO] +- io.swagger:swagger-models:jar:1.5.21:compile
[INFO] |  \- com.fasterxml.jackson.core:jackson-annotations:jar:2.10.5:compile
[INFO] +- mysql:mysql-connector-java:jar:8.0.21:runtime
[INFO] +- com.alibaba:druid-spring-boot-starter:jar:1.1.24:compile
[INFO] |  +- com.alibaba:druid:jar:1.1.24:compile
[INFO] |  \- org.springframework.boot:spring-boot-autoconfigure:jar:2.2.10.RELEASE:compile
[INFO] +- org.lionsoul:ip2region:jar:1.7.2:compile
[INFO] +- org.projectlombok:lombok:jar:1.18.12:compile (optional) 
[INFO] +- org.apache.poi:poi:jar:3.17:compile
[INFO] |  +- commons-codec:commons-codec:jar:1.13:compile
[INFO] |  \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] +- org.apache.poi:poi-ooxml:jar:3.17:compile
[INFO] |  +- org.apache.poi:poi-ooxml-schemas:jar:3.17:compile
[INFO] |  |  \- org.apache.xmlbeans:xmlbeans:jar:2.6.0:compile
[INFO] |  |     \- stax:stax-api:jar:1.0.1:compile
[INFO] |  \- com.github.virtuald:curvesapi:jar:1.04:compile
[INFO] +- xerces:xercesImpl:jar:2.12.0:compile
[INFO] |  \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] +- com.alibaba:fastjson:jar:1.2.70:compile
[INFO] +- org.mapstruct:mapstruct:jar:1.3.1.Final:compile
[INFO] +- org.mapstruct:mapstruct-processor:jar:1.3.1.Final:provided
[INFO] +- javax.inject:javax.inject:jar:1:compile
[INFO] +- com.github.whvcse:easy-captcha:jar:1.6.2:compile
[INFO] \- nl.basjes.parse.useragent:yauaa:jar:5.23:compile
[INFO]    +- org.apache.httpcomponents.client5:httpclient5:jar:5.0.3:compile
[INFO]    |  +- org.apache.httpcomponents.core5:httpcore5:jar:5.0.2:compile
[INFO]    |  \- org.apache.httpcomponents.core5:httpcore5-h2:jar:5.0.2:compile
[INFO]    +- org.apache.commons:commons-text:jar:1.9:compile
[INFO]    \- nl.basjes.collections:prefixmap:jar:2.0:compile
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for EL-ADMIN 后台管理 2.6:
[INFO] 
[INFO] EL-ADMIN 后台管理 ...................................... SUCCESS [  2.628 s]
[INFO] 公共模块 ............................................... SUCCESS [  0.113 s]
[INFO] 日志模块 ............................................... SUCCESS [  0.071 s]
[INFO] 代码生成模块 ............................................. SUCCESS [  0.084 s]
[INFO] 工具模块 ............................................... SUCCESS [  0.197 s]
[INFO] 工作流模块 .............................................. SUCCESS [  0.561 s]
[INFO] 核心模块 ............................................... SUCCESS [  0.154 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.707 s
[INFO] Finished at: 2021-08-14T20:16:09+08:00
[INFO] ------------------------------------------------------------------------
