Reordering folders

This commit is contained in:
Marcin Grzejszczak
2016-08-09 18:20:31 +02:00
parent 1398ae66f1
commit 26f020e3c3
37 changed files with 1 additions and 8 deletions

View File

@@ -142,4 +142,4 @@ include::{plugins_path}/spring-cloud-contract-gradle-plugin/src/test/resources/f
===== Maven Setup
Example of Maven can be found in the https://github.com/spring-cloud/spring-cloud-contract/tree/master/samples/standalone/stream-sink/pom.xml[Stream Sink sample]
Example of Maven can be found in the https://github.com/spring-cloud/spring-cloud-contract/tree/master/samples/standalone/02-stream-sink/pom.xml[Stream Sink sample]

View File

@@ -45,13 +45,6 @@
<artifactId>spring-cloud-stream-test-support</artifactId>
<scope>test</scope>
</dependency>
<!-- ENFORCING BUILD ORDER -->
<dependency>
<groupId>com.example</groupId>
<artifactId>stream-source</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
</dependencies>
<dependencyManagement>