Commit 85515b43 by liyuan

netty 配置文件修改

parent f197e522
......@@ -36,7 +36,6 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>${netty.version}</version>
</dependency>
<!-- mina -->
......
......@@ -14,6 +14,7 @@
<module>byit-myth-core</module>
<module>byit-myth-executor</module>
<module>byit-myth-rpc</module>
<module>demo-client</module>
</modules>
<parent>
......@@ -79,6 +80,13 @@
<artifactId>fastjson</artifactId>
<version>${fastjson.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>${netty.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment