Replace the internal event bus with Event Bus 0.0.3

The Event class has been retrofitted to implement IEvent, so that no
event implementations had to be changed.
This commit is contained in:
2020-09-08 20:41:01 +02:00
parent 69ea737361
commit 465ed20efa
21 changed files with 253 additions and 299 deletions

View File

@ -16,5 +16,4 @@ module envoy.server {
requires transitive java.persistence;
requires transitive java.sql;
requires transitive org.hibernate.orm.core;
}