Fix issue #66. Add missing Spring Cloud starter for kubernetes config

This commit is contained in:
Charles Moulliard
2017-05-02 12:41:23 +02:00
parent cc4178b632
commit 4e85b902ad

View File

@@ -55,6 +55,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-undertow</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-kubernetes-config</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>