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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Note that this section uses the spring-cloud-services.version variable created earlier for maintainability.