http-service: split hiscore service from controller

This commit is contained in:
Adam
2018-01-20 19:11:28 -05:00
parent 6397b1b4b7
commit 4d2c02e81c
5 changed files with 106 additions and 60 deletions

View File

@@ -37,6 +37,7 @@
<properties>
<spring.boot.version>1.5.6.RELEASE</spring.boot.version>
<lombok.version>1.16.18</lombok.version>
</properties>
<dependencies>
@@ -63,6 +64,13 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.runelite</groupId>
<artifactId>http-api</artifactId>