extract mac-specific functionality into OSXUtil

also adds orange-extensions to stub the dependencies jar on other systems
pom
This commit is contained in:
arlyon
2018-03-03 02:12:33 +00:00
committed by Adam
parent 9386659f14
commit fb48c96194
3 changed files with 72 additions and 26 deletions

View File

@@ -130,6 +130,12 @@
<artifactId>discord</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>net.runelite</groupId>
<artifactId>orange-extensions</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>