Skip to content

Commit

Permalink
xx
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Sep 6, 2024
1 parent 8904232 commit e60a626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iceberg/iceberg-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ dependencies {
exclude("org.apache.curator")
exclude("org.apache.derby")
exclude("org.apache.hbase")
exclude("org.apache.hive", "hive-storage-api")
exclude("org.apache.hive", "hive-service-rpc")
exclude("org.apache.hadoop")
exclude("org.apache.hadoop", "hadoop-yarn-api")
Expand All @@ -100,6 +99,7 @@ dependencies {
annotationProcessor(libs.lombok)
compileOnly(libs.lombok)

testImplementation(project(":server-common"))
testImplementation(libs.junit.jupiter.api)
testImplementation(libs.junit.jupiter.params)
testImplementation(libs.sqlite.jdbc)
Expand Down

0 comments on commit e60a626

Please sign in to comment.