From 549ab8addf4be5b5e0e7139a4c087e50d20c2e17 Mon Sep 17 00:00:00 2001 From: VoBa Date: Tue, 5 May 2020 19:24:35 +0300 Subject: [PATCH] Exclude old spring-core version (#2733) * Renamed env variabled. Added sync * Exclude old spring-core version --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 524fb8ec3e..0fb32edc10 100755 --- a/pom.xml +++ b/pom.xml @@ -468,11 +468,23 @@ org.springframework.security spring-security-oauth2-client ${spring-security.version} + + + org.springframework + spring-core + + org.springframework.security spring-security-oauth2-jose ${spring-security.version} + + + org.springframework + spring-core + + org.springframework.boot