fuyuchuan 1 день назад
Родитель
Сommit
0feb4230e9
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      service-issue/service-issue-biz/pom.xml

+ 5 - 0
service-issue/service-issue-biz/pom.xml

@@ -72,6 +72,11 @@
             <scope>test</scope>
         </dependency>
 
+        <dependency>
+            <groupId>com.fasterxml.jackson.datatype</groupId>
+            <artifactId>jackson-datatype-jsr310</artifactId>
+        </dependency>
+
     </dependencies>
 
     <build>