chenyongxing 6 éve
szülő
commit
d1acb901a5
1 módosított fájl, 6 hozzáadás és 0 törlés
  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>