update version of jackson datatype
[music.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 68f835a..f93de29 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>