gis-bi/sdk/api/api-sync/pom.xml

23 lines
738 B
Java
Raw Normal View History

2025-02-27 14:44:08 +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>
2025-02-28 17:56:48 +08:00
<groupId>io.gisbi</groupId>
<version>1.0.0</version>
2025-02-27 14:44:08 +08:00
</parent>
2025-02-28 17:56:48 +08:00
<dependencies>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-core</artifactId>
<version>3.5.6</version>
<scope>compile</scope>
</dependency>
</dependencies>
2025-02-27 14:44:08 +08:00
<modelVersion>4.0.0</modelVersion>
<artifactId>api-sync</artifactId>
</project>