summaryrefslogtreecommitdiffstats
path: root/http-client
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-07-13 11:54:39 +0200
committergjoranv <gv@verizonmedia.com>2022-07-13 11:54:39 +0200
commitb1c741e102711830fa2fe0caa4908b76274aa9b2 (patch)
tree86d8af7039f96c4344fe0ba704c92fd1d0ab3235 /http-client
parent3ad0117c5ec96bb3d32495a222409df074cfd7d9 (diff)
Remove all dependencies to yolean
Diffstat (limited to 'http-client')
-rw-r--r--http-client/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/http-client/pom.xml b/http-client/pom.xml
index 49512c09a72..26f76288c85 100644
--- a/http-client/pom.xml
+++ b/http-client/pom.xml
@@ -41,12 +41,6 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>yolean</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>