Browse Source

fix wrong version of fastjson

一朵污云 5 years ago
parent
commit
e3956be1fc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pom.xml

+ 2 - 2
pom.xml

@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>com.alibaba</groupId>
                 <artifactId>fastjson</artifactId>
-                <version>1.2.65</version>
+                <version>1.2.62</version>
             </dependency>
 
             <dependency>
@@ -50,4 +50,4 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
-</project>
+</project>