You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/02/27 15:59:44 UTC

[camel] branch master updated: CAMEL-13266: Make JMX enabled out of the with camel-core. We will have a tiny JAR without JMX and other core components. Ah had to revert as we cannot do this easily. We need a better way of this.

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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 35b72d0  CAMEL-13266: Make JMX enabled out of the with camel-core. We will have a tiny JAR without JMX and other core components. Ah had to revert as we cannot do this easily. We need a better way of this.
35b72d0 is described below

commit 35b72d017b3a68fed2938d218ac447c334a7a4e0
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Feb 27 16:59:31 2019 +0100

    CAMEL-13266: Make JMX enabled out of the with camel-core. We will have a tiny JAR without JMX and other core components. Ah had to revert as we cannot do this easily. We need a better way of this.
---
 core/camel-core/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/core/camel-core/pom.xml b/core/camel-core/pom.xml
index e388f66..5bed095 100644
--- a/core/camel-core/pom.xml
+++ b/core/camel-core/pom.xml
@@ -166,12 +166,6 @@
       <artifactId>camel-xslt</artifactId>
     </dependency>
 
-    <!-- lets include JMX out of the box -->
-    <dependency>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>camel-management-impl</artifactId>
-    </dependency>
-
     <!-- required dependencies by camel-core -->
     <!-- which we shade into camel-core so its available for everybody out of the box -->
     <dependency>