You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2020/02/05 18:54:39 UTC

[camel-spring-boot] branch master updated: CAMEL-14481: camel-spring-boot: Remove camel-management to disable JMX by default

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

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new 06c9221  CAMEL-14481: camel-spring-boot: Remove camel-management to disable JMX by default
06c9221 is described below

commit 06c92219f7bd6ada0b36b756c2da30f7224144a4
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Tue Feb 4 22:00:19 2020 +0100

    CAMEL-14481: camel-spring-boot: Remove camel-management to disable JMX by default
---
 camel-spring-boot/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/camel-spring-boot/pom.xml b/camel-spring-boot/pom.xml
index f64acc2..24eab76 100644
--- a/camel-spring-boot/pom.xml
+++ b/camel-spring-boot/pom.xml
@@ -77,11 +77,6 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-main</artifactId>
         </dependency>
-        <!-- JMX is enabled by default -->
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-management</artifactId>
-        </dependency>
 
         <!-- Optional Spring web support -->
         <dependency>