summaryrefslogtreecommitdiffstats
path: root/application
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 /application
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 'application')
-rw-r--r--application/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/application/pom.xml b/application/pom.xml
index c5e8136628d..b03c1aa8eed 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -92,6 +92,10 @@
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.hdrhistogram</groupId>
+ <artifactId>HdrHistogram</artifactId>
+ </dependency>
</dependencies>
<build>