|
@ -83,6 +83,12 @@
|
|
|
<groupId>io.zbus</groupId>
|
|
|
<artifactId>zbus</artifactId>
|
|
|
</dependency>
|
|
|
<!-- 强制指定netty版本...否则由于父pom指定了netty版本号, io.zbus里面的netty的pom指定版本无效 -->
|
|
|
<dependency>
|
|
|
<groupId>io.netty</groupId>
|
|
|
<artifactId>netty-all</artifactId>
|
|
|
<version>4.0.51.Final</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>commons-io</groupId>
|
|
|
<artifactId>commons-io</artifactId>
|