Просмотр исходного кода

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

疯狂的狮子Li 1 год назад
Родитель
Сommit
bb51b61072
1 измененных файлов с 2 добавлено и 3 удалено
  1. 2 3
      ruoyi-visual/ruoyi-seata-server/pom.xml

+ 2 - 3
ruoyi-visual/ruoyi-seata-server/pom.xml

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