This commit is contained in:
Stephane Nicoll
2017-10-27 19:26:05 +02:00
parent 357052f615
commit 8c5b9928e8
@@ -41,7 +41,7 @@ public class SpringSecurityTestRequestPostProcessorTests
@Test @Test
public void securityTestIsAddedWithSecurityReactive() { public void securityTestIsAddedWithSecurityReactive() {
ProjectRequest request = createProjectRequest("security-reactive"); ProjectRequest request = createProjectRequest("security-reactive");
request.setBootVersion("2.0.0.BUILD-SNAPSHOT"); request.setBootVersion("2.0.0.M5");
generateMavenPom(request) generateMavenPom(request)
.hasSpringBootStarterDependency("security-reactive") .hasSpringBootStarterDependency("security-reactive")
.hasSpringBootStarterTest() .hasSpringBootStarterTest()