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 fa2e021 commit f258297
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions catalogs/catalog-lakehouse-iceberg/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,16 @@ val icebergVersion: String = libs.versions.iceberg.get()
val scalaCollectionCompatVersion: String = libs.versions.scala.collection.compat.get()

dependencies {
implementation(project(":api"))
implementation(project(":api")) {
exclude("*")
}
implementation(project(":catalogs:catalog-common"))
implementation(project(":common"))
implementation(project(":core"))
implementation(project(":common")) {
exclude("*")
}
implementation(project(":core")) {
exclude("*")
}
implementation(project(":iceberg:iceberg-common"))
implementation(libs.bundles.iceberg)
implementation(libs.bundles.jersey)
Expand Down

0 comments on commit f258297

Please sign in to comment.