|
|
|
@ -14,7 +14,7 @@
@@ -14,7 +14,7 @@
|
|
|
|
|
<parent> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-build</artifactId> |
|
|
|
|
<version>2.0.3.RELEASE</version> |
|
|
|
|
<version>2.0.4.BUILD-SNAPSHOT</version> |
|
|
|
|
<relativePath/> |
|
|
|
|
</parent> |
|
|
|
|
<scm> |
|
|
|
@ -54,6 +54,13 @@
@@ -54,6 +54,13 @@
|
|
|
|
|
|
|
|
|
|
<dependencyManagement> |
|
|
|
|
<dependencies> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-framework-bom</artifactId> |
|
|
|
|
<version>5.0.8.RELEASE</version> |
|
|
|
|
<scope>import</scope> |
|
|
|
|
<type>pom</type> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-gateway-dependencies</artifactId> |
|
|
|
|