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 --- pom.xml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 82cdab74..1e773c6b 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ 1.59 5.0.5.RELEASE 2.0.4.RELEASE - 8.5.28 + 8.5.32 1.7.25 5.1.0 5.1.0 @@ -156,26 +156,11 @@ gson ${immutables.version} - - org.bouncycastle - bcprov-jdk15on - ${bouncycastle.version} - org.bouncycastle bcpkix-jdk15on ${bouncycastle.version} - - org.apache.httpcomponents - httpclient - 4.5.4 - - - org.apache.commons - commons-lang3 - 3.6 - org.springframework spring-beans @@ -278,12 +263,6 @@ 2.25.1 test - - org.springframework.boot - spring-boot-starter-test - 2.0.1.RELEASE - test - io.springfox -- cgit 1.2.3-korg