Created
June 26, 2020 21:02
-
-
Save spencergibb/9973e460e5f0d95ae3151405528371df to your computer and use it in GitHub Desktop.
spring-cloud-kubernetes import 1.1.4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>org.springframework.cloud</groupId> | |
<artifactId>spring-cloud-kubernetes-dependencies</artifactId> | |
<version>1.1.4.RELEASE</version> | |
<type>pom</type> | |
<scope>import</scope> | |
</dependency> | |
</dependencies> | |
</dependencyManagement> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment