ソースを参照

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>