From 4a1457c84c5f3a68ccdfb3e348996e14ccea89e8 Mon Sep 17 00:00:00 2001 From: wasala Date: Tue, 11 Sep 2018 09:50:21 +0200 Subject: PRH:security vulnerabilities fix *Removed unused libraries *Fixed vulnerablities in connection with clm scan *Replaced AssertJ in tests verification by using StepVerifier Change-Id: I81c3ac54e5514735f0fca8150fcc218d96dc5ce3 Issue-ID: DCAEGEN2-770 Signed-off-by: wasala --- prh-app-server/pom.xml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'prh-app-server/pom.xml') diff --git a/prh-app-server/pom.xml b/prh-app-server/pom.xml index b04c06b9..f663227c 100644 --- a/prh-app-server/pom.xml +++ b/prh-app-server/pom.xml @@ -130,6 +130,12 @@ org.springframework.boot spring-boot-starter-web + + + com.fasterxml.jackson.core + jackson-databind + + org.springframework.boot @@ -147,10 +153,6 @@ org.immutables gson - - org.bouncycastle - bcprov-jdk15on - org.bouncycastle bcpkix-jdk15on @@ -221,11 +223,6 @@ junit-platform-launcher test - - org.springframework.boot - spring-boot-starter-test - test - org.mockito mockito-core @@ -241,6 +238,10 @@ testng test + + org.assertj + assertj-core + io.springfox -- cgit 1.2.3-korg