From a5b48cf2e9f24686527997a2eb366bbc603b867b Mon Sep 17 00:00:00 2001 From: sebdet Date: Mon, 27 Apr 2020 17:23:00 +0200 Subject: [PATCH] Fix bugs reported by sonar/nexus-iq Fix bugs reported by sonar as critical, major, ... Issue-ID: CLAMP-841 Signed-off-by: sebdet Change-Id: I3ec04016541e4a644c02e5c4601c0ee608eb0ca3 --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index f51acac1..8a51b5c0 100644 --- a/pom.xml +++ b/pom.xml @@ -390,6 +390,10 @@ org.springframework.boot spring-boot-starter-json + + org.springframework + spring-web + -- 2.16.6