Skip to content

Commit e2f370e

Browse files
authored
🎨 WxMpXmlMessage 对象支持 jackson 序列化注解(无功能性影响,非强依赖)
1 parent 7f11938 commit e2f370e

4 files changed

Lines changed: 130 additions & 1 deletion

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,11 @@
187187
<artifactId>gson</artifactId>
188188
<version>2.8.0</version>
189189
</dependency>
190+
<dependency>
191+
<groupId>com.fasterxml.jackson.dataformat</groupId>
192+
<artifactId>jackson-dataformat-xml</artifactId>
193+
<version>2.13.0</version>
194+
</dependency>
190195

191196
<!-- 测试所用依赖 -->
192197
<dependency>

weixin-java-mp/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@
8484
<groupId>org.redisson</groupId>
8585
<artifactId>redisson</artifactId>
8686
</dependency>
87+
<dependency>
88+
<groupId>com.fasterxml.jackson.dataformat</groupId>
89+
<artifactId>jackson-dataformat-xml</artifactId>
90+
<optional>true</optional>
91+
</dependency>
8792
</dependencies>
8893

8994
<build>

0 commit comments

Comments
 (0)