From d78b9dbcd2e263b679b1da334081f2a9bdefcf38 Mon Sep 17 00:00:00 2001 From: Yaser Hsueh Date: Sat, 20 Aug 2022 15:36:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notify-core/pom.xml | 5 +-- notify-dingtalk/pom.xml | 1 - notify-email/pom.xml | 17 +++++------ notify-sms/pom.xml | 2 -- notify-wechat/pom.xml | 3 +- pom.xml | 68 +++++++++++++++++++++++++++++++++++++++++ 6 files changed, 77 insertions(+), 19 deletions(-) diff --git a/notify-core/pom.xml b/notify-core/pom.xml index c6043d1..c4a727d 100644 --- a/notify-core/pom.xml +++ b/notify-core/pom.xml @@ -21,20 +21,17 @@ commons-beanutils commons-beanutils - 1.9.4 commons-codec commons-codec - 1.14 org.springframework spring-expression - 5.2.15.RELEASE - compile + provided diff --git a/notify-dingtalk/pom.xml b/notify-dingtalk/pom.xml index b45ee94..b679cd4 100644 --- a/notify-dingtalk/pom.xml +++ b/notify-dingtalk/pom.xml @@ -21,7 +21,6 @@ com.simaek notify-core - 0.1.0 diff --git a/notify-email/pom.xml b/notify-email/pom.xml index 0f8c23d..fcbee38 100644 --- a/notify-email/pom.xml +++ b/notify-email/pom.xml @@ -21,13 +21,18 @@ com.simaek notify-core - 0.1.0 org.springframework spring-context-support - 5.2.15.RELEASE + provided + + + + org.springframework + spring-web + provided @@ -38,7 +43,6 @@ com.sun.mail jakarta.mail - 1.6.7 @@ -46,16 +50,9 @@ httpclient - - org.springframework - spring-web - 5.2.10.RELEASE - - org.jsoup jsoup - 1.11.3 diff --git a/notify-sms/pom.xml b/notify-sms/pom.xml index 3be6be3..0d608c3 100644 --- a/notify-sms/pom.xml +++ b/notify-sms/pom.xml @@ -21,7 +21,6 @@ com.simaek notify-core - 0.1.0 @@ -32,7 +31,6 @@ com.aliyun aliyun-java-sdk-core - 4.5.2 diff --git a/notify-wechat/pom.xml b/notify-wechat/pom.xml index 92837d5..396756d 100644 --- a/notify-wechat/pom.xml +++ b/notify-wechat/pom.xml @@ -21,13 +21,11 @@ com.simaek notify-core - 0.1.0 com.alibaba fastjson - compile @@ -39,6 +37,7 @@ commons-lang commons-lang + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 43799f1..d0f564b 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,44 @@ + + com.simaek + notify-core + ${project.version} + + + + com.simaek + notify-dingtalk + ${project.version} + + + + com.simaek + notify-email + ${project.version} + + + + com.simaek + notify-sms + ${project.version} + + + + com.simaek + notify-wechat + ${project.version} + + + + org.springframework.boot + spring-boot-dependencies + 2.7.3 + pom + import + + com.alibaba fastjson @@ -50,6 +88,36 @@ 4.5.13 + + com.aliyun + aliyun-java-sdk-core + 4.6.0 + + + + commons-beanutils + commons-beanutils + 1.9.4 + + + + commons-codec + commons-codec + 1.14 + + + + org.jsoup + jsoup + 1.11.3 + + + + com.sun.mail + jakarta.mail + 1.6.7 + +