Skip to content

Commit

Permalink
Fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyCanCode committed Aug 2, 2024
1 parent f0ecdfe commit 2c9ff64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions extension/persistence/eclipselink/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies {
implementation(libs.eclipselink)
implementation(platform(libs.dropwizard.bom))
implementation("io.dropwizard:dropwizard-jackson")
implementation(libs.h2) // Different dependencies will be needed for different backend databases

testImplementation(libs.h2)
testImplementation(testFixtures(project(":polaris-core")))
Expand Down
2 changes: 1 addition & 1 deletion polaris-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation(project(":polaris-core"))
implementation(project(":polaris-eclipselink"))

implementation(platform("org.apache.iceberg:iceberg-bom:${icebergVersion}"))
implementation(platform(libs.iceberg.bom))
implementation("org.apache.iceberg:iceberg-api")
implementation("org.apache.iceberg:iceberg-core")
implementation("org.apache.iceberg:iceberg-aws")
Expand Down

0 comments on commit 2c9ff64

Please sign in to comment.