Browse Source

Ensure we are using dependencies poms from other projects

pull/6/head
Dave Syer 9 years ago
parent
commit
704fa7a1be
  1. 4
      spring-cloud-netflix-dependencies/pom.xml

4
spring-cloud-netflix-dependencies/pom.xml

@ -33,14 +33,14 @@ @@ -33,14 +33,14 @@
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId>
<artifactId>spring-cloud-commons-dependencies</artifactId>
<version>${spring-cloud-commons.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config</artifactId>
<artifactId>spring-cloud-config-dependencies</artifactId>
<version>${spring-cloud-config.version}</version>
<type>pom</type>
<scope>import</scope>

Loading…
Cancel
Save