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-schema-ingest/pom.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'aai-schema-ingest/pom.xml') 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 -- cgit 1.2.3-korg