aboutsummaryrefslogtreecommitdiffstats
path: root/parent
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 /parent
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 'parent')
-rw-r--r--parent/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index acd1ed6f25d..f232e870db5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -763,6 +763,11 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-client</artifactId>
+ <version>${jetty.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-continuation</artifactId>
<version>${jetty.version}</version>
</dependency>