Spring Initializr: 3.1.0-M2 / Spring WebMVC / Thymeleaf
[demos/spring-boot] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4e5b16c..3a71f8c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
                </dependency>
                <dependency>
                        <groupId>org.springframework.boot</groupId>
-                       <artifactId>spring-boot-starter-webflux</artifactId>
+                       <artifactId>spring-boot-starter-web</artifactId>
                </dependency>
 
                <dependency>
@@ -32,8 +32,8 @@
                        <scope>test</scope>
                </dependency>
                <dependency>
-                       <groupId>io.projectreactor</groupId>
-                       <artifactId>reactor-test</artifactId>
+                       <groupId>org.assertj</groupId>
+                       <artifactId>assertj-core</artifactId>
                        <scope>test</scope>
                </dependency>
                <dependency>