roses/kernel-s-message/message-spring-boot-starter/pom.xml

50 lines
1.5 KiB
XML
Raw Normal View History

<?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-03-15 08:34:24 +00:00
<version>7.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>message-spring-boot-starter</artifactId>
<packaging>jar</packaging>
<dependencies>
<!--消息管理-->
2021-01-08 11:37:43 +00:00
<dependency>
<groupId>cn.stylefeng.roses</groupId>
2021-01-08 11:37:43 +00:00
<artifactId>message-business</artifactId>
2021-03-15 08:34:24 +00:00
<version>7.0.2</version>
2021-01-08 11:37:43 +00:00
</dependency>
2021-02-03 13:31:55 +00:00
<!--websocket管理-->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>message-business-websocket</artifactId>
2021-03-15 08:34:24 +00:00
<version>7.0.2</version>
2021-02-03 13:31:55 +00:00
</dependency>
<!--消息默认记录到库中-->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>message-sdk-db</artifactId>
2021-03-15 08:34:24 +00:00
<version>7.0.2</version>
</dependency>
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>message-sdk-websocket</artifactId>
2021-03-15 08:34:24 +00:00
<version>7.0.2</version>
</dependency>
</dependencies>
</project>