From 0d9b3896ad594816b1eb7048949114e6a18c4bd4 Mon Sep 17 00:00:00 2001 From: "Lee, Tian (tl5884)" Date: Mon, 1 Oct 2018 16:24:47 +0100 Subject: Fix NexusIQ security vulnerabilities Remove Spring Boot Jackson dependencies and replace with Gson implementation. Fix potential source of NullPointerException. Change-Id: I3a715a023223b596e8a0979f0e0d381511fca32d Issue-ID: AAF-529 Signed-off-by: Lee, Tian (tl5884) --- sidecar/rproxy/pom.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'sidecar/rproxy/pom.xml') diff --git a/sidecar/rproxy/pom.xml b/sidecar/rproxy/pom.xml index 004f569..09a0d06 100644 --- a/sidecar/rproxy/pom.xml +++ b/sidecar/rproxy/pom.xml @@ -68,6 +68,10 @@ org.springframework.boot spring-boot-starter-tomcat + + org.springframework.boot + spring-boot-starter-json + @@ -86,11 +90,6 @@ spring-boot-starter-aop - - org.springframework.boot - spring-boot-starter-actuator - - org.springframework.boot spring-boot-starter-test @@ -108,7 +107,6 @@ com.google.code.gson gson - 2.8.5 -- cgit 1.2.3-korg