From 9884915768966327d3d8aa176438d19714fdc45f Mon Sep 17 00:00:00 2001
From: cmg <527198563@qq.com>
Date: 星期二, 16 四月 2024 16:29:52 +0800
Subject: [PATCH] 初始化

---
 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