Explorar el Código

Include javassist for better perf

Norman Maurer hace 12 años
padre
commit
41c20a746c
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      netty/pom.xml

+ 5 - 0
netty/pom.xml

@@ -19,6 +19,11 @@
 		<artifactId>jackson-databind</artifactId>
 		<version>2.1.1</version>
 	</dependency>
+    <dependency>
+        <groupId>org.javassist</groupId>
+        <artifactId>javassist</artifactId>
+        <version>3.18.0-GA</version>
+    </dependency>
   </dependencies>
   
   <build>