commit | 4fa118394b29071722f46419ad80e6f939619085 | [log] [tgz] |
---|---|---|
author | 刘洪青 <hongqing.liu@supwisdom.com> | 周四 9月 19 18:06:26 2019 +0800 |
committer | 刘洪青 <hongqing.liu@supwisdom.com> | 周四 9月 19 18:06:26 2019 +0800 |
tree | 539808515110007fb5f3cadb070a6cc5a44806c7 | |
parent | 8b3274c6ea0bdd958529356a1633750b5ee44865 [diff] [blame] |
fix: 优化SimpleUserTransmit,数据编码改为base64
diff --git a/common/core/pom.xml b/common/core/pom.xml index dcfe763..ad793bd 100644 --- a/common/core/pom.xml +++ b/common/core/pom.xml
@@ -55,6 +55,11 @@ </dependency> <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + </dependency> + + <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> </dependency>