Closes milestone on Github

fixes #6
This commit is contained in:
Marcin Grzejszczak
2017-03-13 18:12:05 +01:00
parent d727a89d7a
commit 27f148ee43
13 changed files with 322 additions and 14 deletions

View File

@@ -68,6 +68,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-github</artifactId>
<version>0.23</version>
</dependency>
</dependencies>
<profiles>