From e971bf8a2c8d5aa8dc2cdd95d39fb3b5deb91356 Mon Sep 17 00:00:00 2001 From: jakubadamek Date: Sun, 21 Apr 2024 18:52:12 +0200 Subject: [PATCH] Add profile for GCP CloudSql Postgres driver (#676) * Add profile for GCP CloudSql Postgres driver * Update pom.xml: comment on cloudsql-postgres profile needs boot profile * Add link to GCP docs --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index d12cf0ec0cc..91b7f1d52d0 100644 --- a/pom.xml +++ b/pom.xml @@ -676,5 +676,18 @@ + + + cloudsql-postgres + + + com.google.cloud.sql + postgres-socket-factory + 1.17.0 + + +