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

commit 442679ff4c914d79b84c525ff0c9c18e7ac5bc1a
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Jun 25 06:36:16 2019 +0200

    Polish
---
 examples/camel-example-main-tiny/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/camel-example-main-tiny/pom.xml 
b/examples/camel-example-main-tiny/pom.xml
index 2787ac8..83d7777 100644
--- a/examples/camel-example-main-tiny/pom.xml
+++ b/examples/camel-example-main-tiny/pom.xml
@@ -63,7 +63,7 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-main</artifactId>
         </dependency>
-        <!-- we use these 3 camel components in this example -->
+        <!-- we use these 2 camel components in this example -->
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-bean</artifactId>
@@ -74,6 +74,7 @@
         </dependency>
 
         <!-- we dont need XML DSL or JAXB -->
+        <!-- currently you disable these by setting them to test scope -->
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-core</artifactId>

Reply via email to