liming1010 commented on issue #540: URL: https://github.com/apache/incubator-hugegraph-toolchain/issues/540#issuecomment-1835369628
``` [INFO] -------------------------< org.example:Url >-------------------------- [INFO] Building Url 1.0-SNAPSHOT [1/5] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ Url --- [INFO] org.example:Url:pom:1.0-SNAPSHOT [INFO] +- org.slf4j:slf4j-api:jar:2.0.5:compile [INFO] +- ch.qos.logback:logback-classic:jar:1.4.7:compile [INFO] \- ch.qos.logback:logback-core:jar:1.4.7:compile [INFO] [INFO] -------------------------< org.example:model >-------------------------- [INFO] Building model 1.0-SNAPSHOT [2/5] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ model --- [INFO] org.example:model:jar:1.0-SNAPSHOT [INFO] +- org.slf4j:slf4j-api:jar:2.0.5:compile [INFO] +- ch.qos.logback:logback-classic:jar:1.4.7:compile [INFO] \- ch.qos.logback:logback-core:jar:1.4.7:compile [INFO] [INFO] ---------------------------< org.example:db >--------------------------- [INFO] Building db 1.0-SNAPSHOT [3/5] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ db --- [INFO] org.example:db:jar:1.0-SNAPSHOT [INFO] +- org.postgresql:postgresql:jar:42.6.0:compile [INFO] | \- org.checkerframework:checker-qual:jar:3.31.0:runtime [INFO] +- com.zaxxer:HikariCP:jar:5.0.1:compile [INFO] +- com.querydsl:querydsl-sql:jar:5.0.0:compile [INFO] | \- com.querydsl:querydsl-core:jar:5.0.0:compile [INFO] | \- com.mysema.commons:mysema-commons-lang:jar:0.2.4:compile [INFO] +- com.querydsl:querydsl-sql-codegen:jar:5.0.0:provided [INFO] | \- com.querydsl:querydsl-codegen:jar:5.0.0:provided [INFO] | +- com.querydsl:codegen-utils:jar:5.0.0:provided [INFO] | | \- org.eclipse.jdt:ecj:jar:3.26.0:provided [INFO] | +- javax.inject:javax.inject:jar:1:provided [INFO] | \- io.github.classgraph:classgraph:jar:4.8.108:provided [INFO] +- jakarta.persistence:jakarta.persistence-api:jar:3.1.0:compile [INFO] +- org.example:model:jar:1.0-SNAPSHOT:compile [INFO] +- org.slf4j:slf4j-api:jar:2.0.5:compile [INFO] +- ch.qos.logback:logback-classic:jar:1.4.7:compile [INFO] \- ch.qos.logback:logback-core:jar:1.4.7:compile [INFO] [INFO] --------------------------< org.example:Huge >-------------------------- [INFO] Building Huge 1.0-SNAPSHOT [4/5] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ Huge --- [INFO] org.example:Huge:jar:1.0-SNAPSHOT [INFO] +- org.apache.hugegraph:hugegraph-client:jar:1.0.0:compile [INFO] | +- org.apache.hugegraph:hugegraph-common:jar:1.0.0:compile [INFO] | | +- junit:junit:jar:4.13.1:compile [INFO] | | | \- org.hamcrest:hamcrest-core:jar:1.3:compile [INFO] | | +- org.apache.logging.log4j:log4j-api:jar:2.18.0:compile [INFO] | | +- org.apache.logging.log4j:log4j-core:jar:2.18.0:compile [INFO] | | +- org.apache.logging.log4j:log4j-slf4j-impl:jar:2.18.0:compile [INFO] | | +- org.glassfish:javax.json:jar:1.0:compile [INFO] | | +- commons-configuration:commons-configuration:jar:1.10:compile [INFO] | | | +- commons-lang:commons-lang:jar:2.6:compile [INFO] | | | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | | +- org.apache.commons:commons-configuration2:jar:2.8.0:compile [INFO] | | | +- org.apache.commons:commons-lang3:jar:3.12.0:compile [INFO] | | | \- org.apache.commons:commons-text:jar:1.9:compile [INFO] | | +- commons-beanutils:commons-beanutils:jar:1.9.4:compile [INFO] | | +- commons-io:commons-io:jar:2.7:compile [INFO] | | +- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | | +- commons-codec:commons-codec:jar:1.13:compile [INFO] | | +- com.google.guava:guava:jar:30.0-jre:compile [INFO] | | | +- com.google.guava:failureaccess:jar:1.0.1:compile [INFO] | | | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile [INFO] | | | +- org.checkerframework:checker-qual:jar:3.5.0:compile [INFO] | | | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile [INFO] | | | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile [INFO] | | +- com.google.code.findbugs:jsr305:jar:3.0.1:compile [INFO] | | +- joda-time:joda-time:jar:2.10.8:compile [INFO] | | +- org.javassist:javassist:jar:3.28.0-GA:compile [INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.14.0-rc1:compile [INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.14.0-rc1:compile [INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.14.0-rc1:compile [INFO] | | +- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.14.0-rc1:compile [INFO] | | | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:compile [INFO] | | +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.14.0-rc1:compile [INFO] | | +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.14.0-rc1:compile [INFO] | | +- org.glassfish.jersey.core:jersey-client:jar:3.0.3:compile [INFO] | | | \- jakarta.inject:jakarta.inject-api:jar:2.0.0:compile [INFO] | | +- org.glassfish.jersey.media:jersey-media-json-jackson:jar:3.0.3:compile [INFO] | | | +- org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.0.3: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.glassfish.jersey.connectors:jersey-apache-connector:jar:3.0.3:compile [INFO] | | | \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile [INFO] | | | \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile [INFO] | | +- org.glassfish.jersey.inject:jersey-hk2:jar:3.0.3:compile [INFO] | | | \- org.glassfish.hk2:hk2-locator:jar:3.0.1:compile [INFO] | | | +- org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.1:compile [INFO] | | | +- org.glassfish.hk2:hk2-api:jar:3.0.1:compile [INFO] | | | \- org.glassfish.hk2:hk2-utils:jar:3.0.1:compile [INFO] | | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.0-RC2:compile [INFO] | | \- com.sun.xml.bind:jaxb-impl:jar:3.0.2:runtime [INFO] | | \- com.sun.xml.bind:jaxb-core:jar:3.0.2:runtime [INFO] | | \- com.sun.activation:jakarta.activation:jar:2.0.1:runtime [INFO] | +- org.lz4:lz4-java:jar:1.4.0:compile [INFO] | \- org.glassfish.jersey.containers:jersey-container-servlet:jar:3.0.3:compile [INFO] | +- org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.0.3:compile [INFO] | +- org.glassfish.jersey.core:jersey-common:jar:3.0.3:compile [INFO] | | +- jakarta.annotation:jakarta.annotation-api:jar:2.0.0:compile [INFO] | | \- org.glassfish.hk2:osgi-resource-locator:jar:1.0.3:compile [INFO] | +- org.glassfish.jersey.core:jersey-server:jar:3.0.3:compile [INFO] | | \- jakarta.validation:jakarta.validation-api:jar:3.0.0:compile [INFO] | \- jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0:compile [INFO] +- org.example:model:jar:1.0-SNAPSHOT:compile [INFO] +- org.slf4j:slf4j-api:jar:2.0.5:compile [INFO] +- ch.qos.logback:logback-classic:jar:1.4.7:compile [INFO] \- ch.qos.logback:logback-core:jar:1.4.7:compile [INFO] [INFO] ------------------------< org.example:service >------------------------- [INFO] Building service 1.0-SNAPSHOT [5/5] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ service --- [INFO] org.example:service:jar:1.0-SNAPSHOT [INFO] +- org.seleniumhq.selenium:selenium-java:jar:4.8.1:compile [INFO] | +- org.seleniumhq.selenium:selenium-api:jar:4.8.1:compile [INFO] | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:4.8.1:compile [INFO] | | +- com.google.auto.service:auto-service-annotations:jar:1.0.1:compile [INFO] | | +- com.google.auto.service:auto-service:jar:1.0.1:compile [INFO] | | | \- com.google.auto:auto-common:jar:1.2:compile [INFO] | | +- com.google.guava:guava:jar:31.1-jre:compile [INFO] | | | +- com.google.guava:failureaccess:jar:1.0.1:compile [INFO] | | | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile [INFO] | | | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile [INFO] | | | +- com.google.errorprone:error_prone_annotations:jar:2.11.0:compile [INFO] | | | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile [INFO] | | +- org.seleniumhq.selenium:selenium-chromium-driver:jar:4.8.1:compile [INFO] | | \- org.seleniumhq.selenium:selenium-json:jar:4.8.1:compile [INFO] | +- org.seleniumhq.selenium:selenium-devtools-v108:jar:4.8.1:compile [INFO] | +- org.seleniumhq.selenium:selenium-devtools-v109:jar:4.8.1:compile [INFO] | +- org.seleniumhq.selenium:selenium-devtools-v110:jar:4.8.1:compile [INFO] | +- org.seleniumhq.selenium:selenium-devtools-v85:jar:4.8.1:compile [INFO] | +- org.seleniumhq.selenium:selenium-edge-driver:jar:4.8.1:compile [INFO] | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:4.8.1:compile [INFO] | | \- org.seleniumhq.selenium:selenium-http:jar:4.8.1:compile [INFO] | | \- dev.failsafe:failsafe:jar:3.3.0:compile [INFO] | +- org.seleniumhq.selenium:selenium-ie-driver:jar:4.8.1:compile [INFO] | +- org.seleniumhq.selenium:selenium-remote-driver:jar:4.8.1:compile [INFO] | | +- com.beust:jcommander:jar:1.82:compile [INFO] | | +- io.netty:netty-buffer:jar:4.1.87.Final:compile [INFO] | | +- io.netty:netty-codec-http:jar:4.1.87.Final:compile [INFO] | | | +- io.netty:netty-codec:jar:4.1.87.Final:compile [INFO] | | | \- io.netty:netty-handler:jar:4.1.87.Final:compile [INFO] | | +- io.netty:netty-common:jar:4.1.87.Final:compile [INFO] | | +- io.netty:netty-transport-classes-epoll:jar:4.1.87.Final:compile [INFO] | | +- io.netty:netty-transport-classes-kqueue:jar:4.1.87.Final:compile [INFO] | | +- io.netty:netty-transport-native-epoll:jar:4.1.87.Final:linux-x86_64 [INFO] | | +- io.netty:netty-transport-native-kqueue:jar:4.1.87.Final:osx-x86_64 [INFO] | | +- io.netty:netty-transport-native-unix-common:jar:4.1.87.Final:compile [INFO] | | +- io.netty:netty-transport:jar:4.1.87.Final:compile [INFO] | | | \- io.netty:netty-resolver:jar:4.1.87.Final:compile [INFO] | | +- io.opentelemetry:opentelemetry-api:jar:1.22.0:compile [INFO] | | +- io.opentelemetry:opentelemetry-context:jar:1.22.0:compile [INFO] | | +- io.opentelemetry:opentelemetry-exporter-logging:jar:1.22.0:compile [INFO] | | | +- io.opentelemetry:opentelemetry-sdk-metrics:jar:1.22.0:compile [INFO] | | | \- io.opentelemetry:opentelemetry-sdk-logs:jar:1.22.0-alpha:compile [INFO] | | | \- io.opentelemetry:opentelemetry-api-logs:jar:1.22.0-alpha:compile [INFO] | | +- io.opentelemetry:opentelemetry-sdk-common:jar:1.22.0:compile [INFO] | | +- io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi:jar:1.22.0:compile [INFO] | | +- io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:jar:1.22.0-alpha:compile [INFO] | | +- io.opentelemetry:opentelemetry-sdk-trace:jar:1.22.0:compile [INFO] | | +- io.opentelemetry:opentelemetry-sdk:jar:1.22.0:compile [INFO] | | +- io.opentelemetry:opentelemetry-semconv:jar:1.22.0-alpha:compile [INFO] | | +- io.ous:jtoml:jar:2.0.0:compile [INFO] | | +- net.bytebuddy:byte-buddy:jar:1.12.22:compile [INFO] | | +- org.apache.commons:commons-exec:jar:1.3:compile [INFO] | | +- org.asynchttpclient:async-http-client:jar:2.12.3:compile [INFO] | | | +- org.asynchttpclient:async-http-client-netty-utils:jar:2.12.3:compile [INFO] | | | +- io.netty:netty-codec-socks:jar:4.1.60.Final:compile [INFO] | | | +- io.netty:netty-handler-proxy:jar:4.1.60.Final:compile [INFO] | | | +- io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.60.Final:compile [INFO] | | | +- io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.60.Final:compile [INFO] | | | +- org.reactivestreams:reactive-streams:jar:1.0.3:compile [INFO] | | | +- com.typesafe.netty:netty-reactive-streams:jar:2.0.4:compile [INFO] | | | \- com.sun.activation:jakarta.activation:jar:1.2.2:compile [INFO] | | \- org.seleniumhq.selenium:selenium-manager:jar:4.8.1:compile [INFO] | +- org.seleniumhq.selenium:selenium-safari-driver:jar:4.8.1:compile [INFO] | \- org.seleniumhq.selenium:selenium-support:jar:4.8.1:compile [INFO] +- org.jsoup:jsoup:jar:1.15.3:compile [INFO] +- commons-io:commons-io:jar:2.11.0:compile [INFO] +- org.example:db:jar:1.0-SNAPSHOT:compile [INFO] | +- org.postgresql:postgresql:jar:42.6.0:compile [INFO] | | \- org.checkerframework:checker-qual:jar:3.31.0:compile [INFO] | +- com.zaxxer:HikariCP:jar:5.0.1:compile [INFO] | +- com.querydsl:querydsl-sql:jar:5.0.0:compile [INFO] | | \- com.querydsl:querydsl-core:jar:5.0.0:compile [INFO] | | \- com.mysema.commons:mysema-commons-lang:jar:0.2.4:compile [INFO] | \- jakarta.persistence:jakarta.persistence-api:jar:3.1.0:compile [INFO] +- org.example:Huge:jar:1.0-SNAPSHOT:compile [INFO] | \- org.apache.hugegraph:hugegraph-client:jar:1.0.0:compile [INFO] | +- org.apache.hugegraph:hugegraph-common:jar:1.0.0:compile [INFO] | | +- junit:junit:jar:4.13.1:compile [INFO] | | | \- org.hamcrest:hamcrest-core:jar:1.3:compile [INFO] | | +- org.apache.logging.log4j:log4j-api:jar:2.18.0:compile [INFO] | | +- org.apache.logging.log4j:log4j-core:jar:2.18.0:compile [INFO] | | +- org.apache.logging.log4j:log4j-slf4j-impl:jar:2.18.0:compile [INFO] | | +- org.glassfish:javax.json:jar:1.0:compile [INFO] | | +- commons-configuration:commons-configuration:jar:1.10:compile [INFO] | | | +- commons-lang:commons-lang:jar:2.6:compile [INFO] | | | \- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | | +- org.apache.commons:commons-configuration2:jar:2.8.0:compile [INFO] | | | +- org.apache.commons:commons-lang3:jar:3.12.0:compile [INFO] | | | \- org.apache.commons:commons-text:jar:1.9:compile [INFO] | | +- commons-beanutils:commons-beanutils:jar:1.9.4:compile [INFO] | | +- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | | +- commons-codec:commons-codec:jar:1.13:compile [INFO] | | +- joda-time:joda-time:jar:2.10.8:compile [INFO] | | +- org.javassist:javassist:jar:3.28.0-GA:compile [INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.14.0-rc1:compile [INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.14.0-rc1:compile [INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.14.0-rc1:compile [INFO] | | +- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.14.0-rc1:compile [INFO] | | | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:compile [INFO] | | +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.14.0-rc1:compile [INFO] | | +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.14.0-rc1:compile [INFO] | | +- org.glassfish.jersey.core:jersey-client:jar:3.0.3:compile [INFO] | | | \- jakarta.inject:jakarta.inject-api:jar:2.0.0:compile [INFO] | | +- org.glassfish.jersey.media:jersey-media-json-jackson:jar:3.0.3:compile [INFO] | | | +- org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.0.3: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.glassfish.jersey.connectors:jersey-apache-connector:jar:3.0.3:compile [INFO] | | | \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile [INFO] | | | \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile [INFO] | | +- org.glassfish.jersey.inject:jersey-hk2:jar:3.0.3:compile [INFO] | | | \- org.glassfish.hk2:hk2-locator:jar:3.0.1:compile [INFO] | | | +- org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.1:compile [INFO] | | | +- org.glassfish.hk2:hk2-api:jar:3.0.1:compile [INFO] | | | \- org.glassfish.hk2:hk2-utils:jar:3.0.1:compile [INFO] | | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.0-RC2:compile [INFO] | | \- com.sun.xml.bind:jaxb-impl:jar:3.0.2:runtime [INFO] | | \- com.sun.xml.bind:jaxb-core:jar:3.0.2:runtime [INFO] | +- org.lz4:lz4-java:jar:1.4.0:compile [INFO] | \- org.glassfish.jersey.containers:jersey-container-servlet:jar:3.0.3:compile [INFO] | +- org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.0.3:compile [INFO] | +- org.glassfish.jersey.core:jersey-common:jar:3.0.3:compile [INFO] | | +- jakarta.annotation:jakarta.annotation-api:jar:2.0.0:compile [INFO] | | \- org.glassfish.hk2:osgi-resource-locator:jar:1.0.3:compile [INFO] | +- org.glassfish.jersey.core:jersey-server:jar:3.0.3:compile [INFO] | | \- jakarta.validation:jakarta.validation-api:jar:3.0.0:compile [INFO] | \- jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0:compile [INFO] +- org.example:model:jar:1.0-SNAPSHOT:compile [INFO] +- org.slf4j:slf4j-api:jar:2.0.5:compile [INFO] +- ch.qos.logback:logback-classic:jar:1.4.7:compile [INFO] \- ch.qos.logback:logback-core:jar:1.4.7:compile [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for url 1.0-SNAPSHOT: [INFO] [INFO] Url .............................................. SUCCESS [ 0.615 s] [INFO] model .............................................. SUCCESS [ 0.023 s] [INFO] db ................................................. SUCCESS [ 0.065 s] [INFO] Huge ............................................... SUCCESS [ 0.285 s] [INFO] service ............................................ SUCCESS [ 0.203 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.403 s [INFO] Finished at: 2023-12-01T10:44:29+08:00 ``` 这是我的依赖关系,查询了jersey-media-json-jackson, 没有重复 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
