Cpte-Cloud/cpte-boot-module/cpte-module-wms/pom.xml

19 lines
665 B
XML
Raw Permalink Normal View History

2025-10-28 18:13:40 +08:00
<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/maven-v4_0_0.xsd">
<parent>
<artifactId>cpte-boot-module</artifactId>
<groupId>org.jeecgframework.boot3</groupId>
<version>3.8.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cpte-module-wms</artifactId>
<dependencies>
<dependency>
<groupId>org.jeecgframework.boot3</groupId>
<artifactId>cpte-boot-base-core</artifactId>
</dependency>
</dependencies>
</project>