aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-03-06 16:23:27 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-03-09 14:50:52 +0100
commit3bb63b93b474f9971d1f6eebec5b13c6e7cb216e (patch)
treee7f2e1134920c4e701a4f0cb85f7706e1e7ffe01 /jdisc_http_service/pom.xml
parenta86a571ec0828b6c2704c95cb9de881d8f9e560b (diff)
Support proxy protocol for https connectors
Diffstat (limited to 'jdisc_http_service/pom.xml')
-rw-r--r--jdisc_http_service/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/jdisc_http_service/pom.xml b/jdisc_http_service/pom.xml
index c5555d5b690..bd8c77bc9cc 100644
--- a/jdisc_http_service/pom.xml
+++ b/jdisc_http_service/pom.xml
@@ -86,6 +86,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-client</artifactId>
+ <version>${jetty.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.cthul</groupId>
<artifactId>cthul-matchers</artifactId>
<scope>test</scope>