Merge "update version of jackson datatype"
authorBharath Balasubramanian <bharathb@research.att.com>
Mon, 11 Mar 2019 20:40:34 +0000 (20:40 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 11 Mar 2019 20:40:34 +0000 (20:40 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index ef1fbbf..f6b6288 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
             <scope>test</scope>
         </dependency>
         <!--  /Testing -->
+        <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.datatype/jackson-datatype-jsr310 -->
+        <dependency>
+            <groupId>com.fasterxml.jackson.datatype</groupId>
+            <artifactId>jackson-datatype-jsr310</artifactId>
+            <version>2.9.8</version>
+        </dependency>
+
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>