aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2018-10-24 10:07:12 -0400
committerTaka Cho <takamune.cho@att.com>2018-10-24 10:08:35 -0400
commitb5da8b63f0ed204e52fa5bdda4d1153253035157 (patch)
tree88b7fcb9d772e31ef50e9e90ab801b2441ecd9f1
parent93de793185f44101f39a963b43d65bc10a8178f2 (diff)
upgrade spring-web version
upgrade to 5.0.10.RELEASE to avoid the security issue. Change-Id: Icdc7fefe7a91f62690bf4c4f258de0443d422b87 Issue-ID: APPC-1025 Signed-off-by: Taka Cho <takamune.cho@att.com>
-rw-r--r--CdtProxyService/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/CdtProxyService/pom.xml b/CdtProxyService/pom.xml
index ef47333..b91cbba 100644
--- a/CdtProxyService/pom.xml
+++ b/CdtProxyService/pom.xml
@@ -72,6 +72,17 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-web</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-web</artifactId>
+ <version>5.0.10.RELEASE</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>