aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGervais-Martial Ngueko <gervais-martial.ngueko@intl.att.com>2020-04-27 15:36:03 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-27 15:36:03 +0000
commit80a6f12466e31e76ffd0edf46934cae22b2bf171 (patch)
tree91dc4452c30d08efc4c1e72b45d59092199ff389 /pom.xml
parent01443d4c9bb69f75070b4b42ee531cb445ed77a4 (diff)
parenta5b48cf2e9f24686527997a2eb366bbc603b867b (diff)
Merge "Fix bugs reported by sonar/nexus-iq"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 684a7271c..805bd0d26 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>