chenyongxing %!s(int64=6) %!d(string=hai) anos
pai
achega
d1acb901a5
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

@ -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>