summaryrefslogtreecommitdiffstats
path: root/jdisc_jetty
diff options
context:
space:
mode:
Diffstat (limited to 'jdisc_jetty')
-rw-r--r--jdisc_jetty/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/jdisc_jetty/pom.xml b/jdisc_jetty/pom.xml
index ea4aa82cb15..76140f67416 100644
--- a/jdisc_jetty/pom.xml
+++ b/jdisc_jetty/pom.xml
@@ -29,6 +29,10 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-client</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-continuation</artifactId>
</dependency>
<dependency>