You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pom: remove grizzly-framework-monitoring jar as dependency
Motivation:
grizzly framework can dynamically enable JMX monitoring when
grizzly-framework-monitoring.jar in the classpath. Thus application
can enable monitoring by explicitly defining dependency on it if needed.
Modification:
remove grizzly-framework-monitoring jar as dependency
Result:
a final application can decide to depend on grizzly-framework-monitoring
if JMX monitoring is required.
Acked-by: Olufemi Adeyemi
Target: master
0 commit comments