summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-08-28 16:12:18 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2017-08-30 14:26:48 +0200
commit71ea976e2290ca8f5f7a5c5b769f1dee7f04119c (patch)
tree9033357b28e086d7ef6a46e45a75802a007cae31 /pom.xml
parent8f6823544640b1f18450e4c6df1335d9ccc9e496 (diff)
Remove Netty by replacing cookie codec with Jetty + Java SE
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index dd7042bf911..f17d424185e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -557,11 +557,6 @@
<version>${curator.version}</version>
</dependency>
<dependency>
- <groupId>io.netty</groupId>
- <artifactId>netty</artifactId>
- <version>3.10.6.Final</version>
- </dependency>
- <dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>