Ensure Javassist is loaded when running an example from an IDE

This commit is contained in:
Trustin Lee 2013-04-23 13:03:25 +09:00
parent d85757a008
commit c6f936f265

View File

@ -62,6 +62,12 @@
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jzlib</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<scope>runtime</scope>
</dependency>
<!-- see https://github.com/netty/netty/issues/874 -->