2021-01-01 14:35:57 +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">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>cn.stylefeng.roses</groupId>
|
2021-01-04 15:24:39 +00:00
|
|
|
<artifactId>kernel-s-message</artifactId>
|
2021-11-25 01:57:50 +00:00
|
|
|
<version>7.1.6</version>
|
2021-01-01 14:35:57 +00:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>message-spring-boot-starter</artifactId>
|
|
|
|
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
<!--消息管理-->
|
2021-01-08 11:37:43 +00:00
|
|
|
<dependency>
|
2021-01-01 14:35:57 +00:00
|
|
|
<groupId>cn.stylefeng.roses</groupId>
|
2021-01-08 11:37:43 +00:00
|
|
|
<artifactId>message-business</artifactId>
|
2021-06-05 04:07:45 +00:00
|
|
|
<version>${roses.version}</version>
|
2021-01-08 11:37:43 +00:00
|
|
|
</dependency>
|
2021-01-01 14:35:57 +00:00
|
|
|
|
|
|
|
<!--消息默认记录到库中-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>cn.stylefeng.roses</groupId>
|
|
|
|
<artifactId>message-sdk-db</artifactId>
|
2021-06-05 04:07:45 +00:00
|
|
|
<version>${roses.version}</version>
|
2021-01-01 14:35:57 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|