From 2c6dbeeea38ef9e058a17fa4290aa781a82c9aae Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 6 Sep 2023 15:35:41 +0200 Subject: [PATCH] Switch Postgres driver dependency from test to optional dependency. See #1567 Original pull request: #1570 --- spring-data-jdbc/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-data-jdbc/pom.xml b/spring-data-jdbc/pom.xml index a9d656f1..d385c2fc 100644 --- a/spring-data-jdbc/pom.xml +++ b/spring-data-jdbc/pom.xml @@ -122,7 +122,7 @@ org.postgresql postgresql ${postgresql.version} - test + true