We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f11938 commit e2f370eCopy full SHA for e2f370e
4 files changed
pom.xml
@@ -187,6 +187,11 @@
187
<artifactId>gson</artifactId>
188
<version>2.8.0</version>
189
</dependency>
190
+ <dependency>
191
+ <groupId>com.fasterxml.jackson.dataformat</groupId>
192
+ <artifactId>jackson-dataformat-xml</artifactId>
193
+ <version>2.13.0</version>
194
+ </dependency>
195
196
<!-- 测试所用依赖 -->
197
<dependency>
weixin-java-mp/pom.xml
@@ -84,6 +84,11 @@
84
<groupId>org.redisson</groupId>
85
<artifactId>redisson</artifactId>
86
87
88
89
90
+ <optional>true</optional>
91
92
</dependencies>
93
94
<build>
0 commit comments