Fix wrong dependency reference

This commit is contained in:
Dave Syer
2016-07-20 08:08:07 +01:00
parent 82af030574
commit ad12dfa47b

View File

@@ -37,7 +37,7 @@
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-stub-runner-stream</artifactId>
<artifactId>spring-cloud-contract-stub-runner</artifactId>
<scope>test</scope>
</dependency>
<dependency>