From 41dc2ca8393e40e9efb8a6bf05f2ab1400d80215 Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Thu, 25 Apr 2024 17:25:58 +0800
Subject: [PATCH] 取消返航

---
 pom.xml |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9f34ed1..9e252ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,6 +28,7 @@
         <glassfish-jaxb.version>2.3.3</glassfish-jaxb.version>
         <log4j2.version>2.15.0</log4j2.version>
         <javax-jaxb.version>2.3.0</javax-jaxb.version>
+        <dynamic.version>4.3.0</dynamic.version>
 
     </properties>
     <repositories>
@@ -48,7 +49,7 @@
         <dependency>
             <groupId>com.baomidou</groupId>
             <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
-            <version>3.5.1</version>
+            <version>${dynamic.version}</version>
         </dependency>
 
         <dependency>
@@ -179,11 +180,6 @@
         </dependency>
 
         <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-aop</artifactId>
-        </dependency>
-
-        <dependency>
             <groupId>org.dom4j</groupId>
             <artifactId>dom4j</artifactId>
             <version>2.1.3</version>
@@ -267,6 +263,13 @@
             <artifactId>spring-test</artifactId>
             <version>5.0.8.RELEASE</version>
         </dependency>
+        <!--   mp4文件压缩处理    -->
+        <dependency>
+            <groupId>ws.schild</groupId>
+            <artifactId>jave-core</artifactId>
+            <version>3.0.0</version>
+        </dependency>
+
     </dependencies>
 
 

--
Gitblit v1.9.3