Skip to content

Commit 1a3122e

Browse files
author
Igor Lozynskyi
committed
Added netty dep
1 parent c85b18e commit 1a3122e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
<groupId>org.springframework.boot</groupId>
4040
<artifactId>spring-boot-starter-web</artifactId>
4141
</dependency>
42-
<!--<dependency>-->
43-
<!--<groupId>org.springframework.boot</groupId>-->
44-
<!--<artifactId>spring-boot-starter-reactor-netty</artifactId>-->
45-
<!--</dependency>-->
42+
<dependency>
43+
<groupId>org.springframework.boot</groupId>
44+
<artifactId>spring-boot-starter-reactor-netty</artifactId>
45+
</dependency>
4646
<dependency>
4747
<groupId>org.springframework.boot</groupId>
4848
<artifactId>spring-boot-starter-thymeleaf</artifactId>

0 commit comments

Comments
 (0)