summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorqidaijie <[email protected]>2023-06-05 17:01:52 +0800
committerqidaijie <[email protected]>2023-06-05 17:01:52 +0800
commit686a07bbb107b53cb5682aae7423e9d019e59830 (patch)
treeb5efdc8709e648a17cd16f63493dc1aed31b2068 /pom.xml
parent461e6ad19c43a23f8cf3d3db6a40f5c5f72901e0 (diff)
修改JSON解析类库为Fastjson2.(GAL-350)HEADmain23.05-FastJson2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 9 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 457b7bc..0069c25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
<repository>
<id>nexus</id>
<name>Team Nexus Repository</name>
- <url>http://192.168.40.125:8099/content/groups/public</url>
+ <url>http://192.168.40.153:8099/content/groups/public</url>
</repository>
<repository>
@@ -40,6 +40,7 @@
<hbase.version>2.2.3</hbase.version>
<hutool.version>5.7.17</hutool.version>
<jsonpath.version>2.4.0</jsonpath.version>
+ <fastjson.version>2.0.32</fastjson.version>
<scope.type>provided</scope.type>
<!--<scope.type>compile</scope.type>-->
</properties>
@@ -118,7 +119,7 @@
<dependency>
<groupId>com.zdjizhi</groupId>
<artifactId>galaxy</artifactId>
- <version>1.0.8</version>
+ <version>1.1.3</version>
<exclusions>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
@@ -186,12 +187,6 @@
</dependency>
<dependency>
- <groupId>com.jayway.jsonpath</groupId>
- <artifactId>json-path</artifactId>
- <version>${jsonpath.version}</version>
- </dependency>
-
- <dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>${hutool.version}</version>
@@ -211,6 +206,12 @@
<version>1.9.3</version>
</dependency>
+ <dependency>
+ <groupId>com.alibaba</groupId>
+ <artifactId>fastjson</artifactId>
+ <version>${fastjson.version}</version>
+ </dependency>
+
</dependencies>
</project>