summaryrefslogtreecommitdiffstats
path: root/jdisc_jetty
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 /jdisc_jetty
parent940e6f1c75d448ca6de0ae888fe119a16432ea5e (diff)
Add jetty-jmx dependency
Diffstat (limited to 'jdisc_jetty')
-rw-r--r--jdisc_jetty/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/jdisc_jetty/pom.xml b/jdisc_jetty/pom.xml
index 5887a6b7894..ec6ccb0fafb 100644
--- a/jdisc_jetty/pom.xml
+++ b/jdisc_jetty/pom.xml
@@ -34,6 +34,10 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlets</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-jmx</artifactId>
+ </dependency>
</dependencies>
<build>
<plugins>