Base java event POC

This commit is contained in:
Thibaud Gasser 2019-03-19 21:17:08 +01:00
parent bb9f4fbf39
commit 8a17ec335b

View File

@ -15,13 +15,6 @@
<version>1.0-SNAPSHOT</version>
<dependencies>
<!-- https://mvnrepository.com/artifact/io.reactivex.rxjava2/rxjava -->
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.2.7</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>