Created
March 21, 2022 04:32
-
-
Save kbendick/340aae344eb0127c111842e01d9ee486 to your computer and use it in GitHub Desktop.
Gradle Reported Classpath for iceberg-core without okhttp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ iceberg git:(master) ✗ ./gradlew iceberg-core:dependencies --configuration=runtimeClasspath | |
> Task :iceberg-core:dependencies | |
------------------------------------------------------------ | |
Project ':iceberg-core' | |
------------------------------------------------------------ | |
runtimeClasspath - Runtime classpath of source set 'main'. | |
+--- project :iceberg-api | |
| +--- org.slf4j:slf4j-api -> 1.7.30 | |
| +--- com.github.stephenc.findbugs:findbugs-annotations -> 1.3.9-1 | |
| \--- project :iceberg-bundled-guava | |
+--- org.slf4j:slf4j-api -> 1.7.30 | |
+--- com.github.stephenc.findbugs:findbugs-annotations -> 1.3.9-1 | |
+--- project :iceberg-common | |
| +--- org.slf4j:slf4j-api -> 1.7.30 | |
| +--- com.github.stephenc.findbugs:findbugs-annotations -> 1.3.9-1 | |
| \--- project :iceberg-bundled-guava | |
+--- project :iceberg-bundled-guava | |
+--- org.apache.avro:avro -> 1.10.1 | |
| +--- com.fasterxml.jackson.core:jackson-core:2.11.3 -> 2.11.4 | |
| +--- com.fasterxml.jackson.core:jackson-databind:2.11.3 -> 2.11.4 | |
| | +--- com.fasterxml.jackson.core:jackson-annotations:2.11.4 | |
| | \--- com.fasterxml.jackson.core:jackson-core:2.11.4 | |
| +--- org.apache.commons:commons-compress:1.20 | |
| \--- org.slf4j:slf4j-api:1.7.30 | |
+--- com.fasterxml.jackson.core:jackson-databind -> 2.11.4 (*) | |
+--- com.fasterxml.jackson.core:jackson-core -> 2.11.4 | |
+--- com.github.ben-manes.caffeine:caffeine -> 2.8.4 | |
| +--- org.checkerframework:checker-qual:3.4.0 | |
| \--- com.google.errorprone:error_prone_annotations:2.3.4 | |
\--- org.roaringbitmap:RoaringBitmap -> 0.9.22 | |
\--- org.roaringbitmap:shims:0.9.22 | |
(*) - dependencies omitted (listed previously) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment