Rename starters to include -netflix- (#1886)

Fixes gh-665
This commit is contained in:
Daniel Lavoie
2017-07-21 21:59:32 +02:00
committed by Spencer Gibb
parent 348c96bf13
commit bbac5a730f
48 changed files with 770 additions and 350 deletions

View File

@@ -9,8 +9,9 @@
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>spring-cloud-starter-eureka-server</artifactId>
<packaging>pom</packaging>
<name>spring-cloud-starter-eureka-server</name>
<description>Spring Cloud Starter</description>
<description>Spring Cloud Starter Eureka Server (deprecated, please use spring-cloud-starter-netflix-eureka-server)</description>
<url>https://projects.spring.io/spring-cloud</url>
<organization>
<name>Pivotal Software, Inc.</name>
@@ -22,23 +23,7 @@
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix-eureka-server</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-archaius</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-ribbon</artifactId>
</dependency>
<dependency>
<groupId>com.netflix.ribbon</groupId>
<artifactId>ribbon-eureka</artifactId>
<artifactId>spring-cloud-starter-netflix-eureka-server</artifactId>
</dependency>
</dependencies>
</project>

View File

@@ -1 +0,0 @@
provides: spring-platform-netflix-core, eureka-client