nastra commented on code in PR #7694:
URL: https://github.com/apache/iceberg/pull/7694#discussion_r1270632345
##########
gradle/libs.versions.toml:
##########
@@ -0,0 +1,191 @@
+[versions]
+activation = "1.1.1"
+aliyun-sdk-oss = "3.10.2"
+antlr = "4.9.3"
+aircompressor = "0.24"
+arrow = "12.0.1"
+avro = "1.11.1"
+assertj-core = "3.24.2"
+awaitility = "4.2.0"
+awssdk-bom = "2.20.18"
+caffeine = "2.9.3"
+calcite = "1.10.0"
+delta-standalone = "0.6.0"
+delta-core = "2.2.0"
+esotericsoftware-kryo = "4.0.2"
+errorprone-annotations = "2.3.3"
+findbugs-jsr305 = "3.0.2"
+flink115 = { strictly = "[1.15, 1.16[", prefer = "1.15.0"}
+flink116 = { strictly = "[1.16, 1.17[", prefer = "1.16.2"}
+flink117 = { strictly = "[1.17, 1.18[", prefer = "1.17.1"}
+google-cloud-nio = "0.123.17"
+google-libraries-bom = "24.1.0"
+guava = "32.1.1-jre"
+hadoop2 = "2.7.3"
+hadoop3-client = "3.3.6"
+httpcomponents-httpclient5 = "5.2.1"
+hive2 = { strictly = "[2, 3[", prefer = "2.3.9"}
+hive3 = "3.1.3"
+immutables-value = "2.9.2"
+jackson-annotations = "2.15.2"
+jackson-bom = "2.14.2"
+jackson-dataformat-xml = "2.9.9"
+jackson211 = { strictly = "[2.11, 2.12[", prefer = "2.11.4"}
+jackson212 = { strictly = "[2.12, 2.13[", prefer = "2.12.3"}
+jackson213 = { strictly = "[2.13, 2.14[", prefer = "2.13.4"}
+jackson214 = { strictly = "[2.14, 2.15[", prefer = "2.14.2"}
+jakarta-el-api = "3.0.3"
+jaxb-api = "2.3.1"
+jaxb-runtime = "2.3.3"
+jetty = "9.4.43.v20210629"
+junit = "5.9.2"
+kryo-shaded = "4.0.3"
+microprofile-openapi-api = "3.1.1"
+mockito = "4.11.0"
+mockserver = "5.13.2"
+nessie = "0.65.0"
+netty-buffer = "4.1.68.Final"
+object-client-bundle = "3.3.2"
+orc = "1.9.0"
+parquet = "1.13.1"
+pig = "0.14.0"
+roaringbitmap = "0.9.22"
+s3mock-junit5 = "2.11.0"
+scala-collection-compat = "2.11.0"
+slf4j = "1.7.36"
+snowflake-jdbc = "3.13.22"
+spark-hive31 = "3.1.3"
+spark-hive32 = "3.2.2"
+spark-hive33 = "3.3.2"
+spark-hive34 = "3.4.1"
+spring-boot = "2.5.4"
+spring-web = "5.3.9"
+sqlite-jdbc = "3.41.0.0"
+testcontainers = "1.17.6"
+tez010 = "0.10.2"
+tez08 = { strictly = "[0.8, 0.9[", prefer = "0.8.4"}
+
+[libraries]
+activation = { module = "javax.activation:activation", version.ref =
"activation" }
+aircompressor = "io.airlift:aircompressor:0.24"
Review Comment:
version should be defined above and used here to align with the rest
--
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]