summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2017-08-30 17:23:03 +0200
committerGitHub <noreply@github.com>2017-08-30 17:23:03 +0200
commit649e103a870b62ab9cf8e10d5124346023322cbf (patch)
tree46b2eb1342e5c14187b483d9469e98a9dff682ef /pom.xml
parent0f9b7532f9550c00a4570878d7b7d2eda6532786 (diff)
Revert "Bjorncs/remove netty"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3eef0c69709..d345d5eb8d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -557,6 +557,11 @@
<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>