Commit 85515b43 by liyuan

netty 配置文件修改

parent f197e522
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
<dependency> <dependency>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-all</artifactId> <artifactId>netty-all</artifactId>
<version>${netty.version}</version>
</dependency> </dependency>
<!-- mina --> <!-- mina -->
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
<module>byit-myth-core</module> <module>byit-myth-core</module>
<module>byit-myth-executor</module> <module>byit-myth-executor</module>
<module>byit-myth-rpc</module> <module>byit-myth-rpc</module>
<module>demo-client</module>
</modules> </modules>
<parent> <parent>
...@@ -79,6 +80,13 @@ ...@@ -79,6 +80,13 @@
<artifactId>fastjson</artifactId> <artifactId>fastjson</artifactId>
<version>${fastjson.version}</version> <version>${fastjson.version}</version>
</dependency> </dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>${netty.version}</version>
</dependency>
</dependencies> </dependencies>
</dependencyManagement> </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