aboutsummaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-04-08 22:43:27 +0200
committerGitHub <noreply@github.com>2021-04-08 22:43:27 +0200
commit10afef17237f7180547af531241cb509e93e1f47 (patch)
tree10fb8f016bfef71afe6606b3e7eac849c5b8c9a5 /container-test
parent62985a75aa1948334bfc248f0e8fe8526892c70f (diff)
Revert "Revert "Use a PipedStream to process metrics as they flow in asynchronously.""
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 07134e8aa7f..3eebd64cc82 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -21,6 +21,12 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>application</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.httpcomponents.client5</groupId>
+ <artifactId>httpclient5</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- All dependencies that should be visible in test classpath, but not compile classpath,