aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client/pom.xml
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-06-14 09:32:29 +0200
committerJon Marius Venstad <venstad@gmail.com>2021-06-14 09:33:09 +0200
commit165d2496f311d99846a9b3a821a2406341545c86 (patch)
treef47fdadad7f25f188878126eac53c3a8fa6b82e9 /vespa-feed-client/pom.xml
parentd60e4a6842add6cc04ac1782f54a909a07f33523 (diff)
Support OKHttp
Diffstat (limited to 'vespa-feed-client/pom.xml')
-rw-r--r--vespa-feed-client/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/vespa-feed-client/pom.xml b/vespa-feed-client/pom.xml
index 02d4a0128ea..85377c25241 100644
--- a/vespa-feed-client/pom.xml
+++ b/vespa-feed-client/pom.xml
@@ -42,6 +42,11 @@
<scope>compile</scope>
</dependency>
<dependency>
+ <groupId>com.squareup.okhttp3</groupId>
+ <artifactId>okhttp</artifactId>
+ <version>4.9.1</version>
+ </dependency>
+ <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<scope>compile</scope>