diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-04-27 17:23:00 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-04-27 17:23:00 +0200 |
commit | a5b48cf2e9f24686527997a2eb366bbc603b867b (patch) | |
tree | a8398199755a9b65b805b8ec1b658e056d8ea189 /pom.xml | |
parent | 615eb9bc91c2e685c4eebb96b44b157fd71fa8f0 (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
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |