Skip to content

Instantly share code, notes, and snippets.

@spencergibb
Created June 26, 2020 21:02
Show Gist options
  • Save spencergibb/9973e460e5f0d95ae3151405528371df to your computer and use it in GitHub Desktop.
Save spencergibb/9973e460e5f0d95ae3151405528371df to your computer and use it in GitHub Desktop.
spring-cloud-kubernetes import 1.1.4
<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