Browse Source

fit:三表导入导出

zzw 1 tháng trước cách đây
mục cha
commit
a9c4b8399a
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      pom.xml

+ 7 - 0
pom.xml

@@ -88,6 +88,13 @@
 	<!-- 定义全局依赖供子模块使用 -->
 	<dependencyManagement>
 		<dependencies>
+			<dependency>
+				<groupId>com.fasterxml.jackson</groupId>
+				<artifactId>jackson-bom</artifactId>
+				<version>2.17.1</version>
+				<type>pom</type>
+				<scope>import</scope>
+			</dependency>
 			<!-- redisson -->
 			<dependency>
 				<groupId>org.redisson</groupId>