Remove SI Java DSL version (now part of SI 5)

This commit is contained in:
Marius Bogoevici
2017-06-22 17:26:39 -04:00
committed by Soby Chacko
parent ffab56b584
commit 58b8352d19

View File

@@ -51,11 +51,6 @@
<artifactId>spring-cloud-stream-test-support-internal</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-java-dsl</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>