From 05e7c2ba368506f5798160132dc1781716a11eeb Mon Sep 17 00:00:00 2001 From: sonibhanu Date: Mon, 13 Jan 2020 17:35:59 +0530 Subject: Fix vulnerability issue in multivimproxy Excluded common-beanutil from its parent jar and included explicitly Change-Id: I2712f8f99aa03936096cab3f26baa905378c2d93 Issue-ID: VFC-1598 Signed-off-by: sonibhanu --- service/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/service/pom.xml b/service/pom.xml index 260caf6..974f6ac 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -84,8 +84,17 @@ commons-collections commons-collections + + commons-beanutils + commons-beanutils + + + commons-beanutils + commons-beanutils + 1.9.4 +