aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authoramshegokar <AS00500801@techmahindra.com>2019-02-21 18:38:35 +0530
committerAtul Shegokar <as00500801@techmahindra.com>2019-02-25 10:47:04 +0000
commit6489bbca90237d869669dbf2e2e677f2e360b72b (patch)
tree62fc24012422d867b0eb596a4de2239df63ce31e /pom.xml
parentdbee500d4d3f8e54d9aff5367356ba688e1358d2 (diff)
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 <AS00500801@techmahindra.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e9d8e26..fa63ff3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,6 +137,13 @@
</dependency> -->
+<!-- https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple -->
+<dependency>
+ <groupId>com.googlecode.json-simple</groupId>
+ <artifactId>json-simple</artifactId>
+ <version>1.1</version>
+</dependency>
+
<!-- UTILITIES -->
<dependency>
<groupId>org.apache.commons</groupId>