You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2019/09/30 10:10:36 UTC

[servicecomb-pack] 39/42: SCB-1368 disable JMX over HTTP

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git

commit 828908e3e6932131339bf30de051023407756107
Author: Lei Zhang <co...@gmail.com>
AuthorDate: Sat Sep 28 19:20:36 2019 +0800

    SCB-1368 disable JMX over HTTP
---
 alpha/alpha-fsm/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alpha/alpha-fsm/pom.xml b/alpha/alpha-fsm/pom.xml
index 8f53916..2772530 100644
--- a/alpha/alpha-fsm/pom.xml
+++ b/alpha/alpha-fsm/pom.xml
@@ -144,11 +144,11 @@
     <!--
       jmx over http
       http://0.0.0.0:8090/actuator/jolokia/read/akka:type=Cluster
-    -->
     <dependency>
       <groupId>org.jolokia</groupId>
       <artifactId>jolokia-core</artifactId>
     </dependency>
+    -->
     <!-- For testing the artifacts scope are test-->
     <dependency>
       <groupId>org.springframework.boot</groupId>