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-05-14 14:07:41 +00:00
|
|
|
<version>7.0.4</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-05-14 14:07:41 +00:00
|
|
|
<version>7.0.4</version>
|
2021-01-08 11:37:43 +00:00
|
|
|
</dependency>
|
2021-01-01 14:35:57 +00:00
|
|
|
|
2021-02-03 13:31:55 +00:00
|
|
|
<!--websocket管理-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>cn.stylefeng.roses</groupId>
|
|
|
|
<artifactId>message-business-websocket</artifactId>
|
2021-05-14 14:07:41 +00:00
|
|
|
<version>7.0.4</version>
|
2021-02-03 13:31:55 +00:00
|
|
|
</dependency>
|
|
|
|
|
2021-01-01 14:35:57 +00:00
|
|
|
<!--消息默认记录到库中-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>cn.stylefeng.roses</groupId>
|
|
|
|
<artifactId>message-sdk-db</artifactId>
|
2021-05-14 14:07:41 +00:00
|
|
|
<version>7.0.4</version>
|
2021-01-01 14:35:57 +00:00
|
|
|
</dependency>
|
|
|
|
|
2021-01-24 15:25:46 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>cn.stylefeng.roses</groupId>
|
|
|
|
<artifactId>message-sdk-websocket</artifactId>
|
2021-05-14 14:07:41 +00:00
|
|
|
<version>7.0.4</version>
|
2021-01-24 15:25:46 +00:00
|
|
|
</dependency>
|
2021-01-01 14:35:57 +00:00
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|