Skip to content

Commit e25e67c

Browse files
committed
Merge pull request #23502 from chenrujun
* pr/23502: Add mising entry for Netty tcnative dependency management Closes gh-23502
2 parents e74f777 + 8330752 commit e25e67c

File tree

1 file changed

+5
-0
lines changed
  • spring-boot-project/spring-boot-dependencies

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,6 +1144,11 @@
11441144
<scope>import</scope>
11451145
<type>pom</type>
11461146
</dependency>
1147+
<dependency>
1148+
<groupId>io.netty</groupId>
1149+
<artifactId>netty-tcnative</artifactId>
1150+
<version>${netty-tcnative.version}</version>
1151+
</dependency>
11471152
<dependency>
11481153
<groupId>io.netty</groupId>
11491154
<artifactId>netty-tcnative-boringssl-static</artifactId>

0 commit comments

Comments
 (0)