430825 - jetty-start / use of jetty-jmx.xml prevents configuration of ThreadPool in jetty.xml

+ Flipped dependencies around from:
     server -(optional) -> jmx
  to:
     jmx -> server
This commit is contained in:
Joakim Erdfelt 2014-03-26 11:59:59 -07:00
parent a52925efcc
commit b835aab06f
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,9 @@
# JMX Module
#
[depend]
server
[lib]
lib/jetty-jmx-${jetty.version}.jar

View File

@ -4,7 +4,6 @@
[optional]
jvm
jmx
ext
resources