Update mmx emitter to 0.3.6

* 0.3.5 updated better logging messages
* 0.3.6 updates validator dependency to help prevent stale validator jars from being pulled in
This commit is contained in:
Charles Allen 2015-12-04 12:50:22 -08:00
parent be8c6fafb0
commit ea5fdc30f8
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@
<dependency> <dependency>
<groupId>com.metamx</groupId> <groupId>com.metamx</groupId>
<artifactId>emitter</artifactId> <artifactId>emitter</artifactId>
<version>0.3.4</version> <version>0.3.6</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.metamx</groupId> <groupId>com.metamx</groupId>