2026-04-21 13:41:05 +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>jeecg-boot-module</artifactId>
|
|
|
|
|
|
<groupId>org.jeecgframework.boot3</groupId>
|
2026-05-18 20:05:46 +08:00
|
|
|
|
<version>3.9.2</version>
|
2026-04-21 13:41:05 +08:00
|
|
|
|
</parent>
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
|
|
|
|
<artifactId>jeecg-module-xslmes</artifactId>
|
|
|
|
|
|
<name>jeecg-module-xslmes</name>
|
|
|
|
|
|
<description>MES XSL 业务模块(Java 包:org.jeecg.modules.xslmes)</description>
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.jeecgframework.boot3</groupId>
|
|
|
|
|
|
<artifactId>jeecg-boot-base-core</artifactId>
|
2026-05-25 19:44:14 +08:00
|
|
|
|
<version>${jeecgboot.version}</version>
|
2026-04-21 13:41:05 +08:00
|
|
|
|
</dependency>
|
2026-05-13 15:49:51 +08:00
|
|
|
|
<!-- 复用打印模板模块:打印机枚举、业务绑定、PDF 提交队列 -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.jeecgframework.boot3</groupId>
|
|
|
|
|
|
<artifactId>jeecg-system-biz</artifactId>
|
|
|
|
|
|
<version>${jeecgboot.version}</version>
|
|
|
|
|
|
</dependency>
|
2026-05-18 20:05:46 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.jeecgframework.boot3</groupId>
|
|
|
|
|
|
<artifactId>jeecg-module-print</artifactId>
|
|
|
|
|
|
<version>${jeecgboot.version}</version>
|
|
|
|
|
|
</dependency>
|
2026-04-21 13:41:05 +08:00
|
|
|
|
</dependencies>
|
|
|
|
|
|
</project>
|