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-commons/pom.xml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'prh-commons/pom.xml') diff --git a/prh-commons/pom.xml b/prh-commons/pom.xml index 94cd2459..231e4024 100644 --- a/prh-commons/pom.xml +++ b/prh-commons/pom.xml @@ -42,15 +42,6 @@ org.immutables gson - - org.apache.httpcomponents - httpclient - - - org.apache.commons - commons-lang3 - - org.junit.jupiter junit-jupiter-api @@ -79,5 +70,10 @@ org.slf4j log4j-over-slf4j + + org.springframework + spring-web + 5.0.5.RELEASE + -- cgit 1.2.3-korg