Skip to content

Commit

Permalink
Add mising entry for Netty tcnative dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
rujche authored and snicoll committed Sep 28, 2020
1 parent e74f777 commit 8330752
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spring-boot-project/spring-boot-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1144,6 +1144,11 @@
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative</artifactId>
<version>${netty-tcnative.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
Expand Down

0 comments on commit 8330752

Please sign in to comment.