Browse Source

!537 fix: admin 模块缺少引入 common-mail
Merge pull request !537 from dhb52/dev

疯狂的狮子Li 6 months ago
parent
commit
9662d8a2ab
1 changed files with 5 additions and 0 deletions
  1. 5 0
      ruoyi-admin/pom.xml

+ 5 - 0
ruoyi-admin/pom.xml

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