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-09-01 11:00:56 +0200
commit057535ccddc091f54ea5484241373ea1ac00bdca (patch)
tree66ba5c881a9f5f51700bf4a6e7f9006b9d1c897e /pom.xml
parent01cb53dc261de64ac396677a0a6ba1630c1f6cc4 (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 1cfaa97ce7f..63783722af9 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>