Updates to use new spring-cloud-starter-bootstrap.

This opts in to enabling bootstrap via the classpath.

If s-c-k8s gets a ConfigData impl, this may need to change to put the property on individual tests.
This commit is contained in:
spencergibb
2020-08-10 16:06:19 -04:00
parent bc55393423
commit ccc4b5d8fb

View File

@@ -54,7 +54,12 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-context</artifactId>
<artifactId>spring-cloud-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-bootstrap</artifactId>
</dependency>
<dependency>