summaryrefslogtreecommitdiffstats
path: root/jdisc_jetty
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2022-05-11 15:05:07 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2022-05-11 15:05:07 +0200
commite0c5916189f8e7d71c9998f7fafd5e51d9f58667 (patch)
treed4431cd6272fd3ebc7912e444b18198d91052e47 /jdisc_jetty
parent386edaaa02e13489c7a53249c1f3c13b52724766 (diff)
Support proxying of health checks to connector requiring proxy-protocol
Use Jetty instead of Apache http client. Install jetty-client bundle.
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>