summaryrefslogtreecommitdiffstats
path: root/vespa-http-client/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-02-08 14:03:44 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-02-08 14:51:11 +0100
commitdf58faed7191c1844d8319242e20e27519d3c85e (patch)
tree2b20b6d697486bed5b79385fd983c2c7a3eff9c1 /vespa-http-client/pom.xml
parent21277de10864da6edd003c4537f1c069fa3501d1 (diff)
Upgrade all Jackson dependencies to 2.12.1
Diffstat (limited to 'vespa-http-client/pom.xml')
-rw-r--r--vespa-http-client/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/vespa-http-client/pom.xml b/vespa-http-client/pom.xml
index e091af1f4f1..496b8043abb 100644
--- a/vespa-http-client/pom.xml
+++ b/vespa-http-client/pom.xml
@@ -43,6 +43,16 @@
<artifactId>jackson-dataformat-xml</artifactId>
</dependency>
<dependency>
+ <groupId>com.fasterxml.jackson.datatype</groupId>
+ <artifactId>jackson-datatype-jsr310</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.datatype</groupId>
+ <artifactId>jackson-datatype-jdk8</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
<groupId>io.airlift</groupId>
<artifactId>airline</artifactId>
<version>0.6</version>