summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-08-29 19:48:12 +0200
committerGitHub <noreply@github.com>2017-08-29 19:48:12 +0200
commit02ba009b734276edd1df011f1832adbd4d7b0a1c (patch)
treebe12408f0d609d78143c8ae0931a3bf9d00e8cd6 /jdisc_http_service/pom.xml
parentcb6c9abf466ce0d497245b0a3fbd567669feb2eb (diff)
Revert "Remove Netty by replacing cookie codec with Jetty + Java SE"
Diffstat (limited to 'jdisc_http_service/pom.xml')
-rw-r--r--jdisc_http_service/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/jdisc_http_service/pom.xml b/jdisc_http_service/pom.xml
index 0c19f2c3d15..2dfcb0bd166 100644
--- a/jdisc_http_service/pom.xml
+++ b/jdisc_http_service/pom.xml
@@ -22,6 +22,10 @@
<classifier>no_aop</classifier>
</dependency>
<dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>