From 629b49debaadd42e162b6992e3719ba2de4e7fdf Mon Sep 17 00:00:00 2001 From: Arthur Martella Date: Tue, 27 Mar 2018 23:19:01 -0400 Subject: Remove forbidden dependencies Upgrade org.codehaus.jackson : jackson-mapper-asl : 1.9.13 to com.fasterxml.jackson.core : jackson-databind : 2.8.7 Change Jackson error message in test to new error message. Change-Id: I719166bcf71d171c2e2ba721790eb87fcda8f305 Issue-ID: SO-537 Signed-off-by: Arthur Martella --- mso-api-handlers/mso-api-handler-infra/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mso-api-handlers/mso-api-handler-infra/pom.xml') diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml index 110c4da4ff..93b6c8fbb5 100644 --- a/mso-api-handlers/mso-api-handler-infra/pom.xml +++ b/mso-api-handlers/mso-api-handler-infra/pom.xml @@ -94,9 +94,9 @@ 1.9.13 - org.codehaus.jackson - jackson-mapper-asl - 1.9.13 + com.fasterxml.jackson.core + jackson-databind + 2.8.7 -- cgit 1.2.3-korg