From 295bf6f10ad0b668d2dbaa4525a15d6d52807ef1 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期三, 20 八月 2025 14:24:42 +0800
Subject: [PATCH] 导入工控网,附件改名
---
blade-service/blade-mdm/pom.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/blade-service/blade-mdm/pom.xml b/blade-service/blade-mdm/pom.xml
index 4854ff9..8243c3a 100644
--- a/blade-service/blade-mdm/pom.xml
+++ b/blade-service/blade-mdm/pom.xml
@@ -109,10 +109,10 @@
<artifactId>groovy-jsr223</artifactId>
<version>4.0.28</version>
</dependency>
- <!--<dependency>
- <groupId>org.springblade</groupId>
- <artifactId>blade-starter-transaction</artifactId>
- </dependency>-->
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-mail</artifactId>
+ </dependency>
</dependencies>
<build>
<plugins>
--
Gitblit v1.9.3