Skip to content

Instantly share code, notes, and snippets.

@LePichu
Last active February 2, 2026 22:46
Show Gist options
  • Select an option

  • Save LePichu/e95208ac5d309046a6c7b9ee177e842e to your computer and use it in GitHub Desktop.

Select an option

Save LePichu/e95208ac5d309046a6c7b9ee177e842e to your computer and use it in GitHub Desktop.
lepichudoesdev@ohiodeck in Dump in 14.5s !!!
$> ./Test-Maven.ps1
Processing com.google.code.gson:gson:2.10.1...
Processing org.apache.commons:commons-lang3:3.14.0...
Processing com.squareup.okhttp3:okhttp:4.12.0...
Processing io.reactivex.rxjava3:rxjava:3.1.8...
Processing com.google.guava:guava:33.0.0-jre...
Processing org.hibernate:hibernate-core:6.4.1.Final...
Processing io.quarkus:quarkus-core:3.6.4...
Processing io.micronaut:micronaut-core:4.2.3...
Processing org.springframework.boot:spring-boot-starter-data-jpa:3.2.0...
Processing org.apache.spark:spark-core_2.13:3.5.0...
Processing io.grpc:grpc-all:1.60.0...
Processing org.springframework.boot:spring-boot-starter-parent:3.2.0...
Processing jakarta.servlet:jakarta.servlet-api:6.0.0...
Processing org.projectlombok:lombok:1.18.30...
Processing com.fasterxml.jackson.core:jackson-databind:2.16.1...
Processing org.postgresql:postgresql:42.7.1...
Processing io.jsonwebtoken:jjwt-api:0.12.3...
Processed 17 packages. Output: maven-results.json
[
{
"gav": "com.google.code.gson:gson:2.10.1",
"total": 1,
"dependencies": [
{
"groupId": "com.google.code.gson",
"artifactId": "gson",
"version": "2.10.1",
"type": "jar",
"scope": "compile",
"depth": 0
}
]
},
{
"gav": "org.apache.commons:commons-lang3:3.14.0",
"total": 1,
"dependencies": [
{
"groupId": "org.apache.commons",
"artifactId": "commons-lang3",
"version": "3.14.0",
"type": "jar",
"scope": "compile",
"depth": 0
}
]
},
{
"gav": "com.squareup.okhttp3:okhttp:4.12.0",
"total": 8,
"dependencies": [
{
"groupId": "com.squareup.okhttp3",
"artifactId": "okhttp",
"version": "4.12.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.squareup.okio",
"artifactId": "okio",
"version": "3.6.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.squareup.okio",
"artifactId": "okio-jvm",
"version": "3.6.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.jetbrains.kotlin",
"artifactId": "kotlin-stdlib-common",
"version": "1.9.10",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.jetbrains.kotlin",
"artifactId": "kotlin-stdlib-jdk8",
"version": "1.8.21",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.jetbrains.kotlin",
"artifactId": "kotlin-stdlib",
"version": "1.8.21",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.jetbrains",
"artifactId": "annotations",
"version": "13.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.jetbrains.kotlin",
"artifactId": "kotlin-stdlib-jdk7",
"version": "1.8.21",
"type": "jar",
"scope": "compile",
"depth": 0
}
]
},
{
"gav": "io.reactivex.rxjava3:rxjava:3.1.8",
"total": 2,
"dependencies": [
{
"groupId": "io.reactivex.rxjava3",
"artifactId": "rxjava",
"version": "3.1.8",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.reactivestreams",
"artifactId": "reactive-streams",
"version": "1.0.4",
"type": "jar",
"scope": "compile",
"depth": 0
}
]
},
{
"gav": "com.google.guava:guava:33.0.0-jre",
"total": 7,
"dependencies": [
{
"groupId": "com.google.guava",
"artifactId": "guava",
"version": "33.0.0-jre",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.google.guava",
"artifactId": "failureaccess",
"version": "1.0.2",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.google.guava",
"artifactId": "listenablefuture",
"version": "9999.0-empty-to-avoid-conflict-with-guava",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.google.code.findbugs",
"artifactId": "jsr305",
"version": "3.0.2",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.checkerframework",
"artifactId": "checker-qual",
"version": "3.41.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.google.errorprone",
"artifactId": "error_prone_annotations",
"version": "2.23.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.google.j2objc",
"artifactId": "j2objc-annotations",
"version": "2.8",
"type": "jar",
"scope": "compile",
"depth": 0
}
]
},
{
"gav": "org.hibernate:hibernate-core:6.4.1.Final",
"total": 17,
"dependencies": [
{
"groupId": "org.hibernate.orm",
"artifactId": "hibernate-core",
"version": "6.4.1.Final",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "jakarta.persistence",
"artifactId": "jakarta.persistence-api",
"version": "3.1.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "jakarta.transaction",
"artifactId": "jakarta.transaction-api",
"version": "2.0.1",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.jboss.logging",
"artifactId": "jboss-logging",
"version": "3.5.0.Final",
"type": "jar",
"scope": "runtime",
"depth": 0
},
{
"groupId": "org.hibernate.common",
"artifactId": "hibernate-commons-annotations",
"version": "6.0.6.Final",
"type": "jar",
"scope": "runtime",
"depth": 0
},
{
"groupId": "io.smallrye",
"artifactId": "jandex",
"version": "3.1.2",
"type": "jar",
"scope": "runtime",
"depth": 0
},
{
"groupId": "com.fasterxml",
"artifactId": "classmate",
"version": "1.5.1",
"type": "jar",
"scope": "runtime",
"depth": 0
},
{
"groupId": "net.bytebuddy",
"artifactId": "byte-buddy",
"version": "1.14.7",
"type": "jar",
"scope": "runtime",
"depth": 0
},
{
"groupId": "jakarta.xml.bind",
"artifactId": "jakarta.xml.bind-api",
"version": "4.0.0",
"type": "jar",
"scope": "runtime",
"depth": 0
},
{
"groupId": "jakarta.activation",
"artifactId": "jakarta.activation-api",
"version": "2.1.0",
"type": "jar",
"scope": "runtime",
"depth": 1
},
{
"groupId": "org.glassfish.jaxb",
"artifactId": "jaxb-runtime",
"version": "4.0.2",
"type": "jar",
"scope": "runtime",
"depth": 0
},
{
"groupId": "org.glassfish.jaxb",
"artifactId": "jaxb-core",
"version": "4.0.2",
"type": "jar",
"scope": "runtime",
"depth": 1
},
{
"groupId": "org.eclipse.angus",
"artifactId": "angus-activation",
"version": "2.0.0",
"type": "jar",
"scope": "runtime",
"depth": 1
},
{
"groupId": "org.glassfish.jaxb",
"artifactId": "txw2",
"version": "4.0.2",
"type": "jar",
"scope": "runtime",
"depth": 1
},
{
"groupId": "com.sun.istack",
"artifactId": "istack-commons-runtime",
"version": "4.1.1",
"type": "jar",
"scope": "runtime",
"depth": 1
},
{
"groupId": "jakarta.inject",
"artifactId": "jakarta.inject-api",
"version": "2.0.1",
"type": "jar",
"scope": "runtime",
"depth": 0
},
{
"groupId": "org.antlr",
"artifactId": "antlr4-runtime",
"version": "4.13.0",
"type": "jar",
"scope": "runtime",
"depth": 0
}
]
},
{
"gav": "io.quarkus:quarkus-core:3.6.4",
"total": 36,
"dependencies": [
{
"groupId": "io.quarkus",
"artifactId": "quarkus-core",
"version": "3.6.4",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "jakarta.annotation",
"artifactId": "jakarta.annotation-api",
"version": "2.1.1",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "jakarta.enterprise",
"artifactId": "jakarta.enterprise.cdi-api",
"version": "4.0.1",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "jakarta.enterprise",
"artifactId": "jakarta.enterprise.lang-model",
"version": "4.0.1",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "jakarta.el",
"artifactId": "jakarta.el-api",
"version": "5.0.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "jakarta.interceptor",
"artifactId": "jakarta.interceptor-api",
"version": "2.1.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "jakarta.inject",
"artifactId": "jakarta.inject-api",
"version": "2.0.1",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "io.smallrye.common",
"artifactId": "smallrye-common-os",
"version": "2.1.2",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "io.quarkus",
"artifactId": "quarkus-ide-launcher",
"version": "3.6.4",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "io.quarkus",
"artifactId": "quarkus-development-mode-spi",
"version": "3.6.4",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "io.smallrye.config",
"artifactId": "smallrye-config",
"version": "3.4.4",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "io.smallrye.config",
"artifactId": "smallrye-config-core",
"version": "3.4.4",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.eclipse.microprofile.config",
"artifactId": "microprofile-config-api",
"version": "3.0.3",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.smallrye.common",
"artifactId": "smallrye-common-annotation",
"version": "2.2.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.smallrye.common",
"artifactId": "smallrye-common-classloader",
"version": "2.2.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.ow2.asm",
"artifactId": "asm",
"version": "9.5",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.smallrye.config",
"artifactId": "smallrye-config-common",
"version": "3.4.4",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.jboss.logging",
"artifactId": "jboss-logging",
"version": "3.5.3.Final",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.jboss.logmanager",
"artifactId": "jboss-logmanager",
"version": "3.0.2.Final",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "io.smallrye.common",
"artifactId": "smallrye-common-constraint",
"version": "2.1.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.smallrye.common",
"artifactId": "smallrye-common-cpu",
"version": "2.1.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.smallrye.common",
"artifactId": "smallrye-common-expression",
"version": "2.1.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.smallrye.common",
"artifactId": "smallrye-common-function",
"version": "2.1.0",
"type": "jar",
"scope": "compile",
"depth": 2
},
{
"groupId": "io.smallrye.common",
"artifactId": "smallrye-common-net",
"version": "2.1.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.smallrye.common",
"artifactId": "smallrye-common-ref",
"version": "2.1.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "jakarta.json",
"artifactId": "jakarta.json-api",
"version": "2.1.2",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.eclipse.parsson",
"artifactId": "parsson",
"version": "1.1.4",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.jboss.logging",
"artifactId": "jboss-logging-annotations",
"version": "2.2.1.Final",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.jboss.threads",
"artifactId": "jboss-threads",
"version": "3.5.1.Final",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.slf4j",
"artifactId": "slf4j-api",
"version": "2.0.6",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.jboss.slf4j",
"artifactId": "slf4j-jboss-logmanager",
"version": "2.0.0.Final",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.wildfly.common",
"artifactId": "wildfly-common",
"version": "1.7.0.Final",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "io.quarkus",
"artifactId": "quarkus-bootstrap-runner",
"version": "3.6.4",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "io.smallrye.common",
"artifactId": "smallrye-common-io",
"version": "2.1.2",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.github.crac",
"artifactId": "org-crac",
"version": "0.1.3",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.quarkus",
"artifactId": "quarkus-fs-util",
"version": "0.0.9",
"type": "jar",
"scope": "compile",
"depth": 0
}
]
},
{
"gav": "io.micronaut:micronaut-core:4.2.3",
"total": 2,
"dependencies": [
{
"groupId": "io.micronaut",
"artifactId": "micronaut-core",
"version": "4.2.3",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.slf4j",
"artifactId": "slf4j-api",
"version": "2.0.9",
"type": "jar",
"scope": "compile",
"depth": 0
}
]
},
{
"gav": "org.springframework.boot:spring-boot-starter-data-jpa:3.2.0",
"total": 48,
"dependencies": [
{
"groupId": "org.springframework.boot",
"artifactId": "spring-boot-starter-data-jpa",
"version": "3.2.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.springframework.boot",
"artifactId": "spring-boot-starter-aop",
"version": "3.2.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.springframework.boot",
"artifactId": "spring-boot-starter",
"version": "3.2.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.springframework.boot",
"artifactId": "spring-boot",
"version": "3.2.0",
"type": "jar",
"scope": "compile",
"depth": 2
},
{
"groupId": "org.springframework.boot",
"artifactId": "spring-boot-autoconfigure",
"version": "3.2.0",
"type": "jar",
"scope": "compile",
"depth": 2
},
{
"groupId": "org.springframework.boot",
"artifactId": "spring-boot-starter-logging",
"version": "3.2.0",
"type": "jar",
"scope": "compile",
"depth": 2
},
{
"groupId": "ch.qos.logback",
"artifactId": "logback-classic",
"version": "1.4.11",
"type": "jar",
"scope": "compile",
"depth": 3
},
{
"groupId": "ch.qos.logback",
"artifactId": "logback-core",
"version": "1.4.11",
"type": "jar",
"scope": "compile",
"depth": 4
},
{
"groupId": "org.apache.logging.log4j",
"artifactId": "log4j-to-slf4j",
"version": "2.21.1",
"type": "jar",
"scope": "compile",
"depth": 3
},
{
"groupId": "org.apache.logging.log4j",
"artifactId": "log4j-api",
"version": "2.21.1",
"type": "jar",
"scope": "compile",
"depth": 4
},
{
"groupId": "org.slf4j",
"artifactId": "jul-to-slf4j",
"version": "2.0.9",
"type": "jar",
"scope": "compile",
"depth": 3
},
{
"groupId": "org.yaml",
"artifactId": "snakeyaml",
"version": "2.2",
"type": "jar",
"scope": "compile",
"depth": 2
},
{
"groupId": "org.springframework",
"artifactId": "spring-aop",
"version": "6.1.1",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.aspectj",
"artifactId": "aspectjweaver",
"version": "1.9.20.1",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.springframework.boot",
"artifactId": "spring-boot-starter-jdbc",
"version": "3.2.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.zaxxer",
"artifactId": "HikariCP",
"version": "5.0.1",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.springframework",
"artifactId": "spring-jdbc",
"version": "6.1.1",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.hibernate.orm",
"artifactId": "hibernate-core",
"version": "6.3.1.Final",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "jakarta.persistence",
"artifactId": "jakarta.persistence-api",
"version": "3.1.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "jakarta.transaction",
"artifactId": "jakarta.transaction-api",
"version": "2.0.1",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.jboss.logging",
"artifactId": "jboss-logging",
"version": "3.5.0.Final",
"type": "jar",
"scope": "runtime",
"depth": 1
},
{
"groupId": "org.hibernate.common",
"artifactId": "hibernate-commons-annotations",
"version": "6.0.6.Final",
"type": "jar",
"scope": "runtime",
"depth": 1
},
{
"groupId": "io.smallrye",
"artifactId": "jandex",
"version": "3.1.2",
"type": "jar",
"scope": "runtime",
"depth": 1
},
{
"groupId": "com.fasterxml",
"artifactId": "classmate",
"version": "1.5.1",
"type": "jar",
"scope": "runtime",
"depth": 1
},
{
"groupId": "net.bytebuddy",
"artifactId": "byte-buddy",
"version": "1.14.7",
"type": "jar",
"scope": "runtime",
"depth": 1
},
{
"groupId": "jakarta.xml.bind",
"artifactId": "jakarta.xml.bind-api",
"version": "4.0.0",
"type": "jar",
"scope": "runtime",
"depth": 1
},
{
"groupId": "jakarta.activation",
"artifactId": "jakarta.activation-api",
"version": "2.1.0",
"type": "jar",
"scope": "runtime",
"depth": 2
},
{
"groupId": "org.glassfish.jaxb",
"artifactId": "jaxb-runtime",
"version": "4.0.2",
"type": "jar",
"scope": "runtime",
"depth": 1
},
{
"groupId": "org.glassfish.jaxb",
"artifactId": "jaxb-core",
"version": "4.0.2",
"type": "jar",
"scope": "runtime",
"depth": 2
},
{
"groupId": "org.eclipse.angus",
"artifactId": "angus-activation",
"version": "2.0.0",
"type": "jar",
"scope": "runtime",
"depth": 2
},
{
"groupId": "org.glassfish.jaxb",
"artifactId": "txw2",
"version": "4.0.2",
"type": "jar",
"scope": "runtime",
"depth": 2
},
{
"groupId": "com.sun.istack",
"artifactId": "istack-commons-runtime",
"version": "4.1.1",
"type": "jar",
"scope": "runtime",
"depth": 2
},
{
"groupId": "jakarta.inject",
"artifactId": "jakarta.inject-api",
"version": "2.0.1",
"type": "jar",
"scope": "runtime",
"depth": 1
},
{
"groupId": "org.antlr",
"artifactId": "antlr4-runtime",
"version": "4.10.1",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.springframework.data",
"artifactId": "spring-data-jpa",
"version": "3.2.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.springframework.data",
"artifactId": "spring-data-commons",
"version": "3.2.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.springframework",
"artifactId": "spring-orm",
"version": "6.1.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.springframework",
"artifactId": "spring-context",
"version": "6.1.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.springframework",
"artifactId": "spring-expression",
"version": "6.1.0",
"type": "jar",
"scope": "compile",
"depth": 2
},
{
"groupId": "io.micrometer",
"artifactId": "micrometer-observation",
"version": "1.12.0",
"type": "jar",
"scope": "compile",
"depth": 2
},
{
"groupId": "io.micrometer",
"artifactId": "micrometer-commons",
"version": "1.12.0",
"type": "jar",
"scope": "compile",
"depth": 2
},
{
"groupId": "org.springframework",
"artifactId": "spring-tx",
"version": "6.1.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.springframework",
"artifactId": "spring-beans",
"version": "6.1.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.springframework",
"artifactId": "spring-core",
"version": "6.1.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.springframework",
"artifactId": "spring-jcl",
"version": "6.1.0",
"type": "jar",
"scope": "compile",
"depth": 2
},
{
"groupId": "jakarta.annotation",
"artifactId": "jakarta.annotation-api",
"version": "2.0.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.slf4j",
"artifactId": "slf4j-api",
"version": "2.0.2",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.springframework",
"artifactId": "spring-aspects",
"version": "6.1.1",
"type": "jar",
"scope": "compile",
"depth": 0
}
]
},
{
"gav": "org.apache.spark:spark-core_2.13:3.5.0",
"total": 112,
"dependencies": [
{
"groupId": "org.apache.spark",
"artifactId": "spark-core_2.13",
"version": "3.5.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.scala-lang.modules",
"artifactId": "scala-parallel-collections_2.13",
"version": "1.0.4",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.apache.avro",
"artifactId": "avro",
"version": "1.11.2",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.fasterxml.jackson.core",
"artifactId": "jackson-core",
"version": "2.14.2",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.slf4j",
"artifactId": "slf4j-api",
"version": "1.7.36",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.apache.avro",
"artifactId": "avro-mapred",
"version": "1.11.2",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.apache.avro",
"artifactId": "avro-ipc",
"version": "1.11.2",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.tukaani",
"artifactId": "xz",
"version": "1.9",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "com.twitter",
"artifactId": "chill_2.13",
"version": "0.10.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.esotericsoftware",
"artifactId": "kryo-shaded",
"version": "4.0.2",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "com.esotericsoftware",
"artifactId": "minlog",
"version": "1.3.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.objenesis",
"artifactId": "objenesis",
"version": "2.5.1",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "com.twitter",
"artifactId": "chill-java",
"version": "0.10.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.apache.xbean",
"artifactId": "xbean-asm9-shaded",
"version": "4.23",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.apache.hadoop",
"artifactId": "hadoop-client-api",
"version": "3.3.4",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.apache.hadoop",
"artifactId": "hadoop-client-runtime",
"version": "3.3.4",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "commons-logging",
"artifactId": "commons-logging",
"version": "1.1.3",
"type": "jar",
"scope": "runtime",
"depth": 1
},
{
"groupId": "org.apache.spark",
"artifactId": "spark-launcher_2.13",
"version": "3.5.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.apache.spark",
"artifactId": "spark-kvstore_2.13",
"version": "3.5.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.fusesource.leveldbjni",
"artifactId": "leveldbjni-all",
"version": "1.8",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "com.fasterxml.jackson.core",
"artifactId": "jackson-annotations",
"version": "2.15.2",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.rocksdb",
"artifactId": "rocksdbjni",
"version": "8.3.2",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.apache.spark",
"artifactId": "spark-network-common_2.13",
"version": "3.5.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.google.crypto.tink",
"artifactId": "tink",
"version": "1.9.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "com.google.code.gson",
"artifactId": "gson",
"version": "2.10.1",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "com.google.protobuf",
"artifactId": "protobuf-java",
"version": "3.19.6",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "joda-time",
"artifactId": "joda-time",
"version": "2.12.5",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.apache.spark",
"artifactId": "spark-network-shuffle_2.13",
"version": "3.5.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.apache.spark",
"artifactId": "spark-unsafe_2.13",
"version": "3.5.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.apache.spark",
"artifactId": "spark-common-utils_2.13",
"version": "3.5.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.slf4j",
"artifactId": "jul-to-slf4j",
"version": "2.0.7",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.slf4j",
"artifactId": "jcl-over-slf4j",
"version": "2.0.7",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.apache.logging.log4j",
"artifactId": "log4j-slf4j2-impl",
"version": "2.20.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.apache.logging.log4j",
"artifactId": "log4j-api",
"version": "2.20.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.apache.logging.log4j",
"artifactId": "log4j-core",
"version": "2.20.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.apache.logging.log4j",
"artifactId": "log4j-1.2-api",
"version": "2.20.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "javax.activation",
"artifactId": "activation",
"version": "1.1.1",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.apache.curator",
"artifactId": "curator-recipes",
"version": "2.13.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.apache.curator",
"artifactId": "curator-framework",
"version": "2.13.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.apache.curator",
"artifactId": "curator-client",
"version": "2.13.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "com.google.guava",
"artifactId": "guava",
"version": "16.0.1",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.apache.zookeeper",
"artifactId": "zookeeper",
"version": "3.6.3",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.apache.zookeeper",
"artifactId": "zookeeper-jute",
"version": "3.6.3",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.apache.yetus",
"artifactId": "audience-annotations",
"version": "0.5.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "jakarta.servlet",
"artifactId": "jakarta.servlet-api",
"version": "4.0.3",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "commons-codec",
"artifactId": "commons-codec",
"version": "1.16.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.apache.commons",
"artifactId": "commons-compress",
"version": "1.23.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.apache.commons",
"artifactId": "commons-lang3",
"version": "3.12.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.apache.commons",
"artifactId": "commons-math3",
"version": "3.6.1",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.apache.commons",
"artifactId": "commons-text",
"version": "1.10.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "commons-io",
"artifactId": "commons-io",
"version": "2.13.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "commons-collections",
"artifactId": "commons-collections",
"version": "3.2.2",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.apache.commons",
"artifactId": "commons-collections4",
"version": "4.4",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.google.code.findbugs",
"artifactId": "jsr305",
"version": "3.0.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.ning",
"artifactId": "compress-lzf",
"version": "1.1.2",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.xerial.snappy",
"artifactId": "snappy-java",
"version": "1.1.10.3",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.lz4",
"artifactId": "lz4-java",
"version": "1.8.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.github.luben",
"artifactId": "zstd-jni",
"version": "1.5.5-4",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.roaringbitmap",
"artifactId": "RoaringBitmap",
"version": "0.9.45",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.roaringbitmap",
"artifactId": "shims",
"version": "0.9.45",
"type": "jar",
"scope": "runtime",
"depth": 1
},
{
"groupId": "org.scala-lang.modules",
"artifactId": "scala-xml_2.13",
"version": "2.1.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.scala-lang",
"artifactId": "scala-library",
"version": "2.13.8",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.scala-lang",
"artifactId": "scala-reflect",
"version": "2.13.8",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.json4s",
"artifactId": "json4s-jackson_2.13",
"version": "3.7.0-M11",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.json4s",
"artifactId": "json4s-core_2.13",
"version": "3.7.0-M11",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.json4s",
"artifactId": "json4s-ast_2.13",
"version": "3.7.0-M11",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.json4s",
"artifactId": "json4s-scalap_2.13",
"version": "3.7.0-M11",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.glassfish.jersey.core",
"artifactId": "jersey-client",
"version": "2.40",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "jakarta.ws.rs",
"artifactId": "jakarta.ws.rs-api",
"version": "2.1.6",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.glassfish.hk2.external",
"artifactId": "jakarta.inject",
"version": "2.6.1",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.glassfish.jersey.core",
"artifactId": "jersey-common",
"version": "2.40",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "jakarta.annotation",
"artifactId": "jakarta.annotation-api",
"version": "1.3.5",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.glassfish.hk2",
"artifactId": "osgi-resource-locator",
"version": "1.0.3",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.glassfish.jersey.core",
"artifactId": "jersey-server",
"version": "2.40",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "jakarta.validation",
"artifactId": "jakarta.validation-api",
"version": "2.0.2",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.glassfish.jersey.containers",
"artifactId": "jersey-container-servlet",
"version": "2.40",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.glassfish.jersey.containers",
"artifactId": "jersey-container-servlet-core",
"version": "2.40",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.glassfish.jersey.inject",
"artifactId": "jersey-hk2",
"version": "2.40",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.glassfish.hk2",
"artifactId": "hk2-locator",
"version": "2.6.1",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.glassfish.hk2.external",
"artifactId": "aopalliance-repackaged",
"version": "2.6.1",
"type": "jar",
"scope": "compile",
"depth": 2
},
{
"groupId": "org.glassfish.hk2",
"artifactId": "hk2-api",
"version": "2.6.1",
"type": "jar",
"scope": "compile",
"depth": 2
},
{
"groupId": "org.glassfish.hk2",
"artifactId": "hk2-utils",
"version": "2.6.1",
"type": "jar",
"scope": "compile",
"depth": 2
},
{
"groupId": "org.javassist",
"artifactId": "javassist",
"version": "3.29.2-GA",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.netty",
"artifactId": "netty-all",
"version": "4.1.96.Final",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "io.netty",
"artifactId": "netty-buffer",
"version": "4.1.96.Final",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.netty",
"artifactId": "netty-codec",
"version": "4.1.96.Final",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.netty",
"artifactId": "netty-codec-http",
"version": "4.1.96.Final",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.netty",
"artifactId": "netty-codec-http2",
"version": "4.1.96.Final",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.netty",
"artifactId": "netty-codec-socks",
"version": "4.1.96.Final",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.netty",
"artifactId": "netty-common",
"version": "4.1.96.Final",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.netty",
"artifactId": "netty-handler",
"version": "4.1.96.Final",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.netty",
"artifactId": "netty-transport-native-unix-common",
"version": "4.1.96.Final",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.netty",
"artifactId": "netty-handler-proxy",
"version": "4.1.96.Final",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.netty",
"artifactId": "netty-resolver",
"version": "4.1.96.Final",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.netty",
"artifactId": "netty-transport",
"version": "4.1.96.Final",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.netty",
"artifactId": "netty-transport-classes-epoll",
"version": "4.1.96.Final",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.netty",
"artifactId": "netty-transport-classes-kqueue",
"version": "4.1.96.Final",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "com.clearspring.analytics",
"artifactId": "stream",
"version": "2.9.6",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "io.dropwizard.metrics",
"artifactId": "metrics-core",
"version": "4.2.19",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "io.dropwizard.metrics",
"artifactId": "metrics-jvm",
"version": "4.2.19",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "io.dropwizard.metrics",
"artifactId": "metrics-json",
"version": "4.2.19",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "io.dropwizard.metrics",
"artifactId": "metrics-graphite",
"version": "4.2.19",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "io.dropwizard.metrics",
"artifactId": "metrics-jmx",
"version": "4.2.19",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.fasterxml.jackson.core",
"artifactId": "jackson-databind",
"version": "2.15.2",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.fasterxml.jackson.module",
"artifactId": "jackson-module-scala_2.13",
"version": "2.15.2",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.thoughtworks.paranamer",
"artifactId": "paranamer",
"version": "2.8",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.apache.ivy",
"artifactId": "ivy",
"version": "2.5.1",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "oro",
"artifactId": "oro",
"version": "2.0.8",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "net.razorvine",
"artifactId": "pickle",
"version": "1.3",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "net.sf.py4j",
"artifactId": "py4j",
"version": "0.10.9.7",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.apache.spark",
"artifactId": "spark-tags_2.13",
"version": "3.5.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.apache.commons",
"artifactId": "commons-crypto",
"version": "1.1.0",
"type": "jar",
"scope": "compile",
"depth": 0
}
]
},
{
"gav": "io.grpc:grpc-all:1.60.0",
"total": 66,
"dependencies": [
{
"groupId": "io.grpc",
"artifactId": "grpc-all",
"version": "1.60.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "io.grpc",
"artifactId": "grpc-api",
"version": "1.60.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.google.code.findbugs",
"artifactId": "jsr305",
"version": "3.0.2",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "com.google.errorprone",
"artifactId": "error_prone_annotations",
"version": "2.20.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.grpc",
"artifactId": "grpc-auth",
"version": "1.60.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.google.auth",
"artifactId": "google-auth-library-credentials",
"version": "1.4.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.grpc",
"artifactId": "grpc-core",
"version": "1.60.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.google.code.gson",
"artifactId": "gson",
"version": "2.10.1",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "com.google.android",
"artifactId": "annotations",
"version": "4.1.1.4",
"type": "jar",
"scope": "runtime",
"depth": 1
},
{
"groupId": "org.codehaus.mojo",
"artifactId": "animal-sniffer-annotations",
"version": "1.23",
"type": "jar",
"scope": "runtime",
"depth": 1
},
{
"groupId": "io.perfmark",
"artifactId": "perfmark-api",
"version": "0.26.0",
"type": "jar",
"scope": "runtime",
"depth": 1
},
{
"groupId": "io.grpc",
"artifactId": "grpc-context",
"version": "1.60.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.grpc",
"artifactId": "grpc-grpclb",
"version": "1.60.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.google.protobuf",
"artifactId": "protobuf-java",
"version": "3.24.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "com.google.protobuf",
"artifactId": "protobuf-java-util",
"version": "3.24.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.grpc",
"artifactId": "grpc-inprocess",
"version": "1.60.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "io.grpc",
"artifactId": "grpc-netty",
"version": "1.60.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "io.netty",
"artifactId": "netty-codec-http2",
"version": "4.1.100.Final",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.netty",
"artifactId": "netty-common",
"version": "4.1.100.Final",
"type": "jar",
"scope": "compile",
"depth": 2
},
{
"groupId": "io.netty",
"artifactId": "netty-buffer",
"version": "4.1.100.Final",
"type": "jar",
"scope": "compile",
"depth": 2
},
{
"groupId": "io.netty",
"artifactId": "netty-transport",
"version": "4.1.100.Final",
"type": "jar",
"scope": "compile",
"depth": 2
},
{
"groupId": "io.netty",
"artifactId": "netty-resolver",
"version": "4.1.100.Final",
"type": "jar",
"scope": "compile",
"depth": 3
},
{
"groupId": "io.netty",
"artifactId": "netty-codec",
"version": "4.1.100.Final",
"type": "jar",
"scope": "compile",
"depth": 2
},
{
"groupId": "io.netty",
"artifactId": "netty-handler",
"version": "4.1.100.Final",
"type": "jar",
"scope": "compile",
"depth": 2
},
{
"groupId": "io.netty",
"artifactId": "netty-codec-http",
"version": "4.1.100.Final",
"type": "jar",
"scope": "compile",
"depth": 2
},
{
"groupId": "io.netty",
"artifactId": "netty-handler-proxy",
"version": "4.1.100.Final",
"type": "jar",
"scope": "runtime",
"depth": 1
},
{
"groupId": "io.netty",
"artifactId": "netty-codec-socks",
"version": "4.1.100.Final",
"type": "jar",
"scope": "runtime",
"depth": 2
},
{
"groupId": "io.netty",
"artifactId": "netty-transport-native-unix-common",
"version": "4.1.100.Final",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.grpc",
"artifactId": "grpc-okhttp",
"version": "1.60.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.squareup.okio",
"artifactId": "okio",
"version": "2.10.0",
"type": "jar",
"scope": "runtime",
"depth": 1
},
{
"groupId": "org.jetbrains.kotlin",
"artifactId": "kotlin-stdlib",
"version": "1.4.20",
"type": "jar",
"scope": "runtime",
"depth": 1
},
{
"groupId": "org.jetbrains",
"artifactId": "annotations",
"version": "13.0",
"type": "jar",
"scope": "runtime",
"depth": 2
},
{
"groupId": "org.jetbrains.kotlin",
"artifactId": "kotlin-stdlib-common",
"version": "1.4.20",
"type": "jar",
"scope": "runtime",
"depth": 1
},
{
"groupId": "io.grpc",
"artifactId": "grpc-protobuf",
"version": "1.60.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.google.api.grpc",
"artifactId": "proto-google-common-protos",
"version": "2.22.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.grpc",
"artifactId": "grpc-protobuf-lite",
"version": "1.60.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.grpc",
"artifactId": "grpc-rls",
"version": "1.60.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.google.auto.value",
"artifactId": "auto-value-annotations",
"version": "1.10.2",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.grpc",
"artifactId": "grpc-services",
"version": "1.60.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.google.j2objc",
"artifactId": "j2objc-annotations",
"version": "2.8",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.grpc",
"artifactId": "grpc-servlet",
"version": "1.60.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "io.grpc",
"artifactId": "grpc-servlet-jakarta",
"version": "1.60.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "io.grpc",
"artifactId": "grpc-stub",
"version": "1.60.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "io.grpc",
"artifactId": "grpc-testing",
"version": "1.60.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "junit",
"artifactId": "junit",
"version": "4.13.2",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.hamcrest",
"artifactId": "hamcrest-core",
"version": "1.3",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.grpc",
"artifactId": "grpc-util",
"version": "1.60.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "io.grpc",
"artifactId": "grpc-xds",
"version": "1.60.0",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "io.opencensus",
"artifactId": "opencensus-proto",
"version": "0.2.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.grpc",
"artifactId": "grpc-alts",
"version": "1.60.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "org.conscrypt",
"artifactId": "conscrypt-openjdk-uber",
"version": "2.5.2",
"type": "jar",
"scope": "compile",
"depth": 2
},
{
"groupId": "com.google.auth",
"artifactId": "google-auth-library-oauth2-http",
"version": "1.4.0",
"type": "jar",
"scope": "compile",
"depth": 2
},
{
"groupId": "com.google.http-client",
"artifactId": "google-http-client",
"version": "1.41.0",
"type": "jar",
"scope": "compile",
"depth": 2
},
{
"groupId": "org.apache.httpcomponents",
"artifactId": "httpclient",
"version": "4.5.13",
"type": "jar",
"scope": "compile",
"depth": 3
},
{
"groupId": "commons-logging",
"artifactId": "commons-logging",
"version": "1.2",
"type": "jar",
"scope": "compile",
"depth": 4
},
{
"groupId": "commons-codec",
"artifactId": "commons-codec",
"version": "1.11",
"type": "jar",
"scope": "compile",
"depth": 4
},
{
"groupId": "org.apache.httpcomponents",
"artifactId": "httpcore",
"version": "4.4.15",
"type": "jar",
"scope": "compile",
"depth": 3
},
{
"groupId": "io.opencensus",
"artifactId": "opencensus-api",
"version": "0.28.0",
"type": "jar",
"scope": "compile",
"depth": 3
},
{
"groupId": "io.opencensus",
"artifactId": "opencensus-contrib-http-util",
"version": "0.28.0",
"type": "jar",
"scope": "compile",
"depth": 3
},
{
"groupId": "com.google.http-client",
"artifactId": "google-http-client-gson",
"version": "1.41.0",
"type": "jar",
"scope": "compile",
"depth": 2
},
{
"groupId": "com.google.re2j",
"artifactId": "re2j",
"version": "1.7",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "io.grpc",
"artifactId": "grpc-netty-shaded",
"version": "1.60.0",
"type": "jar",
"scope": "compile",
"depth": 1
},
{
"groupId": "com.google.guava",
"artifactId": "guava",
"version": "32.0.1-jre",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.google.guava",
"artifactId": "failureaccess",
"version": "1.0.1",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.google.guava",
"artifactId": "listenablefuture",
"version": "9999.0-empty-to-avoid-conflict-with-guava",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.checkerframework",
"artifactId": "checker-qual",
"version": "3.33.0",
"type": "jar",
"scope": "compile",
"depth": 0
}
]
},
{
"gav": "org.springframework.boot:spring-boot-starter-parent:3.2.0",
"total": 1,
"dependencies": [
{
"groupId": "org.springframework.boot",
"artifactId": "spring-boot-starter-parent",
"version": "3.2.0",
"type": "jar",
"scope": "compile",
"depth": 0
}
]
},
{
"gav": "jakarta.servlet:jakarta.servlet-api:6.0.0",
"total": 1,
"dependencies": [
{
"groupId": "jakarta.servlet",
"artifactId": "jakarta.servlet-api",
"version": "6.0.0",
"type": "jar",
"scope": "compile",
"depth": 0
}
]
},
{
"gav": "org.projectlombok:lombok:1.18.30",
"total": 1,
"dependencies": [
{
"groupId": "org.projectlombok",
"artifactId": "lombok",
"version": "1.18.30",
"type": "jar",
"scope": "compile",
"depth": 0
}
]
},
{
"gav": "com.fasterxml.jackson.core:jackson-databind:2.16.1",
"total": 3,
"dependencies": [
{
"groupId": "com.fasterxml.jackson.core",
"artifactId": "jackson-databind",
"version": "2.16.1",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.fasterxml.jackson.core",
"artifactId": "jackson-annotations",
"version": "2.16.1",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "com.fasterxml.jackson.core",
"artifactId": "jackson-core",
"version": "2.16.1",
"type": "jar",
"scope": "compile",
"depth": 0
}
]
},
{
"gav": "org.postgresql:postgresql:42.7.1",
"total": 2,
"dependencies": [
{
"groupId": "org.postgresql",
"artifactId": "postgresql",
"version": "42.7.1",
"type": "jar",
"scope": "compile",
"depth": 0
},
{
"groupId": "org.checkerframework",
"artifactId": "checker-qual",
"version": "3.41.0",
"type": "jar",
"scope": "runtime",
"depth": 0
}
]
},
{
"gav": "io.jsonwebtoken:jjwt-api:0.12.3",
"total": 1,
"dependencies": [
{
"groupId": "io.jsonwebtoken",
"artifactId": "jjwt-api",
"version": "0.12.3",
"type": "jar",
"scope": "compile",
"depth": 0
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment