SCS dependencies added to edge service's pom.xml
<dependency> | |
<groupId>io.pivotal.spring.cloud</groupId> | |
<artifactId>spring-cloud-services-starter-config-client</artifactId> | |
</dependency> | |
<dependency> | |
<groupId>io.pivotal.spring.cloud</groupId> | |
<artifactId>spring-cloud-services-starter-service-registry</artifactId> | |
</dependency> | |
<dependency> | |
<groupId>io.pivotal.spring.cloud</groupId> | |
<artifactId>spring-cloud-services-starter-circuit-breaker</artifactId> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment