diff options
author | Gervais-Martial Ngueko <gervais-martial.ngueko@intl.att.com> | 2020-04-27 15:36:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-27 15:36:03 +0000 |
commit | 80a6f12466e31e76ffd0edf46934cae22b2bf171 (patch) | |
tree | 91dc4452c30d08efc4c1e72b45d59092199ff389 /pom.xml | |
parent | 01443d4c9bb69f75070b4b42ee531cb445ed77a4 (diff) | |
parent | a5b48cf2e9f24686527997a2eb366bbc603b867b (diff) |
Merge "Fix bugs reported by sonar/nexus-iq"
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> |