devicesmgt/sgzb-api/sgzb-api-system/pom.xml

32 lines
942 B
XML
Raw Permalink Normal View History

2023-11-28 20:33:38 +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.sgzb</groupId>
<artifactId>sgzb-api</artifactId>
<version>3.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sgzb-api-system</artifactId>
<description>
sgzb-api-system系统接口模块
</description>
<dependencies>
<!-- sgzb Common Core-->
<dependency>
<groupId>com.bonus.sgzb</groupId>
<artifactId>sgzb-common-core</artifactId>
</dependency>
2023-12-14 09:37:38 +08:00
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
2024-01-16 20:06:21 +08:00
2023-11-28 20:33:38 +08:00
</dependencies>
</project>