Runeloader test

This commit is contained in:
Adam
2015-11-22 11:43:49 -06:00
parent 304b78dfd7
commit 30ed0b4309
3 changed files with 105 additions and 1 deletions

View File

@@ -47,6 +47,13 @@
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.runelite.rs</groupId>
<artifactId>api</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>test</scope>
<type>jar</type>
</dependency>
</dependencies>
<build>
<plugins>