We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1e2a8 commit 250bdecCopy full SHA for 250bdec
quarkus/admin/build.gradle.kts
@@ -44,6 +44,7 @@ dependencies {
44
implementation(project(":polaris-api-iceberg-service"))
45
46
runtimeOnly(project(":polaris-eclipselink"))
47
+ runtimeOnly("org.postgresql:postgresql")
48
49
implementation(enforcedPlatform(libs.quarkus.bom))
50
implementation("io.quarkus:quarkus-picocli")
0 commit comments