From 2229d5048ecf5104024b51563a107f465d140f22 Mon Sep 17 00:00:00 2001 From: Eliezio Oliveira Date: Thu, 30 May 2019 08:20:24 +0100 Subject: Re-enabled RestClientServiceTest Secondary HTTP server switched from blocking Tomcat to reactive Netty Change-Id: I44ae3e4d1f4f1af1335a94032f236a1023dbdea0 Issue-ID: CCSDK-1447 Signed-off-by: Eliezio Oliveira --- ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml') diff --git a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml index 0cae94690..011edae95 100644 --- a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml @@ -44,7 +44,15 @@ org.springframework.boot - spring-boot-starter-web + spring-boot-starter + + + org.springframework + spring-web + + + org.springframework.boot + spring-boot-starter-webflux test -- cgit 1.2.3-korg