#BAEL-636 (#1468)
* jira #BAEL-636 * remove redundant dependency spring-boot-starter-reactive
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
52eb7c2bc4
commit
d3e57d38a6
@@ -35,6 +35,17 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-webflux</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- a fix for spring-boot dependency on Reactor -->
|
||||
<dependency>
|
||||
<groupId>io.projectreactor</groupId>
|
||||
<artifactId>reactor-core</artifactId>
|
||||
<version>3.0.6.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<!-- utils -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user