You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2018/05/17 05:28:08 UTC

[rocketmq] branch develop updated: Use uber jar for netty-tcnative

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

lizhanhui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 07b5858  Use uber jar for netty-tcnative
07b5858 is described below

commit 07b5858ea896155509209bb8ec76f284bcf6f192
Author: shutian.lzh <sh...@alibaba-inc.com>
AuthorDate: Thu May 17 13:23:42 2018 +0800

    Use uber jar for netty-tcnative
---
 pom.xml          |  5 -----
 remoting/pom.xml | 15 ++-------------
 2 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/pom.xml b/pom.xml
index d26e78f..1f9ce56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -535,11 +535,6 @@
                 <version>${project.version}</version>
             </dependency>
             <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>rocketmq-logging</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-api</artifactId>
                 <version>1.7.7</version>
diff --git a/remoting/pom.xml b/remoting/pom.xml
index 21d9c8d..5558913 100644
--- a/remoting/pom.xml
+++ b/remoting/pom.xml
@@ -47,19 +47,8 @@
         </dependency>
         <dependency>
             <groupId>io.netty</groupId>
-            <artifactId>netty-tcnative</artifactId>
-            <version>1.1.33.Fork22</version>
-            <classifier>${os.detected.classifier}</classifier>
+            <artifactId>netty-tcnative-boringssl-static</artifactId>
+            <version>1.1.33.Fork26</version>
         </dependency>
     </dependencies>
-
-    <build>
-        <extensions>
-            <extension>
-                <groupId>kr.motd.maven</groupId>
-                <artifactId>os-maven-plugin</artifactId>
-                <version>1.4.0.Final</version>
-            </extension>
-        </extensions>
-    </build>
 </project>

-- 
To stop receiving notification emails like this one, please contact
lizhanhui@apache.org.