diff options
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -6,7 +6,7 @@ <groupId>com.zdjizhi</groupId> <artifactId>log-stream-voip-relation</artifactId> - <version>220914-VSYS</version> + <version>230607-FastJson2</version> <name>log-stream-voip-relation</name> <url>http://www.example.com</url> @@ -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> @@ -39,8 +39,9 @@ <kafka.version>1.0.0</kafka.version> <hbase.version>2.2.3</hbase.version> <nacos.version>1.2.0</nacos.version> - <zdjz.tools.version>1.0.8</zdjz.tools.version> + <zdjz.tools.version>1.1.3</zdjz.tools.version> <scope.type>provided</scope.type> + <fastjson.version>2.0.32</fastjson.version> <!--<scope.type>compile</scope.type>--> </properties> @@ -132,6 +133,12 @@ </exclusions> </dependency> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>fastjson</artifactId> + <version>${fastjson.version}</version> + </dependency> + <!-- https://mvnrepository.com/artifact/org.apache.flink/flink-table --> <dependency> <groupId>org.apache.flink</groupId> |
