From faa7e8200ec089433bc6ff549311d1c2354ea948 Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Thu, 11 Aug 2022 18:59:49 +0800 Subject: [PATCH] refactor: remove spring-cloud dependency --- .../__subModuleNamePrefix__-api/pom.xml | 5 ----- .../__subModuleNamePrefix__-service/pom.xml | 8 -------- 2 files changed, 13 deletions(-) diff --git a/src/main/resources/archetype-resources/__subModuleNamePrefix__-api/pom.xml b/src/main/resources/archetype-resources/__subModuleNamePrefix__-api/pom.xml index 8120ab0..16a4310 100644 --- a/src/main/resources/archetype-resources/__subModuleNamePrefix__-api/pom.xml +++ b/src/main/resources/archetype-resources/__subModuleNamePrefix__-api/pom.xml @@ -18,11 +18,6 @@ ${groupId} ${subModuleNamePrefix}-common - - org.springframework.cloud - spring-cloud-starter-openfeign - provided - \ No newline at end of file diff --git a/src/main/resources/archetype-resources/__subModuleNamePrefix__-service/pom.xml b/src/main/resources/archetype-resources/__subModuleNamePrefix__-service/pom.xml index 9c3205a..59b8ea9 100644 --- a/src/main/resources/archetype-resources/__subModuleNamePrefix__-service/pom.xml +++ b/src/main/resources/archetype-resources/__subModuleNamePrefix__-service/pom.xml @@ -34,14 +34,6 @@ com.schbrain.framework dubbo-spring-boot-starter - - org.springframework.cloud - spring-cloud-starter-openfeign - - - org.springframework.cloud - spring-cloud-starter-netflix-eureka-client - \ No newline at end of file -- GitLab