Add stream-function tests

This commit is contained in:
Marius Bogoevici
2017-04-04 00:17:10 -04:00
parent d208b5e0f3
commit 82e19894b2
5 changed files with 227 additions and 5 deletions

View File

@@ -14,10 +14,6 @@
<relativePath>..</relativePath>
</parent>
<properties>
<stream.version>1.1.1.BUILD-SNAPSHOT</stream.version>
</properties>
<dependencies>
<dependency>
<groupId>io.projectreactor</groupId>
@@ -31,11 +27,22 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-reactive</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-test-support</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-context</artifactId>
<scope>test</scope>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-rabbit</artifactId>