aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-08-14 16:48:31 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-08-15 14:46:15 +0200
commit8011beb6256b5a5a4b6287a1d89fb472836cbd65 (patch)
tree45ca62c76b5cc781f8050f42d1309ad84dd0248d /container-dev
parent4135bb0abbbe1eb6cf2e3607ca457a57d8c77d12 (diff)
Add health check proxy support to jdisc connectors
Add connector configuration that will transform the connector to a health check proxy for to a different connector, e.g proxying http -> https. This is a required feature to support http-only load balancer health checks when the container is intended to be running in a https-only environment.
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 6199abc069a..7297b21f68d 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -38,6 +38,12 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>jdisc_http_service</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>