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>
|
|
|
|
<artifactId>roses-kernel</artifactId>
|
2021-02-05 06:53:45 +00:00
|
|
|
<version>7.0.0</version>
|
2021-01-01 14:35:57 +00:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
|
2021-01-02 15:02:03 +00:00
|
|
|
<artifactId>kernel-s-message</artifactId>
|
2021-01-01 14:35:57 +00:00
|
|
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>message-api</module>
|
|
|
|
<module>message-business</module>
|
2021-02-03 13:31:55 +00:00
|
|
|
<module>message-business-websocket</module>
|
2021-01-01 14:35:57 +00:00
|
|
|
<module>message-sdk-db</module>
|
2021-01-24 15:25:46 +00:00
|
|
|
<module>message-sdk-websocket</module>
|
2021-01-01 14:35:57 +00:00
|
|
|
<module>message-spring-boot-starter</module>
|
|
|
|
</modules>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
<!-- 开发规则 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>cn.stylefeng.roses</groupId>
|
|
|
|
<artifactId>kernel-a-rule</artifactId>
|
2021-02-05 06:53:45 +00:00
|
|
|
<version>7.0.0</version>
|
2021-01-01 14:35:57 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|