This reverts commit 874b1f4870. A
change has been made to Spring Framework to work around the problem.
As a result, this workaround is no longer necessary.
This commit is contained in:
Andy Wilkinson 2017-04-06 13:24:32 +01:00
parent f0c5372642
commit f03daae02c
1 changed files with 0 additions and 4 deletions

View File

@ -38,10 +38,6 @@
<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>