Commit 4bd06f63 by chenweiyang

增加fastjson包

parent 36e42615
...@@ -83,6 +83,12 @@ ...@@ -83,6 +83,12 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.62</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.zhiwei.tools</groupId> <groupId>com.zhiwei.tools</groupId>
<artifactId>zhiwei-tools</artifactId> <artifactId>zhiwei-tools</artifactId>
<version>0.1.9-SNAPSHOT</version> <version>0.1.9-SNAPSHOT</version>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment