summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-04-25 18:15:48 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-04-25 18:17:00 +0200
commit0e38999f0d73d552f3ec2bc463722253589e8249 (patch)
tree88042fdcf852f0880ee3bf54a2c9247ddc4f5f30 /pom.xml
parent575f2d7572ac68f9dfc6c6e0d4ea4240c3aac2e8 (diff)
Add jetty-http as dependency to container-dev
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 e7ba08b147d..ce8c64edc65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -887,6 +887,11 @@
<version>${jetty.version}</version>
</dependency>
<dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-http</artifactId>
+ <version>${jetty.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>