From 76de255f683a230f1976c30d544f9a8e2633b088 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期三, 16 七月 2025 17:12:20 +0800 Subject: [PATCH] art: 技术状态变更-数据库设计修改 --- pom.xml | 34 +++++++++++++++++++++++++--------- 1 files changed, 25 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 8a3bbba..0043e39 100644 --- a/pom.xml +++ b/pom.xml @@ -59,6 +59,8 @@ <!-- Log4j2鐖嗛浄婕忔礊 --> <log4j2.version>2.17.0</log4j2.version> <logback.version>1.2.9</logback.version> + <!-- webservice --> + <cxf.version>3.2.4</cxf.version> </properties> <modules> @@ -67,6 +69,8 @@ <module>lxzn-module-system</module> <module>lxzn-module-mdc</module> <module>lxzn-module-eam</module> + <module>lxzn-module-flowable</module> + <module>lxzn-module-eam-common</module> </modules> <repositories> @@ -177,6 +181,18 @@ <dependency> <groupId>org.jeecgframework.boot</groupId> <artifactId>lxzn-system-cloud-api</artifactId> + <version>${jeecgboot.version}</version> + </dependency> + <!-- system 寰湇鍔� api --> + <dependency> + <groupId>org.jeecgframework.boot</groupId> + <artifactId>lxzn-module-flowable</artifactId> + <version>${jeecgboot.version}</version> + </dependency> + <!-- system 寰湇鍔� api --> + <dependency> + <groupId>org.jeecgframework.boot</groupId> + <artifactId>lxzn-module-eam-common</artifactId> <version>${jeecgboot.version}</version> </dependency> @@ -395,7 +411,7 @@ <url>http://maven.jeecg.com:8090/nexus/content/repositories/snapshots/</url> </snapshotRepository> </distributionManagement> - + <!-- 鐜 --> <profiles> <!-- 寮�鍙� --> @@ -433,14 +449,14 @@ </properties> </profile> <!-- SpringCloud杩愯鐜 --> - <profile> - <id>SpringCloud</id> - <modules> - <!-- 寰湇鍔℃ā鍧�--> - <module>jeecg-server-cloud</module> - </modules> - </profile> +<!-- <profile>--> +<!-- <id>SpringCloud</id>--> +<!-- <modules>--> +<!-- <!– 寰湇鍔℃ā鍧�–>--> +<!-- <module>jeecg-server-cloud</module>--> +<!-- </modules>--> +<!-- </profile>--> </profiles> -</project> \ No newline at end of file +</project> -- Gitblit v1.9.3