hecheng 3 lat temu
rodzic
commit
9789541467
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      zd-common/zd-common-core/pom.xml

+ 4 - 0
zd-common/zd-common-core/pom.xml

@@ -64,6 +64,10 @@
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.fasterxml.jackson.datatype</groupId>
+            <artifactId>jackson-datatype-jsr310</artifactId>
+        </dependency>
 
         <!-- Alibaba Fastjson -->
         <dependency>