@@ -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>