|
| 1 | +[versions] |
| 2 | +antlr = "4.13.1" |
| 3 | +calcite = "1.40.0" |
| 4 | +commons-lang3 = "[3.18.0,)" |
| 5 | +graal = "22.1.0" |
| 6 | +graal-plugin = "0.10.0" |
| 7 | +gradle-extensions = "1.74" |
| 8 | +guava = "32.1.3-jre" |
| 9 | +httpclient5 = "5.4.4" |
| 10 | +immutables = "2.10.1" |
| 11 | +jackson = "2.16.1" |
| 12 | +jreleaser = "1.18.0" |
| 13 | +json-smart = "2.5.2" |
| 14 | +jspecify = "1.0.0" |
| 15 | +junit = "5.8.1" |
| 16 | +picocli = "4.7.5" |
| 17 | +protobuf-plugin = "0.9.4" |
| 18 | +protobuf = "3.25.5" |
| 19 | +reflections = "0.9.12" |
| 20 | +scala-library = "2.12.16" |
| 21 | +scalatest = "3.2.18" |
| 22 | +scalatestplus-junit5 = "3.2.18.0" |
| 23 | +shadow = "8.3.8" |
| 24 | +slf4j = "2.0.13" |
| 25 | +spark = "3.4.2" |
| 26 | +spotless = "7.1.0" |
| 27 | + |
| 28 | +[libraries] |
| 29 | +antlr4 = { module = "org.antlr:antlr4", version.ref = "antlr" } |
| 30 | +antlr4-runtime = { module = "org.antlr:antlr4-runtime" , version.ref = "antlr" } |
| 31 | +calcite-babel = { module = "org.apache.calcite:calcite-babel", version.ref = "calcite" } |
| 32 | +calcite-core = { module = "org.apache.calcite:calcite-core", version.ref = "calcite" } |
| 33 | +calcite-plus = { module = "org.apache.calcite:calcite-plus", version.ref = "calcite" } |
| 34 | +calcite-server = { module = "org.apache.calcite:calcite-server", version.ref = "calcite" } |
| 35 | +commons-lang3 = { module = "org.apache.commons:commons-lang3", version.ref = "commons-lang3" } |
| 36 | +graal-sdk = { module = "org.graalvm.sdk:graal-sdk", version.ref = "graal" } |
| 37 | +guava = { module = "com.google.guava:guava", version.ref = "guava" } |
| 38 | +httpclient5 = { module = "org.apache.httpcomponents.client5:httpclient5", version.ref = "httpclient5" } |
| 39 | +immutables-value = { module = "org.immutables:value", version.ref = "immutables" } |
| 40 | +immutables-annotations = { module = "org.immutables:value-annotations", version.ref = "immutables" } |
| 41 | +jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version.ref = "jackson" } |
| 42 | +jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind" } |
| 43 | +jackson-annotations = { module = "com.fasterxml.jackson.core:jackson-annotations" } |
| 44 | +jackson-datatype-jdk8 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jdk8" } |
| 45 | +jackson-dataformat-yaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" } |
| 46 | +json-smart = { module = "net.minidev:json-smart", version.ref = "json-smart" } |
| 47 | +jspecify = { module = "org.jspecify:jspecify", version.ref = "jspecify" } |
| 48 | +junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" } |
| 49 | +junit-jupiter = { module = "org.junit.jupiter:junit-jupiter" } |
| 50 | +junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api" } |
| 51 | +junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine" } |
| 52 | +junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" } |
| 53 | +junit-platform-engine = { module = "org.junit.platform:junit-platform-engine" } |
| 54 | +picocli = { module = "info.picocli:picocli", version.ref = "picocli" } |
| 55 | +picocli-codegen = { module = "info.picocli:picocli-codegen", version.ref = "picocli" } |
| 56 | +protobuf-java = { module = "com.google.protobuf:protobuf-java", version.ref = "protobuf" } |
| 57 | +protobuf-java-util = { module = "com.google.protobuf:protobuf-java-util", version.ref = "protobuf" } |
| 58 | +protoc = { module = "com.google.protobuf:protoc", version.ref = "protobuf" } |
| 59 | +reflections = { module = "org.reflections:reflections", version.ref = "reflections"} |
| 60 | +scala-library = { module = "org.scala-lang:scala-library", version.ref = "scala-library" } |
| 61 | +scalatest = { module = "org.scalatest:scalatest_2.12", version.ref = "scalatest" } |
| 62 | +scalatestplus-junit5 = { module = "org.scalatestplus:junit-5-10_2.12", version.ref = "scalatestplus-junit5" } |
| 63 | +slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" } |
| 64 | +slf4j-jdk14 = { module = "org.slf4j:slf4j-jdk14", version.ref = "slf4j" } |
| 65 | +spark-catalyst = { module = "org.apache.spark:spark-catalyst_2.12", version.ref = "spark" } |
| 66 | +spark-core = { module = "org.apache.spark:spark-core_2.12", version.ref = "spark" } |
| 67 | +spark-hive = { module = "org.apache.spark:spark-hive_2.12", version.ref = "spark" } |
| 68 | +spark-sql = { module = "org.apache.spark:spark-sql_2.12", version.ref = "spark" } |
| 69 | + |
| 70 | +[bundles] |
| 71 | +jackson = [ "jackson-databind", "jackson-annotations", "jackson-datatype-jdk8", "jackson-dataformat-yaml" ] |
| 72 | + |
| 73 | +[plugins] |
| 74 | +graal = { id = "com.palantir.graal", version.ref = "graal-plugin" } |
| 75 | +gradle-extensions = { id = "com.github.vlsi.gradle-extensions", version.ref = "gradle-extensions" } |
| 76 | +jreleaser = { id = "org.jreleaser", version.ref = "jreleaser" } |
| 77 | +protobuf = { id = "com.google.protobuf", version.ref = "protobuf-plugin" } |
| 78 | +shadow = { id = "com.gradleup.shadow", version.ref = "shadow" } |
| 79 | +spotless = { id = "com.diffplug.spotless", version.ref = "spotless" } |
0 commit comments