Browse Source

Add mising entry for Netty tcnative dependency management

See gh-23502
pull/23562/head
Rujun Chen 6 years ago committed by Stephane Nicoll
parent
commit
8330752b11
  1. 5
      spring-boot-project/spring-boot-dependencies/pom.xml

5
spring-boot-project/spring-boot-dependencies/pom.xml

@ -1144,6 +1144,11 @@ @@ -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>

Loading…
Cancel
Save