Skip to content

Commit 8ababb6

Browse files
authored
Merge pull request #976 from seregamorph/feature/base-event-payload
#947 base event payload
2 parents 316e278 + b51d655 commit 8ababb6

File tree

5 files changed

+458
-637
lines changed

5 files changed

+458
-637
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,12 @@
558558
<version>2.8.6</version>
559559
<scope>test</scope>
560560
</dependency>
561+
<dependency>
562+
<groupId>org.slf4j</groupId>
563+
<artifactId>slf4j-simple</artifactId>
564+
<version>1.7.2</version>
565+
<scope>test</scope>
566+
</dependency>
561567
</dependencies>
562568
<repositories>
563569
<repository>

0 commit comments

Comments
 (0)