Add runelite-scripts project for packaging overlaid scripts and dependency

This commit is contained in:
Adam
2018-01-27 13:05:31 -05:00
parent edabf9ea71
commit 7e4bbf66cb
3 changed files with 77 additions and 0 deletions

View File

@@ -109,6 +109,12 @@
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.runelite</groupId>
<artifactId>scripts</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.runelite</groupId>
<artifactId>http-api</artifactId>