Remove useless netty-tcnative-boringssl-static dependencies

This commit is contained in:
Crazywen
2020-12-25 11:23:04 +08:00
committed by GitHub
parent 87dd390ee1
commit 0239421fa5
-5
View File
@@ -40,10 +40,5 @@
<groupId>${project.groupId}</groupId>
<artifactId>rocketmq-logging</artifactId>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>1.1.33.Fork26</version>
</dependency>
</dependencies>
</project>