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
commit 12a51c41942ec64046b7efe982e90d6fbadfaaaf Author: Li Zhanhui <[email protected]> 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 [email protected].
