From 40ec440aafd63c83e71f1596128831598f912692 Mon Sep 17 00:00:00 2001 From: "prakash.e" Date: Wed, 26 Feb 2020 11:32:52 +0530 Subject: Resmanagement commons-beanutils vulnerability fix Excluded common-beanutil from its parent jar and included explicitly Change-Id: I752ab71686e7b6527d9ded5d8eeb223049c083e0 Issue-ID: VFC-1598 Signed-off-by: Prakash.E --- ResmanagementService/service/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ResmanagementService/service/pom.xml b/ResmanagementService/service/pom.xml index 077ff61..0337897 100644 --- a/ResmanagementService/service/pom.xml +++ b/ResmanagementService/service/pom.xml @@ -87,8 +87,17 @@ commons-collections commons-collections + + commons-beanutils + commons-beanutils + + + commons-beanutils + commons-beanutils + 1.9.4 + org.eclipse.jetty.orbit javax.servlet -- cgit 1.2.3-korg