From 90edbd96c576947debb7cdc7739c05a0c74b2748 Mon Sep 17 00:00:00 2001 From: 艾金辉 <1144154118@qq.com> Date: 星期六, 22 七月 2023 16:17:06 +0800 Subject: [PATCH] 根据carId获取车辆及车辆用户调整 --- ard-work/pom.xml | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ard-work/pom.xml b/ard-work/pom.xml index 7924856..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> @@ -117,6 +117,13 @@ <artifactId>lombok</artifactId> <optional>true</optional> </dependency> + <!-- https://mvnrepository.com/artifact/com.alibaba.fastjson2/fastjson2 --> + <dependency> + <groupId>com.alibaba.fastjson2</groupId> + <artifactId>fastjson2</artifactId> + <version>2.0.36</version> + </dependency> + </dependencies> <build> -- Gitblit v1.9.3