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/28 06:26:19 UTC

[camel] branch master updated: CAMEL-13266: Lets enable JMX out of the box in camel-test

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 78968c4  CAMEL-13266: Lets enable JMX out of the box in camel-test
78968c4 is described below

commit 78968c468020819557908a354453ae0ca4459b08
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Feb 28 07:26:06 2019 +0100

    CAMEL-13266: Lets enable JMX out of the box in camel-test
---
 components/camel-test/pom.xml | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/components/camel-test/pom.xml b/components/camel-test/pom.xml
index 714c74d..fc2957f 100644
--- a/components/camel-test/pom.xml
+++ b/components/camel-test/pom.xml
@@ -44,17 +44,16 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-core</artifactId>
     </dependency>
+    <!-- camel-test may need JMX for some functions -->
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-management-impl</artifactId>
+    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
     </dependency>
 
-    <!-- optional dependencies for running tests -->
-    <dependency>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>camel-management-impl</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-api</artifactId>