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 bc7d67c  Polished
bc7d67c is described below

commit bc7d67c6fe672812d9a3b67706372e965bf4af18
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sat May 16 17:33:19 2020 +0200

    Polished
---
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_4.adoc      | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_4.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_4.adoc
index 245d45c..4048233 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_4.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_4.adoc
@@ -9,9 +9,18 @@ from both 3.0 to 3.1 and 3.1 to 3.2.
 === camel-test and JMX
 
 The `camel-test` module no longer has dependency on `camel-management` out of 
the box.
-In Camel JMX is optional and to use JMX then `camel-management` must be added 
as depencency.
+In Camel JMX is optional and to use JMX then `camel-management` must be added 
as dependency.
 
-So for users that do not use JMX then `camel-test` will not include JMX out of 
the box anymore.
+For example to use JMX during testing you the following dependency as test 
scope:
+
+[source,xml]
+----
+<dependency>
+    <groupId>org.apache.camel</groupId>
+    <artifactId>camel-management</artifactId>
+    <scope>test</scope>
+</dependency>
+----
 
 === Template components
 

Reply via email to