SYYTe/maku-boot-module/maku-module-message/pom.xml

42 lines
1.4 KiB
XML
Raw Normal View History

2022-08-20 17:21:59 +08:00
<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>
<groupId>net.maku</groupId>
2022-08-31 11:22:15 +08:00
<artifactId>maku-boot-module</artifactId>
2022-08-20 17:21:59 +08:00
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
2022-10-11 21:52:48 +08:00
<artifactId>maku-module-message</artifactId>
2022-08-20 17:21:59 +08:00
<packaging>jar</packaging>
2022-08-17 14:44:33 +08:00
2022-08-20 17:21:59 +08:00
<dependencies>
<dependency>
<groupId>net.maku</groupId>
2022-08-31 11:22:15 +08:00
<artifactId>maku-framework</artifactId>
2022-08-20 17:21:59 +08:00
<version>${revision}</version>
</dependency>
<dependency>
2022-08-30 22:39:03 +08:00
<groupId>net.maku</groupId>
2022-08-31 11:22:15 +08:00
<artifactId>maku-boot-api</artifactId>
2022-08-30 22:39:03 +08:00
<version>${revision}</version>
</dependency>
<dependency>
2022-08-20 17:21:59 +08:00
<groupId>com.aliyun</groupId>
<artifactId>dysmsapi20170525</artifactId>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
</dependency>
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java</artifactId>
</dependency>
<dependency>
<groupId>com.qiniu</groupId>
<artifactId>qiniu-java-sdk</artifactId>
</dependency>
2022-08-30 22:39:03 +08:00
2022-08-20 17:21:59 +08:00
</dependencies>
2022-08-17 14:44:33 +08:00
</project>