This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git

commit a2ce5211003069548de749e5296210d2ccea2bf5
Author: Clay Baenziger <[email protected]>
AuthorDate: Tue Nov 12 13:41:24 2019 +0100

    RATIS-750. NullPointerException at the ratis client while running Freon 
benchmark.
---
 ratis-examples/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ratis-examples/pom.xml b/ratis-examples/pom.xml
index 592a754..ac6ee14 100644
--- a/ratis-examples/pom.xml
+++ b/ratis-examples/pom.xml
@@ -110,6 +110,11 @@
     </dependency>
 
     <dependency>
+       <groupId>io.dropwizard.metrics</groupId>
+       <artifactId>metrics-jvm</artifactId>
+    </dependency>
+
+    <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
     </dependency>

Reply via email to