jetlinks-community/jetlinks-components/notify-component/notify-dingtalk/pom.xml

32 lines
980 B
XML
Raw Normal View History

2020-02-19 07:03:38 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>notify-component</artifactId>
<groupId>org.jetlinks.community</groupId>
2024-09-27 03:09:22 +00:00
<version>2.3.0-SNAPSHOT</version>
2022-09-28 09:56:32 +00:00
<relativePath>../pom.xml</relativePath>
2020-02-19 07:03:38 +00:00
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>notify-dingtalk</artifactId>
<dependencies>
<dependency>
<groupId>org.jetlinks.community</groupId>
<artifactId>notify-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
</dependencies>
</project>