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

@@ -16,13 +16,11 @@
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-starter</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<artifactId>spring-cloud-starter-task</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>