Skip to content

Commit

Permalink
update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglingsong committed Jul 17, 2021
1 parent 6a7edc2 commit 2c3727a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsurfer-fastjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.76</version>
<version>${fastjson.version}</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion jsurfer-gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.7</version>
<version>${gson.version}</version>
</dependency>
<dependency>
<groupId>com.github.jsurfer</groupId>
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.host.url>http://localhost:32768</sonar.host.url>
<jackson.version>2.12.4</jackson.version>
<gson.version>2.8.7</gson.version>
<fastjson.version>1.2.76</fastjson.version>
</properties>

<developers>
Expand Down

0 comments on commit 2c3727a

Please sign in to comment.