From 235f7eb30eb3eea9bf9e56e0e4bc2bee458abbd4 Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Wed, 18 Apr 2018 11:40:45 -0400 Subject: Update the pom to use the spring boot 1.5.12 Issue-ID: AAI-1036 Issue-ID: AAI-968 Issue-ID: AAI-975 Change-Id: Iad8ad4f6e5f71c969b99356b7c909dc585e97a98 Signed-off-by: Kajur, Harish (vk250x) --- aai-client-loadbalancer/pom.xml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'aai-client-loadbalancer/pom.xml') diff --git a/aai-client-loadbalancer/pom.xml b/aai-client-loadbalancer/pom.xml index 58454d6c..6279eb34 100644 --- a/aai-client-loadbalancer/pom.xml +++ b/aai-client-loadbalancer/pom.xml @@ -49,6 +49,7 @@ UTF-8 1.8 + 1.2.3 @@ -63,7 +64,7 @@ org.springframework.boot spring-boot-starter-web - 1.5.2.RELEASE + 1.5.12.RELEASE org.springframework.boot @@ -76,16 +77,26 @@ eelf-core 1.0.0 - - org.springframework.retry - spring-retry - 1.2.1.RELEASE - io.netty netty-codec-http 4.0.29.Final + + ch.qos.logback + logback-core + ${logback.version} + + + ch.qos.logback + logback-classic + ${logback.version} + + + ch.qos.logback + logback-access + ${logback.version} + -- cgit 1.2.3-korg