Merge branch '1.0.x'

This commit is contained in:
Marcin Grzejszczak
2017-02-23 17:37:40 +01:00
11 changed files with 550 additions and 3 deletions

View File

@@ -64,5 +64,10 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-verifier</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>