Browse Source

Include javassist for better perf

Norman Maurer 12 years ago
parent
commit
d1462864aa
1 changed files with 5 additions and 0 deletions
  1. 5 0
      netty/pom.xml

+ 5 - 0
netty/pom.xml

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