From: Alissa Bonas Date: Sat, 21 Dec 2013 18:59:31 +0000 (+0200) Subject: Upgrade jackson library to version 2.3.0 X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~142^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=0b6e6ac086a8daf9f2c860b8a9dd8b45465124f4;hp=0b6e6ac086a8daf9f2c860b8a9dd8b45465124f4;p=controller.git Upgrade jackson library to version 2.3.0 This change purpose is to use a newer version of the library, as well as align it with the jackson version used by ovsdb project repo. Main change areas: 1.Upgrade the jackson from codehaus.jackson version 1.9.x to fasterxml.jackson version 2.3.0. change all usages in pom files and fix the imports in Java classes. 2.Remove the usage of jersey-json library. Main resource for upgrade information: http://wiki.fasterxml.com/JacksonUpgradeFrom19To20 Change-Id: I2caa9f94a81af1e5ad0ead90c60c912396b8a390 Signed-off-by: Alissa Bonas ---