mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-12-20 03:49:58 +08:00
🎨 WxMpXmlMessage 对象支持 jackson 序列化注解(无功能性影响,非强依赖)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user