Add EventBus test, which fails, now to fix!

This commit is contained in:
md_5
2013-05-13 18:36:12 +10:00
parent c465eca03b
commit 834ac24b38
2 changed files with 48 additions and 0 deletions

View File

@@ -63,6 +63,12 @@
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>