Skip to content

Commit

Permalink
Merge pull request #23502 from chenrujun
Browse files Browse the repository at this point in the history
* pr/23502:
  Add mising entry for Netty tcnative dependency management

Closes gh-23502
  • Loading branch information
snicoll committed Sep 28, 2020
2 parents e74f777 + 8330752 commit e25e67c
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 e25e67c

Please sign in to comment.