aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-04-27 17:23:00 +0200
committersebdet <sebastien.determe@intl.att.com>2020-04-27 17:23:00 +0200
commita5b48cf2e9f24686527997a2eb366bbc603b867b (patch)
treea8398199755a9b65b805b8ec1b658e056d8ea189
parent615eb9bc91c2e685c4eebb96b44b157fd71fa8f0 (diff)
Fix bugs reported by sonar/nexus-iq
Fix bugs reported by sonar as critical, major, ... Issue-ID: CLAMP-841 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I3ec04016541e4a644c02e5c4601c0ee608eb0ca3
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f51acac1b..8a51b5c00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -390,6 +390,10 @@
<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>