1
0
mirror of https://github.com/Rogiel/torrent4j synced 2025-12-05 23:22:49 +00:00

Ports torrent4j for netty 4.0 final

This commit is contained in:
2014-04-20 13:10:47 -03:00
parent 8485942691
commit 1e837589e8
28 changed files with 327 additions and 302 deletions

View File

@@ -264,7 +264,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.0.14.Beta1</version>
<version>4.0.9.Final</version>
<scope>compile</scope>
</dependency>
<dependency>