gcw_MV9p2JJN 08ccf154bd 宜搭
2025-10-19 19:23:28 +08:00

46 lines
1.3 KiB
XML

<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>shgx</groupId>
<artifactId>shgx</artifactId>
<version>3.9.0</version>
</parent>
<!-- 宜搭数据管理模块 -->
<groupId>shgx</groupId>
<artifactId>shgx-yidadataManagement</artifactId>
<version>3.9.0</version>
<description>
宜搭数据管理模块
</description>
<dependencies>
<!-- 通用工具-->
<dependency>
<groupId>shgx</groupId>
<artifactId>shgx-common</artifactId>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>3.5.14</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>shgx</groupId>
<artifactId>shgx-common</artifactId>
</dependency>
</dependencies>
</project>