seata依赖冲突排除

This commit is contained in:
〇° 2022-11-19 16:01:50 +08:00
parent d2bd73b4dc
commit a329e31d55
1 changed files with 11 additions and 1 deletions

View File

@ -21,7 +21,17 @@
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-seata</artifactId>
<exclusions>
<exclusion>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
</project>