From a2c18aed7da4b84e118ae2f3a28779607d5ecff7 Mon Sep 17 00:00:00 2001
From: 艾金辉 <1144154118@qq.com>
Date: 星期六, 22 七月 2023 09:39:47 +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 2e3a240..bd7875b 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