Ensure Javassist is loaded when running an example from an IDE
This commit is contained in:
parent
d85757a008
commit
c6f936f265
@ -62,6 +62,12 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.jcraft</groupId>
|
<groupId>com.jcraft</groupId>
|
||||||
<artifactId>jzlib</artifactId>
|
<artifactId>jzlib</artifactId>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.javassist</groupId>
|
||||||
|
<artifactId>javassist</artifactId>
|
||||||
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- see https://github.com/netty/netty/issues/874 -->
|
<!-- see https://github.com/netty/netty/issues/874 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user