Created
February 14, 2018 01:14
-
-
Save mkheck/a583063b735ab18ead3f7dfc8b766133 to your computer and use it in GitHub Desktop.
SCS dependencies added to both services' pom.xml dependencyManagement section
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-dependencies</artifactId> | |
<version>${spring-cloud-services.version}</version> | |
<type>pom</type> | |
<scope>import</scope> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note that this section uses the spring-cloud-services.version variable created earlier for maintainability.