diff options
author | Victor Gao <victor.gao@huawei.com> | 2018-11-15 16:23:42 +0800 |
---|---|---|
committer | Victor Gao <victor.gao@huawei.com> | 2018-11-15 16:23:42 +0800 |
commit | 81bef4855130b5d9134f3ff98cec7c9d5d38c3d5 (patch) | |
tree | 31c5a08fcc4a7008168f8f26583b32b20673fefc /ResmanagementService | |
parent | ea18924cd5505f5e36ea58e7424db54c41db4605 (diff) |
Fix vulnerability issue in resmgr
update commons-collections version to 3.2.2
Change-Id: I855d36d0b409ab77992d042037c837806dcafb15
Issue-ID: VFC-1187
Signed-off-by: Victor Gao <victor.gao@huawei.com>
Diffstat (limited to 'ResmanagementService')
-rw-r--r-- | ResmanagementService/service/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ResmanagementService/service/pom.xml b/ResmanagementService/service/pom.xml index 7571b8f..f2be7dd 100644 --- a/ResmanagementService/service/pom.xml +++ b/ResmanagementService/service/pom.xml @@ -73,10 +73,21 @@ <version>1.3.0</version> </dependency> <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.2</version> + </dependency> + <dependency> <groupId>net.sf.json-lib</groupId> <artifactId>json-lib</artifactId> <version>2.4</version> <classifier>jdk15</classifier> + <exclusions> + <exclusion> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.eclipse.jetty.orbit</groupId> |