summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprakash.e <prakash.e@huawei.com>2020-03-07 16:02:18 +0530
committerprakash.e <prakash.e@huawei.com>2020-03-07 16:04:46 +0530
commite2b838a9ee3e5991f38dd23d1c2b7c5c55e0b0b2 (patch)
tree5c51a721a309c4cad338bbb8d12e0d7b5fcfb61b
parentf0ca46ac650c690d228fd0a7ce6cd2e7be2e6029 (diff)
vfc resmanagement vulnerability issue fix
spring-web is not used in resmanagement code and it is commented out Change-Id: I13afcff2df3a9bf21662d7c96670de5b7811a37b Issue-ID: VFC-1598 Signed-off-by: Prakash.E <prakash.e@huawei.com>
-rw-r--r--ResmanagementService/service/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ResmanagementService/service/pom.xml b/ResmanagementService/service/pom.xml
index bf0d59c..9e13ca8 100644
--- a/ResmanagementService/service/pom.xml
+++ b/ResmanagementService/service/pom.xml
@@ -193,11 +193,11 @@
<artifactId>spring-jdbc</artifactId>
<version>4.3.18.RELEASE</version>
</dependency>
- <dependency>
+ <!--dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>5.1.5.RELEASE</version>
- </dependency>
+ </dependency-->
<!--dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-asm</artifactId>