upgrade spring-web version 54/71154/1
authorTaka Cho <takamune.cho@att.com>
Wed, 24 Oct 2018 14:07:12 +0000 (10:07 -0400)
committerTaka Cho <takamune.cho@att.com>
Wed, 24 Oct 2018 14:08:35 +0000 (10:08 -0400)
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>
CdtProxyService/pom.xml

index ef47333..b91cbba 100644 (file)
         <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>