From e5b0e425c1a390d2ad18b745d31dbd4158992ee7 Mon Sep 17 00:00:00 2001 From: cuijian <cuijian@xalxzn.com> Date: 星期二, 06 五月 2025 10:05:44 +0800 Subject: [PATCH] 工具管理系统目录初始化 --- lxzn-module-tms/pom.xml | 30 ++++++++++++++++++++++++++++++ pom.xml | 1 + 2 files changed, 31 insertions(+), 0 deletions(-) diff --git a/lxzn-module-tms/pom.xml b/lxzn-module-tms/pom.xml new file mode 100644 index 0000000..f029123 --- /dev/null +++ b/lxzn-module-tms/pom.xml @@ -0,0 +1,30 @@ +<?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>lxzn-boot-parent</artifactId> + <groupId>org.jeecgframework.boot</groupId> + <version>3.4.3</version> + </parent> + <modelVersion>4.0.0</modelVersion> + + <artifactId>lxzn-module-tms</artifactId> + + <dependencies> + <dependency> + <groupId>org.jeecgframework.boot</groupId> + <artifactId>lxzn-boot-base-core</artifactId> + </dependency> + <dependency> + <groupId>org.jeecgframework.boot</groupId> + <artifactId>lxzn-system-biz</artifactId> + </dependency> + <dependency> + <groupId>org.jeecgframework.boot</groupId> + <artifactId>lxzn-module-flowable</artifactId> + <version>${jeecgboot.version}</version> + </dependency> + </dependencies> + +</project> \ No newline at end of file diff --git a/pom.xml b/pom.xml index ccdda36..f10ab41 100644 --- a/pom.xml +++ b/pom.xml @@ -71,6 +71,7 @@ <module>lxzn-module-eam</module> <module>lxzn-module-mdc-common</module> <module>lxzn-module-eam-common</module> + <module>lxzn-module-tms</module> </modules> <repositories> -- Gitblit v1.9.3