From 41afb20b6b3776f1242ce2aba29d8e51fa8110d6 Mon Sep 17 00:00:00 2001 From: admin <15939171744@163.com> Date: 星期六, 17 五月 2025 09:45:52 +0800 Subject: [PATCH] - --- billion-main/pom.xml | 23 +++++++++++++++++------ 1 files changed, 17 insertions(+), 6 deletions(-) diff --git a/billion-main/pom.xml b/billion-main/pom.xml index 2676c97..b71240a 100644 --- a/billion-main/pom.xml +++ b/billion-main/pom.xml @@ -59,18 +59,24 @@ <artifactId>billion-framework</artifactId> </dependency> - <!-- opc start--> <dependency> <groupId>com.kangaroohy</groupId> <artifactId>milo-spring-boot-starter</artifactId> - <version>3.0.4</version> + <version>3.0.5</version> </dependency> + + <!-- opc start--> +<!-- <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 +93,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