cm-cloud/cloud-common-dingding/pom.xml

30 lines
949 B
XML
Raw Normal View History

2020-08-31 22:25:32 +08: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>cm-cloud</artifactId>
<groupId>com.cm</groupId>
2021-07-18 22:27:20 +08:00
<version>1.0.2-SNAPSHOT</version>
2020-08-31 22:25:32 +08:00
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cloud-common-dingding</artifactId>
<dependencies>
<dependency>
<groupId>com.cm</groupId>
<artifactId>cloud-common</artifactId>
2021-07-18 22:27:20 +08:00
<version>1.0.2-SNAPSHOT</version>
2020-08-31 22:25:32 +08:00
</dependency>
<!-- 阿里钉钉SDK -->
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>alibaba-dingtalk-service-sdk</artifactId>
2021-07-22 22:59:07 +08:00
<version>2.0.0</version>
2020-08-31 22:25:32 +08:00
</dependency>
</dependencies>
</project>