Add EventBus to replace Guava one

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-10-31 08:27:32 +01:00
committed by Adam
parent ab160e63c5
commit 76a964a9d3
3 changed files with 292 additions and 3 deletions

View File

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