From ae0287ca5e6cb81685c7cac590d8eade10ed3f40 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 5 Sep 2018 08:57:55 +0200 Subject: [PATCH] #399 - Polishing. Move Spring version override to Java 9+ build profile to allow test runs with Spring Boot 2.1 on Java 8. --- jdbc/pom.xml | 1 - pom.xml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/jdbc/pom.xml b/jdbc/pom.xml index c9d57805..c973a673 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -25,7 +25,6 @@ Lovelace-BUILD-SNAPSHOT - 5.0.9.BUILD-SNAPSHOT diff --git a/pom.xml b/pom.xml index 2ff83d35..0c521158 100644 --- a/pom.xml +++ b/pom.xml @@ -86,6 +86,7 @@ 5.3.0.Final 1.8.11 + 5.0.9.BUILD-SNAPSHOT