From 5524cfff956b81fcd1ebeb40ac57924a38be42d8 Mon Sep 17 00:00:00 2001 From: WangHan <wwh_work@126,com> Date: 星期四, 19 十二月 2024 15:02:17 +0800 Subject: [PATCH] 问题修改 --- pom.xml | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5466153..7e7008d 100644 --- a/pom.xml +++ b/pom.xml @@ -7,6 +7,7 @@ <module>deploy-jar-single</module> <module>consum-base</module> <module>consum-model-pojo</module> + <module>iplatform-base-security-consum</module> </modules> <parent> @@ -32,18 +33,24 @@ <!-- 2023-06-07 杩愮淮绯荤粺鍩虹妯″潡 --> <dependency> - <groupId>com.low.consum</groupId> + <groupId>com.consum</groupId> <artifactId>low-consum-manage</artifactId> <version>${consum-base.version}</version> </dependency> <!-- 2023-06-15 鏁版嵁搴撳璞″畾涔夋ā鍧� --> <dependency> - <groupId>com.low.consum</groupId> + <groupId>com.consum</groupId> <artifactId>consum-model-pojo</artifactId> <version>${consum-model-pojo.version}</version> </dependency> + <dependency> + <groupId>com.iplatform</groupId> + <artifactId>iplatform-base-security-consum</artifactId> + <version>1.0.0-SNAPSHOT</version> + </dependency> + </dependencies> </dependencyManagement> -- Gitblit v1.9.1