Update to latest netty, fix event bus bug, comment and rework PacketDecoder to new netty for better performance

This commit is contained in:
md_5
2013-05-14 18:32:17 +10:00
parent 21a354fa75
commit b25c81daf3
5 changed files with 42 additions and 13 deletions

View File

@@ -53,13 +53,19 @@
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.24</version>
<scope>compile</scope>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.17.1-GA</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.7.2</version>
<scope>compile</scope>
<scope>runtime</scope>
</dependency>
</dependencies>