diff --git a/spring-cloud-release-tools-core/src/main/resources/templates/blog.hbs b/spring-cloud-release-tools-core/src/main/resources/templates/blog.hbs index 77e0a75f..96395997 100644 --- a/spring-cloud-release-tools-core/src/main/resources/templates/blog.hbs +++ b/spring-cloud-release-tools-core/src/main/resources/templates/blog.hbs @@ -47,7 +47,7 @@ To get started with Maven with a BOM (dependency management only): org.springframework.cloud - spring-cloud-starter-eureka + spring-cloud-starter-netflix-eureka-client ... @@ -78,7 +78,7 @@ dependencyManagement { dependencies { compile 'org.springframework.cloud:spring-cloud-starter-config' - compile 'org.springframework.cloud:spring-cloud-starter-eureka' + compile 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client' ... } ```