roses/kernel-s-stat/pom.xml

37 lines
1008 B
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>com.javaguns.roses</groupId>
<artifactId>roses-kernel</artifactId>
2024-11-11 14:44:24 +00:00
<version>8.3.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>kernel-s-stat</artifactId>
<packaging>pom</packaging>
<modules>
<module>stat-api</module>
<module>stat-business</module>
<module>stat-spring-boot-starter</module>
</modules>
<dependencies>
<!-- 开发规则 -->
<dependency>
<groupId>com.javaguns.roses</groupId>
<artifactId>kernel-a-rule</artifactId>
<version>${roses.version}</version>
</dependency>
</dependencies>
</project>