aboutsummaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-04-08 19:19:13 +0200
committerGitHub <noreply@github.com>2021-04-08 19:19:13 +0200
commit7e19709c78350cd8a58918296ea6d6b5666320e1 (patch)
treecac116d8f18fa0b4b66fb23e8c5e28e20cd87c37 /container-test
parente682851543d418d0408eb30d1ed8c1ab61169326 (diff)
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, 0 insertions, 6 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 3eebd64cc82..07134e8aa7f 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -21,12 +21,6 @@
<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,