Resmanagement commons-beanutils vulnerability fix 65/102365/1
authorprakash.e <prakash.e@huawei.com>
Wed, 26 Feb 2020 06:02:52 +0000 (11:32 +0530)
committerprakash.e <prakash.e@huawei.com>
Wed, 26 Feb 2020 06:03:08 +0000 (11:33 +0530)
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>
ResmanagementService/service/pom.xml

index 077ff61..0337897 100644 (file)
                     <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>