From 38e7fed751939294bd60bcdab077807a21299a2f Mon Sep 17 00:00:00 2001 From: 黎星凯 <13949086503@163.com> Date: 星期五, 28 六月 2024 17:38:32 +0800 Subject: [PATCH] 20240628 漏洞升级 --- pom.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index fe3cc59..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> @@ -44,6 +45,12 @@ <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