Migrated the following modules to parent-boot-2:

spring-reactor
spring-quartz
This commit is contained in:
geroza
2018-12-21 13:39:11 -02:00
parent a1b5d77656
commit dcc054d6de
2 changed files with 11 additions and 4 deletions
+6 -1
View File
@@ -27,7 +27,12 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-bus</artifactId>
<version>2.0.8.RELEASE</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>2.0.8.RELEASE</version>
</dependency>
</dependencies>
</project>