Fixed the build

This commit is contained in:
Marcin Grzejszczak
2016-07-27 11:59:21 +02:00
parent 6fd4b52ea9
commit 1aba428aaf
6 changed files with 21 additions and 76 deletions

View File

@@ -7,8 +7,8 @@
<artifactId>http-server-restdocs</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>Spring Cloud Contract Verifier Http Server Sample</name>
<description>Spring Cloud Contract Verifier Http Server Sample</description>
<name>Spring Cloud Contract RestDocs Http Server Sample</name>
<description>Spring Cloud RestDocs Verifier Http Server Sample</description>
<parent>
<groupId>org.springframework.boot</groupId>
@@ -49,6 +49,11 @@
<artifactId>spring-cloud-contract-wiremock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<dependencyManagement>