Add conversion support for Stream

This commit is contained in:
Marius Bogoevici
2017-04-24 16:49:40 -04:00
committed by Dave Syer
parent 4686e450b1
commit 4a1972dcf1
5 changed files with 194 additions and 31 deletions

View File

@@ -11,7 +11,6 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
@@ -40,7 +39,6 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-context</artifactId>
<scope>test</scope>
<version>${project.version}</version>
</dependency>
<dependency>