We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90e4b9 commit 6c466f0Copy full SHA for 6c466f0
1 file changed
weixin-java-common/pom.xml
@@ -117,6 +117,12 @@
117
<groupId>org.dom4j</groupId>
118
<artifactId>dom4j</artifactId>
119
<version>2.1.3</version>
120
+ <exclusions>
121
+ <exclusion>
122
+ <groupId>pull-parser</groupId>
123
+ <artifactId>pull-parser</artifactId>
124
+ </exclusion>
125
+ </exclusions>
126
</dependency>
127
<dependency>
128
<groupId>redis.clients</groupId>
0 commit comments