summaryrefslogtreecommitdiffstats
path: root/container-core/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-04-13 17:00:46 +0200
committergjoranv <gv@verizonmedia.com>2021-04-13 17:00:46 +0200
commit94611f2c72d033a15b251b59781ff7dddfef63fe (patch)
tree05fa018bf29395297cf9355a06a441e2e9df6e20 /container-core/pom.xml
parent88d520001728d58bedd8cd5267c07a834f7841e9 (diff)
Add dependency from simplemetrics.
Diffstat (limited to 'container-core/pom.xml')
-rw-r--r--container-core/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-core/pom.xml b/container-core/pom.xml
index d0460578b25..2b87d79daa4 100644
--- a/container-core/pom.xml
+++ b/container-core/pom.xml
@@ -144,6 +144,10 @@
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
+ <groupId>org.hdrhistogram</groupId>
+ <artifactId>HdrHistogram</artifactId>
+ </dependency>
+ <dependency>
<!-- TODO Vespa 8: stop providing org.json:json -->
<groupId>org.json</groupId>
<artifactId>json</artifactId>