From 874b1f48706ce8bf78013c28a35b11ebe372f76f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 5 Apr 2017 16:36:38 +0100 Subject: [PATCH] Work around https://issues.jboss.org/browse/WFLY-8515 --- .../spring-boot-deployment-test-wildfly/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-boot-deployment-tests/spring-boot-deployment-test-wildfly/pom.xml b/spring-boot-deployment-tests/spring-boot-deployment-test-wildfly/pom.xml index 4c6effca3e..f5b7770566 100644 --- a/spring-boot-deployment-tests/spring-boot-deployment-test-wildfly/pom.xml +++ b/spring-boot-deployment-tests/spring-boot-deployment-test-wildfly/pom.xml @@ -38,6 +38,10 @@ javax.servlet-api provided + + org.reactivestreams + reactive-streams + org.springframework.boot spring-boot-starter-test