aboutsummaryrefslogtreecommitdiffstats
path: root/config
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 /config
parentce0a56bd3ffedc1b64473aa3363cf59856af96d3 (diff)
Revert "Remove deps to http-utils and add vespajlib where necessary."
This reverts commit fe260fe8a98c1d2d19633e16a6308857c9577878.
Diffstat (limited to 'config')
-rwxr-xr-xconfig/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/pom.xml b/config/pom.xml
index 423f0b496e1..05b0bd758f8 100755
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -63,6 +63,12 @@
<version>${project.version}</version>
</dependency>
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>http-utils</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>