Files
eim-server/eim-api/eim-system-api/pom.xml
2025-01-07 18:19:33 +08:00

32 lines
990 B
XML

<?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.soflyit.cloud.open</groupId>
<artifactId>eim-api</artifactId>
<version>${eim-cloud.version}${eim-cloud.changelist}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>eim-system-api</artifactId>
<description>
eim-system-api系统接口模块
</description>
<dependencies>
<!-- Industry Common Core-->
<dependency>
<groupId>com.soflyit.cloud.open</groupId>
<artifactId>eim-common-core</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
</project>