From 88763f2ae21e9d3771ba744577edcc2d344802a6 Mon Sep 17 00:00:00 2001 From: vince <757871790@qq.com> Date: 星期四, 06 三月 2025 16:09:31 +0800 Subject: [PATCH] 修改测温bug --- 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