From aaae78c2c7508cff3da9559428ac3454f593a5f7 Mon Sep 17 00:00:00 2001 From: Amnon Heiman Date: Thu, 11 Jun 2015 11:32:29 +0300 Subject: [PATCH] Adding the yammer counter library to pom This adds the dependency for the yammer counter library and for the google collection that are used with it. Signed-off-by: Amnon Heiman --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 9ff57f6..82668f9 100644 --- a/pom.xml +++ b/pom.xml @@ -32,6 +32,17 @@ javax.json 1.0.4 + + com.yammer.metrics + metrics-core + 2.2.0 + + + com.google.collections + google-collections + 1.0 + +