|
|
|
@ -5,12 +5,12 @@
@@ -5,12 +5,12 @@
|
|
|
|
|
<parent> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-openfeign</artifactId> |
|
|
|
|
<version>2.2.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>2.2.1.BUILD-SNAPSHOT</version> |
|
|
|
|
<relativePath>..</relativePath> |
|
|
|
|
</parent> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-starter-openfeign</artifactId> |
|
|
|
|
<version>2.2.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>2.2.1.BUILD-SNAPSHOT</version> |
|
|
|
|
<name>Spring Cloud Starter OpenFeign</name> |
|
|
|
|
<description>Spring Cloud Starter OpenFeign</description> |
|
|
|
|
<url>https://projects.spring.io/spring-cloud</url> |
|
|
|
@ -100,13 +100,13 @@
@@ -100,13 +100,13 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-starter</artifactId> |
|
|
|
|
<version>2.2.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>2.2.1.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-openfeign-core</artifactId> |
|
|
|
|
<version>2.2.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>2.2.1.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
@ -118,7 +118,7 @@
@@ -118,7 +118,7 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-commons</artifactId> |
|
|
|
|
<version>2.2.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>2.2.1.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
@ -148,21 +148,21 @@
@@ -148,21 +148,21 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-starter-netflix-ribbon</artifactId> |
|
|
|
|
<version>2.2.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>2.2.1.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
<optional>true</optional> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-starter-netflix-archaius</artifactId> |
|
|
|
|
<version>2.2.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>2.2.1.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
<optional>true</optional> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-starter-loadbalancer</artifactId> |
|
|
|
|
<version>2.2.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>2.2.1.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
<optional>true</optional> |
|
|
|
|
</dependency> |
|
|
|
|