Skip to content

Commit 383fca6

Browse files
committed
maven build
1 parent 69dd66d commit 383fca6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</dependency>
3737
<dependency>
3838
<groupId>org.springframework.boot</groupId>
39-
<artifactId>spring-boot-starter-webflux</artifactId>
39+
<artifactId>spring-boot-starter-web</artifactId>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.h2database</groupId>
@@ -64,6 +64,7 @@
6464
<plugin>
6565
<groupId>org.springframework.boot</groupId>
6666
<artifactId>spring-boot-maven-plugin</artifactId>
67+
6768
</plugin>
6869
</plugins>
6970
</build>

0 commit comments

Comments
 (0)