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)
pom.xml

diff --git a/pom.xml b/pom.xml
index 684a727..805bd0d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                        <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>