From caac2b0ea280a67e5b2bc82ac368bea2c3b9b0da Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Thu, 19 Apr 2018 09:31:36 -0400 Subject: [PATCH] Fix the spring core and netty handler issue Issue-ID: AAI-586 Change-Id: I69efb05f9fb82ffe1a97042e493c754b55bfb269 Signed-off-by: Kajur, Harish (vk250x) --- aai-auth/pom.xml | 16 ++++++++++------ aai-client-loadbalancer/pom.xml | 27 ++++++++++++++++++++++++++- aai-core/pom.xml | 20 +++++++++++++++----- aai-schema-ingest/pom.xml | 11 ++++++++++- aai-utils/pom.xml | 11 ++++++++++- 5 files changed, 71 insertions(+), 14 deletions(-) diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index 1bc20005..b113e95f 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -39,17 +39,21 @@ - - com.fasterxml.jackson.core - jackson-databind - 2.8.7 - - org.apache.httpcomponents httpclient 4.5.3 + + com.fasterxml.jackson.core + jackson-core + 2.8.11 + + + com.fasterxml.jackson.core + jackson-databind + 2.8.11 + 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 + diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 6d6814f7..c7f4686e 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -512,11 +512,6 @@ slf4j-api 1.7.5 - - com.fasterxml.jackson.core - jackson-databind - ${jackson.version} - com.fasterxml.jackson.core jackson-annotations @@ -635,6 +630,21 @@ spring-jms 4.3.16.RELEASE + + com.fasterxml.jackson.core + jackson-core + 2.8.11 + + + com.fasterxml.jackson.core + jackson-databind + 2.8.11 + + + com.fasterxml.jackson.core + jackson-annotations + 2.8.11 + diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index d5ea87e3..e3178b67 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -68,7 +68,16 @@ 1.5.1.RELEASE test - + + com.fasterxml.jackson.core + jackson-core + 2.8.11 + + + com.fasterxml.jackson.core + jackson-databind + 2.8.11 + junit junit diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 0afd77b9..691569b0 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -73,7 +73,16 @@ spring-core 4.3.10.RELEASE - + + com.fasterxml.jackson.core + jackson-core + 2.8.11 + + + com.fasterxml.jackson.core + jackson-databind + 2.8.11 + org.onap.aai.aai-common aai-schema -- 2.16.6