summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprakash.e <prakash.e@huawei.com>2020-02-26 11:32:52 +0530
committerprakash.e <prakash.e@huawei.com>2020-02-26 11:33:08 +0530
commit40ec440aafd63c83e71f1596128831598f912692 (patch)
treeda7f74a0ff26e2ea17127f73242acef498afb031
parenteaf028ba2e9d94f9182792cd559f8077b3707552 (diff)
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 <prakash.e@huawei.com>
-rw-r--r--ResmanagementService/service/pom.xml9
1 files changed, 9 insertions, 0 deletions
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,9 +87,18 @@
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ <version>1.9.4</version>
+ </dependency>
+ <dependency>
<groupId>org.eclipse.jetty.orbit</groupId>
<artifactId>javax.servlet</artifactId>
<version>3.0.0.v201112011016</version>