From caac2b0ea280a67e5b2bc82ac368bea2c3b9b0da Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Thu, 19 Apr 2018 09:31:36 -0400 Subject: Fix the spring core and netty handler issue Issue-ID: AAI-586 Change-Id: I69efb05f9fb82ffe1a97042e493c754b55bfb269 Signed-off-by: Kajur, Harish (vk250x) --- aai-client-loadbalancer/pom.xml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) (limited to 'aai-client-loadbalancer/pom.xml') diff --git a/aai-client-loadbalancer/pom.xml b/aai-client-loadbalancer/pom.xml index 6279eb34..59905cc6 100644 --- a/aai-client-loadbalancer/pom.xml +++ b/aai-client-loadbalancer/pom.xml @@ -56,6 +56,16 @@ org.springframework.cloud spring-cloud-starter-ribbon + + + org.bouncycastle + bcprov-jdk15on + + + org.bouncycastle + bcpkix-jdk15on + + org.springframework.cloud @@ -72,6 +82,11 @@ + + org.springframework + spring-core + 4.3.16.RELEASE + com.att.eelf eelf-core @@ -80,7 +95,7 @@ io.netty netty-codec-http - 4.0.29.Final + 4.1.9.Final ch.qos.logback @@ -97,6 +112,16 @@ logback-access ${logback.version} + + com.fasterxml.jackson.core + jackson-core + 2.8.11 + + + com.fasterxml.jackson.core + jackson-databind + 2.8.11 + -- cgit 1.2.3-korg