From 0d9a7c8974add02c61d2471642e4e5a04013ab7b Mon Sep 17 00:00:00 2001 From: vince <757871790@qq.com> Date: 星期三, 04 六月 2025 11:37:07 +0800 Subject: [PATCH] 优化粮温检测 --- pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6f34990..f5638d1 100644 --- a/pom.xml +++ b/pom.xml @@ -302,8 +302,8 @@ <groupId>com.ld.license</groupId> <artifactId>license-cli</artifactId> <version>3.0.0-RELEASE</version> - <scope>system</scope> - <systemPath>${project.basedir}/src/main/resources/lib/license-cli-3.0.0-RELEASE.jar</systemPath> +<!-- <scope>system</scope>--> +<!-- <systemPath>${project.basedir}/src/main/resources/lib/license-cli-3.0.0-RELEASE.jar</systemPath>--> </dependency> <dependency> <groupId>de.schlichtherle.truelicense</groupId> -- Gitblit v1.9.3