Prune dependencies and rename samples

This commit is contained in:
Dave Syer
2017-09-15 13:44:55 +01:00
parent 976854929e
commit 472f0e31b6
76 changed files with 37 additions and 77 deletions

View File

@@ -55,13 +55,6 @@
<artifactId>maven-aether-provider</artifactId>
<version>3.3.9</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Dalston.SR3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

View File

@@ -39,7 +39,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Dalston.BUILD-SNAPSHOT</version>
<version>Dalston.SR3</version>
<type>pom</type>
<scope>import</scope>
</dependency>