You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2019/06/28 11:20:12 UTC

[rocketmq-remoting] 37/39: Make netty-transport-native-epoll provided

This is an automated email from the ASF dual-hosted git repository.

yukon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-remoting.git

commit 372cec9fa84cdb8d344b9b0576a5a3936905a79e
Author: yukon <yu...@apache.org>
AuthorDate: Tue Jun 11 13:36:58 2019 +0800

    Make netty-transport-native-epoll provided
---
 remoting-core/remoting-impl/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/remoting-core/remoting-impl/pom.xml b/remoting-core/remoting-impl/pom.xml
index 23791d1..83915fd 100644
--- a/remoting-core/remoting-impl/pom.xml
+++ b/remoting-core/remoting-impl/pom.xml
@@ -32,6 +32,7 @@
             <artifactId>netty-transport-native-epoll</artifactId>
             <version>${netty.version}</version>
             <classifier>linux-${os.detected.arch}</classifier>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>