summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-09-11 12:43:05 +0200
committergjoranv <gv@oath.com>2017-09-11 12:43:05 +0200
commit00d4cb5e20a844cbd58f1485e283da363146f203 (patch)
tree61e83217bf067008de59129dc294800adb1e5091 /pom.xml
parentcb8cbd3f6a2308060ce5ebcaa4a2cbf379ef8019 (diff)
Expose HdrHistogram in test scope instead of provided for users.
- It's not provided runtime, but we should consider doing so, as simplemetric:UntypedMetric exposes a public method that returns an org.HdrHistogram.DoubleHistogram.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a5101861f58..fc62bd5350f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -738,6 +738,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.hdrhistogram</groupId>
+ <artifactId>HdrHistogram</artifactId>
+ <version>2.1.8</version>
+ </dependency>
+ <dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20090211</version>