summaryrefslogtreecommitdiffstats
path: root/container-dev/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2017-04-25 15:36:16 +0200
committerGitHub <noreply@github.com>2017-04-25 15:36:16 +0200
commit575f2d7572ac68f9dfc6c6e0d4ea4240c3aac2e8 (patch)
treed8301e44ea340fdc8ab8f19be8f9c44b8cce883c /container-dev/pom.xml
parent1db9d2d06e8b7ea59b48ffe2f87f1e176c807806 (diff)
parentbabbb6761aa7b923fb6e59fb045a02353e5c4f37 (diff)
Merge pull request #2269 from yahoo/bjorncs/upgrade-netty
Bjorncs/upgrade netty
Diffstat (limited to 'container-dev/pom.xml')
-rw-r--r--container-dev/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index c180780faf9..6d1833319dc 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -57,6 +57,10 @@
<artifactId>javax.servlet-api</artifactId>
</dependency>
<dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-util</artifactId>
+ </dependency>
+ <dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<classifier>no_aop</classifier>