From 9b88bdf9ae10df3b175802b555100410f6557d1a Mon Sep 17 00:00:00 2001
From: zhangnaisong <2434969829@qq.com>
Date: 星期一, 24 七月 2023 10:41:49 +0800
Subject: [PATCH] 三一车辆实时报警提交
---
ard-work/pom.xml | 17 ++++++-----------
1 files changed, 6 insertions(+), 11 deletions(-)
diff --git a/ard-work/pom.xml b/ard-work/pom.xml
index eec47b0..6cf0bd8 100644
--- a/ard-work/pom.xml
+++ b/ard-work/pom.xml
@@ -14,6 +14,12 @@
</description>
<dependencies>
+ <dependency>
+ <groupId>net.sf.ucanaccess</groupId>
+ <artifactId>ucanaccess</artifactId>
+ <version>5.0.1</version>
+ </dependency>
+
<!-- 閫氱敤宸ュ叿-->
<dependency>
<groupId>commons-codec</groupId>
@@ -74,17 +80,6 @@
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-system</artifactId>
</dependency>
-<!-- <dependency>-->
-<!-- <groupId>io.springfox</groupId>-->
-<!-- <artifactId>springfox-core</artifactId>-->
-<!-- <version>3.0.0</version>-->
-<!-- <scope>compile</scope>-->
-<!-- </dependency>-->
-<!-- <dependency>-->
-<!-- <groupId>com.github.xiaoymin</groupId>-->
-<!-- <artifactId>knife4j-spring</artifactId>-->
-<!-- <version>2.0.9</version>-->
-<!-- </dependency>-->
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-annotations</artifactId>
--
Gitblit v1.9.3