🎨 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

@@ -84,6 +84,11 @@
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
<build>