Skip to content

Commit

Permalink
#4545 remove unused lib
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuQhahah committed Aug 31, 2024
1 parent 209c69e commit 061753f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
11 changes: 2 additions & 9 deletions catalogs/catalog-lakehouse-iceberg/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,16 @@ dependencies {
implementation(project(":iceberg:iceberg-common")) {
exclude("*")
}
implementation(project(":server-common")) {
exclude("*")
}
implementation(project(":server-common"))
implementation(libs.bundles.iceberg)
implementation(libs.bundles.jersey)
implementation(libs.bundles.jetty)
implementation(libs.bundles.log4j)
implementation(libs.cglib)
implementation(libs.commons.collections4)
implementation(libs.commons.io)
implementation(libs.commons.lang3)
implementation(libs.guava)

annotationProcessor(libs.lombok)

compileOnly(libs.lombok)

implementation(libs.bundles.slf4j)
testImplementation(project(":catalogs:catalog-jdbc-common", "testArtifacts"))
testImplementation(project(":clients:client-java"))
testImplementation(project(":integration-test-common", "testArtifacts"))
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ rome = { group = "rome", name = "rome", version.ref = "rome" }
jettison = { group = "org.codehaus.jettison", name = "jettison", version.ref = "jettison" }

[bundles]
slf4j = ["slf4j-api"]
log4j = ["slf4j-api", "log4j-slf4j2-impl", "log4j-api", "log4j-core", "log4j-12-api"]
jetty = ["jetty-server", "jetty-servlet", "jetty-webapp", "jetty-servlets"]
jersey = ["jersey-server", "jersey-container-servlet-core", "jersey-container-jetty-http", "jersey-media-json-jackson", "jersey-hk2"]
Expand Down

0 comments on commit 061753f

Please sign in to comment.