#55 - Add support to assign Github release issues.

Support self-assignment of Github release issues. Added Apache httpclient to support HTTP PATCH as Java's HttpUrlConnection does not accept PATCH as HTTP method.
This commit is contained in:
Mark Paluch
2017-06-07 14:25:48 +02:00
parent fb187e407c
commit 14167e4eeb
5 changed files with 66 additions and 17 deletions

View File

@@ -67,6 +67,11 @@
<version>1.3</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>