summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprakash.e <prakash.e@huawei.com>2020-03-07 16:14:18 +0530
committerprakash.e <prakash.e@huawei.com>2020-03-07 16:16:43 +0530
commit0a55444820eb98c3792057c0753fd2d7e7fd4ac6 (patch)
tree6b0bccdabd49b8c7f455787a172a4d2b4e0ad61d
parent7460a93f587eaa1014608083d8eccf6977d2545a (diff)
VFC multivimproxy vulnerability issue fix
spring-web is not used in resmanagement code and it is commented out Change-Id: I152a69ab7b60f3c8e3874a1d3313549cb2400748 Issue-ID: VFC-1598 Signed-off-by: Prakash.E <prakash.e@huawei.com>
-rw-r--r--service/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/service/pom.xml b/service/pom.xml
index 36ebca1..0c5879a 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -197,11 +197,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>