Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkheck/a583063b735ab18ead3f7dfc8b766133 to your computer and use it in GitHub Desktop.
Save mkheck/a583063b735ab18ead3f7dfc8b766133 to your computer and use it in GitHub Desktop.
SCS dependencies added to both services' pom.xml dependencyManagement section
<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>
@mkheck
Copy link
Author

mkheck commented Feb 14, 2018

Note that this section uses the spring-cloud-services.version variable created earlier for maintainability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment