diff options
author | Eliezio Oliveira <eliezio.oliveira@est.tech> | 2019-05-30 08:20:24 +0100 |
---|---|---|
committer | Eliezio Oliveira <eliezio.oliveira@est.tech> | 2019-07-08 11:27:20 +0100 |
commit | 2229d5048ecf5104024b51563a107f465d140f22 (patch) | |
tree | 6c13c3bf1095785f9e6c21f2a9c6cdd052fa8c5f /ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml | |
parent | 373085385b30c0fa05b650c7eb733ca8e31ca328 (diff) |
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 <eliezio.oliveira@est.tech>
Diffstat (limited to 'ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml')
-rw-r--r-- | ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml | 10 |
1 files changed, 9 insertions, 1 deletions
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 @@ </dependency> <dependency> <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-web</artifactId> + <artifactId>spring-boot-starter</artifactId> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-web</artifactId> + </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-webflux</artifactId> <scope>test</scope> </dependency> <dependency> |