From e4aa86d95b18b48b7cd0a16ab8d46a6b90a87891 Mon Sep 17 00:00:00 2001 From: chenjiahe <763432473@qq.com> Date: 星期五, 27 九月 2024 11:19:41 +0800 Subject: [PATCH] 合并pom --- crm-platform-feign/pom.xml | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/crm-platform-feign/pom.xml b/crm-platform-feign/pom.xml index d7655f0..016a913 100644 --- a/crm-platform-feign/pom.xml +++ b/crm-platform-feign/pom.xml @@ -4,12 +4,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>com.hz</groupId> <artifactId>crm-platform-feign</artifactId> <packaging>jar</packaging> <parent> - <groupId>com.hz</groupId> + <groupId>com.yunyin</groupId> <artifactId>crm-platform-feign-parent</artifactId> <version>stander</version> </parent> @@ -17,7 +16,7 @@ <dependencies> <dependency> - <groupId>com.hx.gitee</groupId> + <groupId>com.yunyin</groupId> <artifactId>hx-common</artifactId> </dependency> -- Gitblit v1.8.0