Skip to content

Commit

Permalink
remove jersey jetty
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Sep 11, 2024
1 parent ae52e56 commit 3551bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catalogs/catalog-lakehouse-iceberg/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ dependencies {
exclude("org.rocksdb")
}

testImplementation(libs.bundles.jersey)
testImplementation(libs.bundles.jetty)
// testImplementation(libs.bundles.jersey)
// testImplementation(libs.bundles.jetty)
testImplementation(libs.junit.jupiter.api)
testImplementation(libs.junit.jupiter.params)
testImplementation(libs.mockito.core)
Expand Down

0 comments on commit 3551bb6

Please sign in to comment.