From 91b4c5adac4a6d6dc52da5f0d47ce304ff4bbaf6 Mon Sep 17 00:00:00 2001 From: xueye Date: Sat, 3 Jul 2021 02:07:28 +0800 Subject: [PATCH] =?UTF-8?q?deps:=20=E7=BB=9F=E4=B8=80=E5=BC=95=E5=85=A5?= =?UTF-8?q?=E5=B7=A5=E4=BB=B6=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notify-dingtalk/pom.xml | 14 ++++---------- notify-email/pom.xml | 24 +++++++++++------------ notify-sms/pom.xml | 12 ++++-------- notify-wechat/pom.xml | 11 ----------- pom.xml | 42 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 61 insertions(+), 42 deletions(-) diff --git a/notify-dingtalk/pom.xml b/notify-dingtalk/pom.xml index a3c0da9..e7ca25e 100644 --- a/notify-dingtalk/pom.xml +++ b/notify-dingtalk/pom.xml @@ -17,29 +17,23 @@ + com.cicdi notify-core 1.0-SNAPSHOT + com.alibaba fastjson - 1.2.73 - compile + org.apache.httpcomponents httpclient - 4.5.12 - compile - - - junit - junit - 4.12 - test + \ No newline at end of file diff --git a/notify-email/pom.xml b/notify-email/pom.xml index 556c285..f2eff15 100644 --- a/notify-email/pom.xml +++ b/notify-email/pom.xml @@ -17,26 +17,30 @@ + com.cicdi notify-core 1.0-SNAPSHOT + org.springframework spring-context-support 5.2.15.RELEASE + com.alibaba fastjson - 1.2.73 + com.sun.mail jakarta.mail 1.6.7 + org.springframework spring-web @@ -48,37 +52,31 @@ spring-boot 2.3.11.RELEASE + org.springframework.boot spring-boot-starter-web 2.3.5.RELEASE + org.springframework.boot spring-boot-starter-webflux 2.3.5.RELEASE + org.springframework.boot spring-boot-autoconfigure 2.3.11.RELEASE + org.jsoup jsoup 1.11.3 - - org.junit.jupiter - junit-jupiter - RELEASE - test - - - junit - junit - 4.12 - test - + + \ No newline at end of file diff --git a/notify-sms/pom.xml b/notify-sms/pom.xml index f820ae5..24fc9cb 100644 --- a/notify-sms/pom.xml +++ b/notify-sms/pom.xml @@ -17,27 +17,23 @@ + com.cicdi notify-core 1.0-SNAPSHOT + com.alibaba fastjson - 1.2.73 - compile + com.aliyun aliyun-java-sdk-core 4.5.2 - - junit - junit - 4.12 - test - + \ No newline at end of file diff --git a/notify-wechat/pom.xml b/notify-wechat/pom.xml index 98311d4..76c948d 100644 --- a/notify-wechat/pom.xml +++ b/notify-wechat/pom.xml @@ -22,33 +22,22 @@ com.cicdi notify-core 1.0-SNAPSHOT - compile com.alibaba fastjson - 1.2.73 compile - - junit - junit - 4.12 - test - - org.apache.httpcomponents httpclient - 4.5.13 commons-lang commons-lang - 2.6 diff --git a/pom.xml b/pom.xml index 5679be1..d7f802d 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,48 @@ 8 + + + + + + com.alibaba + fastjson + 1.2.75 + + + + junit + junit + 4.13.2 + test + + + + commons-lang + commons-lang + 2.6 + + + + org.apache.httpcomponents + httpclient + 4.5.13 + + + + + + + + + + junit + junit + test + + +