🎨 WxMpXmlMessage 对象支持 jackson 序列化注解(无功能性影响,非强依赖)

This commit is contained in:
Scruel Tao
2021-12-07 15:42:36 +08:00
committed by GitHub
parent 7f11938799
commit e2f370eedc
4 changed files with 130 additions and 1 deletions

View File

@@ -187,6 +187,11 @@
<artifactId>gson</artifactId>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.13.0</version>
</dependency>
<!-- 测试所用依赖 -->
<dependency>