http-service: add account api

This commit is contained in:
Adam
2017-05-05 23:11:29 -04:00
parent 123336a1ed
commit 7bac276e25
13 changed files with 756 additions and 32 deletions

View File

@@ -80,6 +80,11 @@
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.scribejava</groupId>
<artifactId>scribejava-apis</artifactId>
<version>4.1.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -114,6 +119,8 @@
</dependencies>
<build>
<finalName>runelite-${project.version}</finalName>
<plugins>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>