From 26aa87d8a66c97642cb71ffc5bc577a61515c6aa Mon Sep 17 00:00:00 2001 From: cuibaocheng Date: Thu, 14 Apr 2022 17:43:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86=E6=97=A5=E7=A8=8B?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=9F=AD=E4=BF=A1=E9=80=9A=E7=9F=A5/?= =?UTF-8?q?=E9=82=AE=E4=BB=B6=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/pom.xml b/pom.xml index 16a8ff6..26052ad 100644 --- a/pom.xml +++ b/pom.xml @@ -141,6 +141,33 @@ module-sms 1.0-SNAPSHOT + + + org.quartz-scheduler + quartz + 2.2.1 + + + + javax.activation + activation + 1.1 + + + javax.mail + mail + 1.4 + + + org.springframework.boot + spring-boot-starter-mail + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 +