浏览代码

fix: admin 模块缺少引入 common-mail

dhb52 6 月之前
父节点
当前提交
02a8bfb5ae
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      ruoyi-admin/pom.xml

+ 5 - 0
ruoyi-admin/pom.xml

@@ -53,6 +53,11 @@
             <artifactId>ruoyi-common-ratelimiter</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.dromara</groupId>
+            <artifactId>ruoyi-common-mail</artifactId>
+        </dependency>
+
         <dependency>
             <groupId>org.dromara</groupId>
             <artifactId>ruoyi-system</artifactId>