fix 修复 seata 缺包报错问题

2.X
疯狂的狮子li 2022-07-13 13:21:26 +08:00
parent cd892d957f
commit c94148ca7a
1 changed files with 5 additions and 0 deletions

View File

@ -149,6 +149,11 @@
<groupId>ch.qos.logback</groupId> <groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId> <artifactId>logback-classic</artifactId>
</dependency> </dependency>
<!-- logback appenders -->
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
</dependency>
</dependencies> </dependencies>