From 946a4e49da29d0237dc75fb8729d69ede21f6cba Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期二, 23 四月 2024 10:40:36 +0800
Subject: [PATCH] 最新版本
---
server/pom.xml | 37 ++++++++++++++++++++++++++++++-------
1 files changed, 30 insertions(+), 7 deletions(-)
diff --git a/server/pom.xml b/server/pom.xml
index eef494a..ac240d2 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -16,13 +16,15 @@
<module>dmvisit_web</module>
<module>openapi</module>
<module>admin_timer</module>
+ <module>meeting</module>
+ <module>base_service</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 +67,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 +278,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 +294,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