Merge "Fix bugs reported by sonar/nexus-iq"
authorGervais-Martial Ngueko <gervais-martial.ngueko@intl.att.com>
Mon, 27 Apr 2020 15:36:03 +0000 (15:36 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 27 Apr 2020 15:36:03 +0000 (15:36 +0000)
1  2 
pom.xml

diff --combined pom.xml
+++ b/pom.xml
@@@ -26,7 -26,7 +26,7 @@@
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.onap.clamp</groupId>
        <artifactId>clds</artifactId>
 -      <version>5.0.5-SNAPSHOT</version>
 +      <version>5.0.6-SNAPSHOT</version>
        <name>clamp</name>
  
  
                                        <groupId>org.springframework.boot</groupId>
                                        <artifactId>spring-boot-starter-json</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>org.springframework</groupId>
+                                       <artifactId>spring-web</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
                <dependency>