cstamas commented on issue #12648: URL: https://github.com/apache/maven/issues/12648#issuecomment-5144004586
And with transitive depMgt: ``` [cstamas@angeleyes ~]$ mvn toolbox:gav-tree-dd -Dgav=io.confluent:kafka-schema-registry-client:7.5.12 -Dscope=compile -DextraRepositories=confluent::https://packages.confluent.io/maven -Dmaven.resolver.dependencyManagerTransitivity [INFO] Loaded 23369 auto-discovered prefixes for remote repository central (prefixes-central.txt) [INFO] Loaded 23369 auto-discovered prefixes for remote repository central (prefixes-central.txt) [INFO] Mimir 0.12.0 session created with DaemonNode (basedir=/home/cstamas/.mimir; daemonPID=119383; daemonVersion=0.12.0) [INFO] Scanning for projects... [INFO] Loaded 74 auto-discovered prefixes for remote repository apache.snapshots (prefixes-apache.snapshots.txt) [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- toolbox:0.15.15:gav-tree-dd (default-cli) @ standalone-pom --- [INFO] org.example:some-project:jar:1.0.0 (origin: central,confluent) [INFO] ╰─io.confluent:kafka-schema-registry-client:jar:7.5.12 [compile] (origin: central,confluent) [INFO] ├─org.yaml:snakeyaml:jar:2.0 [compile] (origin: central,confluent,jitpack.io) [INFO] ├─org.apache.kafka:kafka-clients:jar:7.5.12-ccs [compile] (managed exclusions applied: [org.slf4j:slf4j-log4j12:*:*]) (exclusions applied: [org.slf4j:slf4j-log4j12:*:*]) (origin: central,confluent,jitpack.io) [INFO] │ ├─com.github.luben:zstd-jni:jar:1.5.5-1 [runtime] (origin: central,confluent,jitpack.io) [INFO] │ ├─org.lz4:lz4-java:jar:1.8.0 [runtime] (origin: central,confluent,jitpack.io) [INFO] │ ├─org.xerial.snappy:snappy-java:jar:1.1.10.5 [runtime] (origin: central,confluent,jitpack.io) [INFO] │ ╰─org.slf4j:slf4j-api:jar:1.7.36 [compile] (origin: central,confluent,jitpack.io) [INFO] ├─org.apache.avro:avro:jar:1.11.4 [compile] (origin: central,confluent,jitpack.io) [INFO] │ ╰─com.fasterxml.jackson.core:jackson-core:jar:2.16.0 [compile] (managed version from 2.14.3) (origin: central,confluent,jitpack.io,apache.snapshots) [INFO] ├─org.apache.commons:commons-compress:jar:1.26.1 [compile] (origin: central,confluent,jitpack.io) [INFO] │ ├─commons-codec:commons-codec:jar:1.16.1 [compile] (origin: central,confluent,jitpack.io,apache.snapshots) [INFO] │ ├─commons-io:commons-io:jar:2.16.0 [compile] (managed version from 2.15.1) (origin: central,confluent,jitpack.io,apache.snapshots) [INFO] │ ╰─org.apache.commons:commons-lang3:jar:3.18.0 [compile] (managed version from 3.14.0) (origin: central,confluent,jitpack.io,apache.snapshots) [INFO] ├─com.fasterxml.jackson.core:jackson-databind:jar:2.16.0 [compile] (origin: central,confluent,jitpack.io) [INFO] │ ╰─com.fasterxml.jackson.core:jackson-annotations:jar:2.16.0 [compile] (origin: central,confluent,jitpack.io,sonatype-nexus-snapshots) [INFO] ├─io.swagger.core.v3:swagger-annotations:jar:2.1.10 [compile] (origin: central,confluent,jitpack.io) [INFO] ├─com.google.guava:guava:jar:32.0.1-jre [compile] (origin: central,confluent,jitpack.io) [INFO] │ ├─com.google.guava:failureaccess:jar:1.0.1 [compile] (origin: central,confluent,jitpack.io) [INFO] │ ├─com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava [compile] (origin: central,confluent,jitpack.io) [INFO] │ ├─com.google.code.findbugs:jsr305:jar:3.0.2 [compile] (origin: central,confluent,jitpack.io) [INFO] │ ├─org.checkerframework:checker-qual:jar:3.33.0 [compile] (origin: central,confluent,jitpack.io) [INFO] │ ├─com.google.errorprone:error_prone_annotations:jar:2.18.0 [compile] (origin: central,confluent,jitpack.io) [INFO] │ ╰─com.google.j2objc:j2objc-annotations:jar:2.8 [compile] (origin: central,confluent,jitpack.io) [INFO] ╰─io.confluent:common-utils:jar:7.5.12 [compile] (origin: central,confluent,jitpack.io) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.685 s [INFO] Finished at: 2026-07-31T16:31:25+02:00 [INFO] ------------------------------------------------------------------------ [INFO] Mimir session closed (RETRIEVED=0 CACHED=0) [cstamas@angeleyes ~]$ ``` -- 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]
