mirror of
https://gitee.com/fiz-eim/eim-server.git
synced 2025-12-30 12:32:26 +00:00
32 lines
990 B
XML
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>
|