Fix bugs reported by sonar/nexus-iq 87/106687/1
authorsebdet <sebastien.determe@intl.att.com>
Mon, 27 Apr 2020 15:23:00 +0000 (17:23 +0200)
committersebdet <sebastien.determe@intl.att.com>
Mon, 27 Apr 2020 15:23:00 +0000 (17:23 +0200)
Fix bugs reported by sonar as critical, major, ...

Issue-ID: CLAMP-841
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I3ec04016541e4a644c02e5c4601c0ee608eb0ca3

pom.xml

diff --git a/pom.xml b/pom.xml
index f51acac..8a51b5c 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>