Bonus-Cloud/bonus-api/bonus-api-system/pom.xml

28 lines
810 B
XML
Raw Normal View History

2024-06-04 14:16:31 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.bonus</groupId>
<artifactId>bonus-api</artifactId>
2024-06-26 12:51:41 +08:00
<version>24.6.0</version>
2024-06-04 14:16:31 +08:00
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>bonus-api-system</artifactId>
<description>
bonus-api-system系统接口模块
</description>
<dependencies>
<!-- bonus Common Core-->
<dependency>
<groupId>com.bonus</groupId>
<artifactId>bonus-common-core</artifactId>
</dependency>
</dependencies>
</project>