🎨 #2530【公共问题】修复 pull-parser 依赖传递导致spring boot 2.6.3无法启动

This commit is contained in:
徐凯旋 2022-02-23 09:12:54 +08:00 committed by GitHub
parent c90e4b9810
commit 6c466f00b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,6 +117,12 @@
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>2.1.3</version>
<exclusions>
<exclusion>
<groupId>pull-parser</groupId>
<artifactId>pull-parser</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>redis.clients</groupId>