Created
February 14, 2018 01:11
-
-
Save mkheck/f455996432cbd09c7c8d6b343c1212bd to your computer and use it in GitHub Desktop.
SCS dependencies added to edge service's pom.xml
This file contains hidden or 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
<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