From a95ad9fef48fd7ebaae3e5c9ba67d51dd21444ff Mon Sep 17 00:00:00 2001 From: admin <15939171744@163.com> Date: 星期四, 06 三月 2025 18:23:55 +0800 Subject: [PATCH] - --- billion-main/pom.xml | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/billion-main/pom.xml b/billion-main/pom.xml index fac5a0f..b049ba9 100644 --- a/billion-main/pom.xml +++ b/billion-main/pom.xml @@ -60,12 +60,18 @@ </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.5</version> + </dependency> <!-- opc end--> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>easyexcel</artifactId> + <version>3.1.3</version> + </dependency> + <dependency> <groupId>com.billion</groupId> -- Gitblit v1.9.3