mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-22 21:34:24 +08:00
fastjson v1.2.70
This commit is contained in:
parent
0f5cdc4872
commit
015a684723
1 changed files with 6 additions and 1 deletions
7
pom.xml
7
pom.xml
|
@ -149,7 +149,7 @@
|
|||
<dependency>
|
||||
<groupId>com.github.devezhao</groupId>
|
||||
<artifactId>commons</artifactId>
|
||||
<version>17c5ffe9bc</version>
|
||||
<version>8c13f05184</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>httpclient</artifactId>
|
||||
|
@ -168,6 +168,11 @@
|
|||
<version>4.13</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>fastjson</artifactId>
|
||||
<version>1.2.70</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>druid</artifactId>
|
||||
|
|
Loading…
Reference in a new issue