Skip to content

Commit 6c466f0

Browse files
authored
🎨 #2530【公共问题】修复 pull-parser 依赖传递导致spring boot 2.6.3无法启动
1 parent c90e4b9 commit 6c466f0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

weixin-java-common/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@
117117
<groupId>org.dom4j</groupId>
118118
<artifactId>dom4j</artifactId>
119119
<version>2.1.3</version>
120+
<exclusions>
121+
<exclusion>
122+
<groupId>pull-parser</groupId>
123+
<artifactId>pull-parser</artifactId>
124+
</exclusion>
125+
</exclusions>
120126
</dependency>
121127
<dependency>
122128
<groupId>redis.clients</groupId>

0 commit comments

Comments
 (0)