Browse Source

云平台代码提交

fuyuchuan 1 day ago
parent
commit
0feb4230e9
1 changed files with 5 additions and 0 deletions
  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>