From 4e2faee32bb6f043ef8d0cf20805239473e31910 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 d12cf0e..91b7f1d 100644 --- a/pom.xml +++ b/pom.xml @@ -676,5 +676,18 @@ + + + cloudsql-postgres + + + com.google.cloud.sql + postgres-socket-factory + 1.17.0 + + +