Skip to content

Commit

Permalink
use catalog-common
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Jul 23, 2024
1 parent 23e5316 commit 30c0bda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iceberg/iceberg-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {
}

dependencies {
implementation(project(":catalogs:bundled-catalog", configuration = "shadow"))
implementation(project(":catalogs:catalog-common"))
implementation(project(":core"))
implementation(project(":common"))
implementation(project(":server-common"))
Expand Down
2 changes: 1 addition & 1 deletion iceberg/iceberg-rest-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ val icebergVersion: String = libs.versions.iceberg.get()
val scalaCollectionCompatVersion: String = libs.versions.scala.collection.compat.get()

dependencies {
implementation(project(":catalogs:bundled-catalog", configuration = "shadow"))
implementation(project(":catalogs:catalog-common"))
implementation(project(":core"))
implementation(project(":common"))
implementation(project(":iceberg:iceberg-common"))
Expand Down

0 comments on commit 30c0bda

Please sign in to comment.