summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-03-21 13:17:36 +0100
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-05-16 16:25:59 +0200
commit93ac313611b05ee7e711024f1271e15e21679bae (patch)
tree0dc4624348d86aaed5dc403e84805b7afe103dba /pom.xml
parent940e6f1c75d448ca6de0ae888fe119a16432ea5e (diff)
Add jetty-jmx dependency
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 bb83e8f4957..43584ce3e73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -875,6 +875,11 @@
<version>${jetty.version}</version>
</dependency>
<dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-jmx</artifactId>
+ <version>${jetty.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>