symes-api/mes-service-api/mes-plan-manage-api/pom.xml

41 lines
1.5 KiB
XML
Raw Permalink Normal View History

2026-07-21 11:47:06 +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>mes-service-api</artifactId>
<groupId>com.songyue</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>mes-plan-manage-api</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>com.songyue</groupId>
<artifactId>mes-master-data-api</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.songyue</groupId>
<artifactId>mes-production-manage-api</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.songyue</groupId>
<artifactId>mes-production-manage-api</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.songyue</groupId>
<artifactId>mes-logistics-materiel-api</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>