Skip to content

Commit

Permalink
add log dependency for netty
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboruhen committed Dec 20, 2023
1 parent e6e8e38 commit 8ac317d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stream-compositions/services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j2</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
Expand Down

0 comments on commit 8ac317d

Please sign in to comment.