From 32eb942e25aa366563b7f40b05a382c0c462213c Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 22 七月 2025 10:29:38 +0800 Subject: [PATCH] 修改切面日志功能 --- se-system/pom.xml | 39 ++------------------------------------- 1 files changed, 2 insertions(+), 37 deletions(-) diff --git a/se-system/pom.xml b/se-system/pom.xml index a4926b3..8729dd0 100644 --- a/se-system/pom.xml +++ b/se-system/pom.xml @@ -57,13 +57,6 @@ <optional>true</optional> </dependency> - <!--mybatis-plus--> - <dependency> - <groupId>com.baomidou</groupId> - <artifactId>mybatis-plus-boot-starter</artifactId> - <version>3.5.1</version> - </dependency> - <!--redis--> <dependency> <groupId>org.springframework.boot</groupId> @@ -79,19 +72,6 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-pool2</artifactId> - </dependency> - - <!--aop--> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-aop</artifactId> - </dependency> - - <!--fastjson--> - <dependency> - <groupId>com.alibaba</groupId> - <artifactId>fastjson</artifactId> - <version>1.2.47</version> </dependency> <!--鏁村悎druid鏁版嵁婧�--> @@ -111,13 +91,6 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> <version>1.1</version> - </dependency> - - <!-- SpringDoc webmvc --> - <dependency> - <groupId>org.springdoc</groupId> - <artifactId>springdoc-openapi-ui</artifactId> - <version>${springdoc.version}</version> </dependency> <!--httpclient--> @@ -184,14 +157,6 @@ <version>2.2.10</version> </dependency> - <!--servlet--> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - <version>3.1.0</version> - <scope>provided</scope> - </dependency> - <!--apache.poi--> <dependency> <groupId>org.apache.poi</groupId> @@ -221,12 +186,12 @@ </dependency> <!-- se-common --> - <!--dependency> + <dependency> <groupId>com.terra</groupId> <artifactId>se-common</artifactId> <version>1.0.2</version> <scope>compile</scope> - </dependency--> + </dependency> </dependencies> -- Gitblit v1.9.3