Add ApplicationListener example

This commit is contained in:
Grzegorz Piwowarek
2016-08-14 08:13:04 +02:00
parent 28f1fe27e2
commit 24e033a24b
3 changed files with 29 additions and 0 deletions
+7
View File
@@ -130,6 +130,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>