diff --git a/src/main/resources/archetype-resources/__subModuleNamePrefix__-api/pom.xml b/src/main/resources/archetype-resources/__subModuleNamePrefix__-api/pom.xml
index 8120ab0b1c9eac1c73def9c9cef3c6a8e228c99a..16a4310c73dd805f544c13989eae589e66b2fa7c 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 9c3205a3e9f3d4e4b6f6574b3a67bc8c25ea5e41..59b8ea968786d3f904f22ef0418fc64da1004d8a 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