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 8b42c4a2c0796f1f7ed9cb6588aabb13e24dd318
Author: yukon <[email protected]>
AuthorDate: Thu Jun 6 21:28:21 2019 +0800

    Add version of native epoll
---
 pom.xml                             | 20 ++++++++++----------
 remoting-core/remoting-impl/pom.xml |  1 +
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 84e734b..b7ed367 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,6 +9,16 @@
     <version>0.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
+    <build>
+        <extensions>
+            <extension>
+                <groupId>kr.motd.maven</groupId>
+                <artifactId>os-maven-plugin</artifactId>
+                <version>1.5.0.Final</version>
+            </extension>
+        </extensions>
+    </build>
+
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -114,14 +124,4 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
-
-    <build>
-        <extensions>
-            <extension>
-                <groupId>kr.motd.maven</groupId>
-                <artifactId>os-maven-plugin</artifactId>
-                <version>1.5.0.Final</version>
-            </extension>
-        </extensions>
-    </build>
 </project>
\ No newline at end of file
diff --git a/remoting-core/remoting-impl/pom.xml 
b/remoting-core/remoting-impl/pom.xml
index 9f868a0..a8af63c 100644
--- a/remoting-core/remoting-impl/pom.xml
+++ b/remoting-core/remoting-impl/pom.xml
@@ -29,6 +29,7 @@
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-transport-native-epoll</artifactId>
+            <version>4.1.26.Final</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>

Reply via email to