Replace Jackson Spring-Boot dependencies with GSON 03/75303/1
authorLee, Tian (tl5884) <TianL@amdocs.com>
Fri, 4 Jan 2019 17:27:11 +0000 (17:27 +0000)
committerLee, Tian (tl5884) <TianL@amdocs.com>
Fri, 4 Jan 2019 17:27:11 +0000 (17:27 +0000)
Submodule: FProxy service

By default, Spring-Boot uses Jackson dependencies to marshall/unmarshall
JSON. However, all current releases of Jackson contain security
vulnerabilities.

This change will configure Spring-Boot to use the GSON library instead
of Jackson, which contains no security vulnerabilities.

Change-Id: Ifd36d2ddb79fa5da9310e1872f8936ab7ae91073
Issue-ID: AAF-693
Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>

No differences found