From 2569c0199ef86a727316770e7c5a7e222bef9daa Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期二, 23 四月 2024 17:03:56 +0800
Subject: [PATCH] 最新版本

---
 server/pom.xml |   45 +++++++++++++++++++++++++++++++--------------
 1 files changed, 31 insertions(+), 14 deletions(-)

diff --git a/server/pom.xml b/server/pom.xml
index eef494a..6e90def 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -11,18 +11,14 @@
   <name>dmvisit</name>
   <description></description>
   <modules>
-    <module>dmvisit_admin</module>
-    <module>dmvisit_service</module>
-    <module>dmvisit_web</module>
-    <module>openapi</module>
-      <module>admin_timer</module>
+      <module>meeting</module>
+      <module>system_service</module>
+      <module>visits</module>
   </modules>
-
-
   <parent>
     <groupId>org.springframework.boot</groupId>
     <artifactId>spring-boot-starter-parent</artifactId>
-    <version>2.2.5.RELEASE</version>
+    <version>2.3.12.RELEASE</version>
   </parent>
 
   <properties>
@@ -65,6 +61,11 @@
       <groupId>org.apache.shiro</groupId>
       <artifactId>shiro-spring</artifactId>
       <version>${apache.shiro.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>com.github.binarywang</groupId>
+      <artifactId>weixin-java-miniapp</artifactId>
+      <version>${weixin-java-miniapp.version}</version>
     </dependency>
     <!-- MyBatis plus -->
     <dependency>
@@ -271,12 +272,6 @@
       <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>
       <artifactId>commons-net</artifactId>
@@ -293,7 +288,29 @@
       <artifactId>weixin-java-mp</artifactId>
       <version>3.6.0</version>
     </dependency>
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-dependencies</artifactId>
+      <version>2.3.12.RELEASE</version>
+      <type>pom</type>
+      <scope>import</scope>
+    </dependency>
 
+    <dependency>
+      <groupId>org.springframework.cloud</groupId>
+      <artifactId>spring-cloud-dependencies</artifactId>
+      <version>Hoxton.SR12</version>
+      <type>pom</type>
+      <scope>import</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>com.alibaba.cloud</groupId>
+      <artifactId>spring-cloud-alibaba-dependencies</artifactId>
+      <version>2.2.7.RELEASE</version>
+      <type>pom</type>
+      <scope>import</scope>
+    </dependency>
   </dependencies>
   <build>
     <plugins>

--
Gitblit v1.9.3