Zlpt-Cloud/zlpt-common/zlpt-common-datascope/pom.xml

29 lines
905 B
XML
Raw Normal View History

2023-11-30 11:27:42 +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>
2023-12-02 13:09:47 +08:00
<groupId>com.bonus.zlpt</groupId>
<artifactId>zlpt-common</artifactId>
2023-11-30 11:27:42 +08:00
<version>3.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
2023-12-02 13:09:47 +08:00
<artifactId>zlpt-common-datascope</artifactId>
2023-11-30 11:27:42 +08:00
<description>
2023-12-02 13:09:47 +08:00
zlpt-common-datascope权限范围
2023-11-30 11:27:42 +08:00
</description>
<dependencies>
<!-- RuoYi Common Security -->
<dependency>
2023-12-02 13:09:47 +08:00
<groupId>com.bonus.zlpt</groupId>
<artifactId>zlpt-common-security</artifactId>
<version>3.6.3</version>
<scope>compile</scope>
2023-11-30 11:27:42 +08:00
</dependency>
</dependencies>
</project>