From 55c5941807a52bd1eb4fc08803d2402dd72e60a6 Mon Sep 17 00:00:00 2001 From: ‘liusuyi’ <1951119284@qq.com> Date: 星期一, 10 七月 2023 16:45:48 +0800 Subject: [PATCH] 增加门禁报警数据接收入库和引导就近光电 增加门禁报警业务功能 --- ard-work/pom.xml | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/ard-work/pom.xml b/ard-work/pom.xml index e6d046a..2d02074 100644 --- a/ard-work/pom.xml +++ b/ard-work/pom.xml @@ -16,6 +16,17 @@ <dependencies> <!-- 閫氱敤宸ュ叿--> <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.10</version> + </dependency> + + + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>ruoyi-common</artifactId> + </dependency> + <dependency> <groupId>com.ruoyi</groupId> <artifactId>ruoyi-common</artifactId> </dependency> @@ -94,6 +105,17 @@ <artifactId>geodesy</artifactId> <version>1.1.3</version> </dependency> + <dependency> + <groupId>org.bytedeco</groupId> + <artifactId>javacv-platform</artifactId> + <version>1.5.7</version> + </dependency> + <!-- Forest --> + <dependency> + <groupId>com.dtflys.forest</groupId> + <artifactId>forest-spring-boot-starter</artifactId> + <version>1.5.22</version> + </dependency> </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.3