Merge branch '1.0.x'

This commit is contained in:
Marcin Grzejszczak
2017-01-16 14:41:28 +01:00
3 changed files with 30 additions and 2 deletions

View File

@@ -29,6 +29,24 @@
<!-- standalone tests get executed separately by invoker plugin -->
</modules>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-stub-runner</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-maven-plugin</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-gradle-plugin</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>