hn-cloud/bonus-common/bonus-common-datascope/pom.xml

29 lines
825 B
XML
Raw Normal View History

2025-05-07 18:57:56 +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-common</artifactId>
<version>24.12.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
2025-05-14 18:29:14 +08:00
2025-05-07 18:57:56 +08:00
<artifactId>bonus-common-datascope</artifactId>
2025-05-14 18:29:14 +08:00
2025-05-07 18:57:56 +08:00
<description>
bonus-common-datascope权限范围
</description>
<dependencies>
2025-05-14 18:29:14 +08:00
2025-05-07 18:57:56 +08:00
<!-- bonus Common Security -->
<dependency>
<groupId>com.bonus</groupId>
<artifactId>bonus-common-security</artifactId>
</dependency>
2025-05-14 18:29:14 +08:00
2025-05-07 18:57:56 +08:00
</dependencies>
2025-05-14 18:29:14 +08:00
</project>