From 0356039c4213f640d04f2f09155c3b20029f8c13 Mon Sep 17 00:00:00 2001 From: Ammar Bikic Date: Fri, 15 Jan 2021 16:25:49 +0100 Subject: [PATCH] Insert spring-webmvc dependency with test scope to make tests running Signed-off-by: Ammar Bikic --- hawkbit-rest/hawkbit-mgmt-api/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hawkbit-rest/hawkbit-mgmt-api/pom.xml b/hawkbit-rest/hawkbit-mgmt-api/pom.xml index 59defdc9d..99df61627 100644 --- a/hawkbit-rest/hawkbit-mgmt-api/pom.xml +++ b/hawkbit-rest/hawkbit-mgmt-api/pom.xml @@ -24,6 +24,11 @@ org.springframework.hateoas spring-hateoas + + org.springframework + spring-webmvc + test + org.springframework.boot spring-boot-starter-json