增加钉钉 微信

This commit is contained in:
zhouhao 2020-02-19 19:40:12 +08:00
parent 548aeadf6e
commit acca98e412
1 changed files with 15 additions and 3 deletions

View File

@ -58,23 +58,35 @@
</dependency>
<dependency>
<groupId>org.jetlinks.community</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>notify-email</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jetlinks.community</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>notify-voice</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jetlinks.community</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>notify-sms</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>notify-dingtalk</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>notify-wechat</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<repositories>