Move EventBus implementation to runelite-client

This commit is contained in:
Adam
2018-12-01 17:06:23 -05:00
parent b0eded62a8
commit e3c243e1e0
135 changed files with 148 additions and 147 deletions

View File

@@ -46,8 +46,9 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>1.3.9</version>
</dependency>
<dependency>