Skip to content

Commit 568156e

Browse files
pingtimeoutjbonofre
authored andcommitted
Add missing Postgresql dependency (#1447)
(cherry picked from commit 250bdec)
1 parent 138fe7e commit 568156e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quarkus/admin/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ dependencies {
4444
implementation(project(":polaris-api-iceberg-service"))
4545

4646
runtimeOnly(project(":polaris-eclipselink"))
47+
runtimeOnly("org.postgresql:postgresql")
4748

4849
implementation(enforcedPlatform(libs.quarkus.bom))
4950
implementation("io.quarkus:quarkus-picocli")

0 commit comments

Comments
 (0)