summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2017-05-22 15:46:59 +0200
committerGitHub <noreply@github.com>2017-05-22 15:46:59 +0200
commitb27e8213f67d0fb76abb5cd0949d8c3730a15a01 (patch)
tree9dc9f880203627862d8a05cd3ef94fe6a98e9f35 /pom.xml
parent0aec20ed8585ebe0399eb1f7173ebbd1419616d9 (diff)
parent720627ae953e5aba6080f1083ba5ad0588f27142 (diff)
Merge pull request #2486 from yahoo/bjorncs/jmx
Bjorncs/jmx
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 708f4cff6ad..b45a4f31c4b 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>