From 7b530f46ac20704d7eccac5d4ef751aec65053bb Mon Sep 17 00:00:00 2001 From: 艾金辉 <1144154118@qq.com> Date: 星期六, 22 七月 2023 09:40:31 +0800 Subject: [PATCH] 根据carId获取车辆 --- ard-work/pom.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ard-work/pom.xml b/ard-work/pom.xml index bd7875b..2e3a240 100644 --- a/ard-work/pom.xml +++ b/ard-work/pom.xml @@ -35,15 +35,15 @@ <groupId>net.java.jna</groupId> <artifactId>jna</artifactId> <version>1.0.0</version> - <scope>system</scope> - <systemPath>${project.basedir}/src/main/resources/lib/jna.jar</systemPath> +<!-- <scope>system</scope>--> +<!-- <systemPath>${project.basedir}/src/main/resources/lib/jna.jar</systemPath>--> </dependency> <dependency> <groupId>net.java.examples</groupId> <artifactId>examples</artifactId> <version>1.0.0</version> - <scope>system</scope> - <systemPath>${project.basedir}/src/main/resources/lib/examples.jar</systemPath> +<!-- <scope>system</scope>--> +<!-- <systemPath>${project.basedir}/src/main/resources/lib/examples.jar</systemPath>--> </dependency> <dependency> <groupId>org.springframework.boot</groupId> -- Gitblit v1.9.3