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:
parent
a52925efcc
commit
b835aab06f
|
@ -2,6 +2,9 @@
|
|||
# JMX Module
|
||||
#
|
||||
|
||||
[depend]
|
||||
server
|
||||
|
||||
[lib]
|
||||
lib/jetty-jmx-${jetty.version}.jar
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
[optional]
|
||||
jvm
|
||||
jmx
|
||||
ext
|
||||
resources
|
||||
|
||||
|
|
Loading…
Reference in New Issue