From 6489bbca90237d869669dbf2e2e677f2e360b72b Mon Sep 17 00:00:00 2001 From: amshegokar Date: Thu, 21 Feb 2019 18:38:35 +0530 Subject: starts threads each for every supported collector Make code changes so that mapper starts one thread each for every supported collector as per configuration Change-Id: I90d3b9d27d0d64107b1b33c6752dc2f0c49344de Issue-ID: DCAEGEN2-1174 Signed-off-by: amshegokar --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index e9d8e26..fa63ff3 100644 --- a/pom.xml +++ b/pom.xml @@ -137,6 +137,13 @@ --> + + + com.googlecode.json-simple + json-simple + 1.1 + + org.apache.commons -- cgit