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-29 13:36:34 +0200
commit9e18877de402762f3028d8690a8d1c6591ef4d7a (patch)
tree85e380419869aa639c5641fb552c27832f41274a /pom.xml
parent536d9f0225cc17c86361f435e22264e631bf7208 (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>