fix 修复 seata-server 缺少依赖问题

This commit is contained in:
疯狂的狮子Li
2025-07-14 15:56:26 +08:00
parent 7373a58dfb
commit bb51b61072

View File

@@ -306,9 +306,8 @@
<artifactId>janino</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>${jackson-mapper.version}</version>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j_jdk8-core</artifactId>
</dependency>
</dependencies>