From 21cc776dfb780d6e2b0335c1542e6d3e898ce8cb Mon Sep 17 00:00:00 2001 From: guang <guang@guang.com> Date: 星期五, 14 六月 2024 16:43:48 +0800 Subject: [PATCH] Merge branch 'master-stander' of http://1.15.4.62/r/~chenjiahe/crm-platform-feign into master-stander --- crm-platform-feign/pom.xml | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/crm-platform-feign/pom.xml b/crm-platform-feign/pom.xml index 8f6bfee..d7655f0 100644 --- a/crm-platform-feign/pom.xml +++ b/crm-platform-feign/pom.xml @@ -6,13 +6,12 @@ <groupId>com.hz</groupId> <artifactId>crm-platform-feign</artifactId> - <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> <parent> <groupId>com.hz</groupId> <artifactId>crm-platform-feign-parent</artifactId> - <version>1.0-SNAPSHOT</version> + <version>stander</version> </parent> <dependencies> @@ -20,7 +19,6 @@ <dependency> <groupId>com.hx.gitee</groupId> <artifactId>hx-common</artifactId> - <version>1.0-SNAPSHOT</version> </dependency> <dependency> @@ -28,11 +26,16 @@ <artifactId>jasypt-spring-boot-starter</artifactId> </dependency> - <!--openfeign鐨勬敮鎸�--> + <dependency> + <groupId>org.projectlombok</groupId> + <artifactId>lombok</artifactId> + </dependency> + <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-openfeign</artifactId> </dependency> + <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-loadbalancer</artifactId> -- Gitblit v1.8.0