dataease-dm/sdk/api/api-permissions/pom.xml

14 lines
508 B
Java
Raw Normal View History

2023-10-23 22:00:14 +08: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">
<parent>
<artifactId>api</artifactId>
<groupId>io.dataease</groupId>
2024-01-10 15:16:43 +08:00
<version>${dataease.version}</version>
2023-10-23 22:00:14 +08:00
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>api-permissions</artifactId>
</project>