|
@@ -87,6 +87,12 @@
|
|
|
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
+ <artifactId>fastjson</artifactId>
|
|
|
+ <version>1.2.47</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
<groupId>org.glassfish.jersey.containers</groupId>
|
|
|
<artifactId>jersey-container-servlet-core</artifactId>
|
|
|
|
|
@@ -154,11 +160,11 @@
|
|
|
<version>1.7.5</version>
|
|
|
</dependency>
|
|
|
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
|
|
|
- <dependency>
|
|
|
- <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
- <artifactId>jackson-databind</artifactId>
|
|
|
- <version>2.9.5</version>
|
|
|
- </dependency>
|
|
|
+ <!--<dependency>-->
|
|
|
+ <!--<groupId>com.fasterxml.jackson.core</groupId>-->
|
|
|
+ <!--<artifactId>jackson-databind</artifactId>-->
|
|
|
+ <!--<version>2.9.5</version>-->
|
|
|
+ <!--</dependency>-->
|
|
|
|
|
|
</dependencies>
|
|
|
<properties>
|