Skip to content

Commit

Permalink
1.2.37
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Aug 16, 2017
1 parent e5f899a commit 5980ed5
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.37-preview_11</version>
<version>1.2.37</version>

<packaging>jar</packaging>
<name>fastjson</name>
Expand Down Expand Up @@ -271,7 +271,12 @@
<scope>test</scope>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
<version>2.23.2</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -411,12 +416,6 @@
<version>2.23.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
<version>2.23.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.jsoniter</groupId>
<artifactId>jsoniter</artifactId>
Expand Down

0 comments on commit 5980ed5

Please sign in to comment.