This commit is contained in:
Andy Wilkinson 2017-04-05 16:36:38 +01:00
parent a2a30cd3c0
commit 874b1f4870
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>