From f48c38125956578611832f6017b0cb2ffdbe3725 Mon Sep 17 00:00:00 2001 From: 吴健 <14790700720@163.com> Date: 星期二, 15 四月 2025 09:00:32 +0800 Subject: [PATCH] add --- billion-main/pom.xml | 23 ++++++++++++++--------- 1 files changed, 14 insertions(+), 9 deletions(-) diff --git a/billion-main/pom.xml b/billion-main/pom.xml index 2676c97..8062eac 100644 --- a/billion-main/pom.xml +++ b/billion-main/pom.xml @@ -60,17 +60,17 @@ </dependency> <!-- opc start--> - <dependency> - <groupId>com.kangaroohy</groupId> - <artifactId>milo-spring-boot-starter</artifactId> - <version>3.0.4</version> - </dependency> +<!-- <dependency>--> +<!-- <groupId>com.kangaroohy</groupId>--> +<!-- <artifactId>milo-spring-boot-starter</artifactId>--> +<!-- <version>3.0.4</version>--> +<!-- </dependency>--> <!-- opc end--> - <dependency> - <groupId>com.billion</groupId> - <artifactId>billion-quartz</artifactId> - </dependency> +<!-- <dependency>--> +<!-- <groupId>com.billion</groupId>--> +<!-- <artifactId>billion-quartz</artifactId>--> +<!-- </dependency>--> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> @@ -87,6 +87,11 @@ <artifactId>hutool-all</artifactId> <version>5.8.22</version> </dependency> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>fastjson</artifactId> + <version>2.0.22</version> + </dependency> </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.3