Authored by zhaoyue

Add json jar.

... ... @@ -63,6 +63,12 @@
<artifactId>lombok</artifactId>
<version>1.16.8</version>
</dependency>
<!--json-->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.9</version>
</dependency>
</dependencies>
<build>
... ...
git add --all src/*
git add push.sh
git commit -m "Add report pase, save and delete. Add upsoft version, account."
git add pom.xml
git commit -m "Add json jar."
git push origin zhaoyue-dev
git status
\ No newline at end of file
... ...