Fixed the build and docs

This commit is contained in:
Marcin Grzejszczak
2019-05-08 13:13:37 +02:00
parent 45a284dc45
commit be83591547
9 changed files with 923 additions and 21 deletions

View File

@@ -89,7 +89,7 @@
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-github</artifactId>
<version>0.23</version>
<version>${jcabi-github.version}</version>
</dependency>
<dependency>
<groupId>com.github.jknack</groupId>
@@ -111,6 +111,12 @@
<artifactId>spring-cloud-starter-contract-stub-runner</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>3.1.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>sagan</groupId>