From 6c76ad7d3c1e6b2a2cea4986f9bcb0f7215c3563 Mon Sep 17 00:00:00 2001 From: vince <757871790@qq.com> Date: 星期二, 13 八月 2024 09:38:44 +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