From e9af9f5cfeddbe5c0b33a3060b8ea6364c51e744 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 15 十一月 2024 11:37:10 +0800 Subject: [PATCH] 白名单故障类型 --- pom.xml | 28 +++++++++++++++++++++++++++- 1 files changed, 27 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 2598e4c..82b6100 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ <aliyun.sdk.oss.version>3.10.2</aliyun.sdk.oss.version> <knife4j.version>3.0.2</knife4j.version> <aspectj.version>1.9.4</aspectj.version> - <mybatis-plus.version>3.5.4</mybatis-plus.version> + <mybatis-plus.version>3.5.4.1</mybatis-plus.version> <jwt.version>0.9.1</jwt.version> <jaxb-api.version>2.3.1</jaxb-api.version> <poi.version>4.1.2</poi.version> @@ -126,6 +126,24 @@ </dependencyManagement> <dependencies> + <dependency> + <groupId>org.bytedeco</groupId> + <artifactId>javacv-platform</artifactId> + <version>1.5.1</version> + <type>pom</type> + </dependency> + <!-- sip鍗忚鏍� --> + <dependency> + <groupId>javax.sip</groupId> + <artifactId>jain-sip-ri</artifactId> + <version>1.3.0-91</version> + </dependency> + <!-- 娴峰悍client --> + <dependency> + <groupId>com.hikvision.ga</groupId> + <artifactId>artemis-http-client</artifactId> + <version>1.1.3</version> + </dependency> <!-- jpa --> <dependency> <groupId>org.springframework.boot</groupId> @@ -252,6 +270,14 @@ <artifactId>easyexcel</artifactId> <version>${easyexcel.version}</version> </dependency> + + <dependency> + <groupId>org.springframework.cloud</groupId> + <artifactId>spring-cloud-starter-openfeign</artifactId> + <version>4.0.4</version> + </dependency> + + </dependencies> <build> -- Gitblit v1.8.0