2021-01-31 14:38:29 +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-05-14 14:07:41 +00:00
|
|
|
<version>7.0.4</version>
|
2021-01-31 14:38:29 +00:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>kernel-o-monitor</artifactId>
|
|
|
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>monitor-api</module>
|
2021-03-06 02:26:12 +00:00
|
|
|
<module>monitor-integration-beetl</module>
|
2021-04-14 10:54:26 +00:00
|
|
|
<module>monitor-business-system-info</module>
|
2021-01-31 14:38:29 +00:00
|
|
|
<module>monitor-spring-boot-starter</module>
|
2021-03-05 09:51:18 +00:00
|
|
|
<module>monitor-sdk-prometheus</module>
|
2021-01-31 14:38:29 +00:00
|
|
|
</modules>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
<!-- 开发规则 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>cn.stylefeng.roses</groupId>
|
|
|
|
<artifactId>kernel-a-rule</artifactId>
|
2021-05-14 14:07:41 +00:00
|
|
|
<version>7.0.4</version>
|
2021-01-31 14:38:29 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|