Skip to content

Commit

Permalink
open-api: Fix compile warnings for testFixtures (apache#11071)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajantha-bhat authored Sep 5, 2024
1 parent 4f37041 commit 2391bdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,8 @@ project(':iceberg-open-api') {
testFixturesImplementation libs.jetty.servlet
testFixturesImplementation libs.jetty.server
testFixturesImplementation libs.sqlite.jdbc

testFixturesCompileOnly libs.apiguardian
}

test {
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ activation = "1.1.1"
aliyun-sdk-oss = "3.10.2"
antlr = "4.9.3"
aircompressor = "0.27"
apiguardian = "1.1.2"
arrow = "15.0.2"
avro = "1.12.0"
assertj-core = "3.26.3"
Expand Down Expand Up @@ -177,6 +178,7 @@ slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" }
snowflake-jdbc = { module = "net.snowflake:snowflake-jdbc", version.ref = "snowflake-jdbc" }

# test libraries
apiguardian = { module = "org.apiguardian:apiguardian-api", version.ref = "apiguardian" }
assertj-core = { module = "org.assertj:assertj-core", version.ref = "assertj-core" }
awaitility = { module = "org.awaitility:awaitility", version.ref = "awaitility" }
delta-spark = { module = "io.delta:delta-spark_2.12", version.ref = "delta-spark" }
Expand Down

0 comments on commit 2391bdd

Please sign in to comment.