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 c70cdafc0589132c6cfded0dcc5321ac2ac8d14d Author: yukon <[email protected]> AuthorDate: Thu May 16 14:34:58 2019 +0800 Clean dependencies --- remoting-core/remoting-impl/pom.xml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/remoting-core/remoting-impl/pom.xml b/remoting-core/remoting-impl/pom.xml index 604416b..da1b8df 100644 --- a/remoting-core/remoting-impl/pom.xml +++ b/remoting-core/remoting-impl/pom.xml @@ -23,21 +23,6 @@ <artifactId>remoting-api</artifactId> </dependency> <dependency> - <groupId>com.alibaba</groupId> - <artifactId>fastjson</artifactId> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>com.esotericsoftware</groupId> - <artifactId>kryo</artifactId> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.msgpack</groupId> - <artifactId>msgpack</artifactId> - <scope>provided</scope> - </dependency> - <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> </dependency> @@ -45,11 +30,6 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> - <dependency> - <groupId>io.netty</groupId> - <artifactId>netty-tcnative-boringssl-static</artifactId> - <version>1.1.33.Fork26</version> - </dependency> </dependencies> </project> \ No newline at end of file
