From 6cdf022031064d9b3c39a5d475141397d9865a9f Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 10 七月 2024 14:17:32 +0800
Subject: [PATCH] 修复bug
---
server/pom.xml | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/server/pom.xml b/server/pom.xml
index 9eadd6c..c46240c 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -16,6 +16,7 @@
<module>dmvisit_web</module>
<module>openapi</module>
<module>admin_timer</module>
+ <module>admin_sys_timer</module>
</modules>
@@ -266,12 +267,6 @@
<groupId>com.google.zxing</groupId>
<artifactId>javase</artifactId>
<version>3.3.0</version>
- </dependency>
- <!-- 娴峰悍绯荤粺 -->
- <dependency>
- <groupId>com.hikvision.ga</groupId>
- <artifactId>artemis-http-client</artifactId>
- <version>1.1.3</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
--
Gitblit v1.9.3