This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch release/0.10.x in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/release/0.10.x by this push: new 568156e91 Add missing Postgresql dependency (#1447) 568156e91 is described below commit 568156e91ae957b5d45215e99f5f80512fa9ba56 Author: Pierre Laporte <pie...@pingtimeout.fr> AuthorDate: Thu Apr 24 20:11:57 2025 +0200 Add missing Postgresql dependency (#1447) (cherry picked from commit 250bdec0f7cd08559ddf1e3bd0f3d9f5cc2ec387) --- quarkus/admin/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/quarkus/admin/build.gradle.kts b/quarkus/admin/build.gradle.kts index 90da205f8..357acfd94 100644 --- a/quarkus/admin/build.gradle.kts +++ b/quarkus/admin/build.gradle.kts @@ -44,6 +44,7 @@ dependencies { implementation(project(":polaris-api-iceberg-service")) runtimeOnly(project(":polaris-eclipselink")) + runtimeOnly("org.postgresql:postgresql") implementation(enforcedPlatform(libs.quarkus.bom)) implementation("io.quarkus:quarkus-picocli")