aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-http-client
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-10-21 16:04:07 +0200
committergjoranv <gv@verizonmedia.com>2021-10-21 16:04:07 +0200
commit7c235d5ff4f29d466222210dd3f14e84fb0bd366 (patch)
tree45947cf5ef3b89d4753f014e1d5f1562254f6219 /vespa-http-client
parentce0a56bd3ffedc1b64473aa3363cf59856af96d3 (diff)
Revert "Remove deps to http-utils and add vespajlib where necessary."
This reverts commit fe260fe8a98c1d2d19633e16a6308857c9577878.
Diffstat (limited to 'vespa-http-client')
-rw-r--r--vespa-http-client/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespa-http-client/pom.xml b/vespa-http-client/pom.xml
index 7028b1802ed..fa73dd1bd74 100644
--- a/vespa-http-client/pom.xml
+++ b/vespa-http-client/pom.xml
@@ -60,7 +60,7 @@
<dependency>
<!-- Needed for Vespa TLS configuration. Standard jar artifact -->
<groupId>com.yahoo.vespa</groupId>
- <artifactId>vespajlib</artifactId>
+ <artifactId>http-utils</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
<exclusions>