Polish SI test binder after maven publishing

- Renamed classes and package to be consistent with the intentions of this binder (e.g., TestChannelBinder, TestChannelBinderConfiguration etc)
- Added package-info.java

Resolves #1241
This commit is contained in:
Oleg Zhurakousky
2018-02-22 20:53:46 -05:00
parent e50801c824
commit be96ec00cf
17 changed files with 166 additions and 125 deletions

View File

@@ -38,5 +38,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream</artifactId>
<type>test-jar</type>
<classifier>test-binder</classifier>
</dependency>
</dependencies>
</project>