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 + + +