summaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
Diffstat (limited to 'container-dev')
-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>