Trying to make this work

This commit is contained in:
Marcin Grzejszczak
2017-09-17 10:25:13 +02:00
parent d439bd527f
commit 2bee027ee1
5 changed files with 31 additions and 27 deletions

View File

@@ -21,6 +21,11 @@
<artifactId>spring-boot-starter-web</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>