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/01/19 10:00:57 UTC

[camel] branch master updated: core components are not shaded

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 8f9fddf  core components are not shaded
8f9fddf is described below

commit 8f9fddf4b3c2eefa1b7358b5b7354ec083ea93c3
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Jan 19 10:41:10 2019 +0100

    core components are not shaded
---
 camel-core/pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/camel-core/pom.xml b/camel-core/pom.xml
index a161509..70cf08f 100644
--- a/camel-core/pom.xml
+++ b/camel-core/pom.xml
@@ -140,7 +140,6 @@
     </dependency>
 
     <!-- required dependencies by camel-core -->
-    <!-- it will be shade into camel-core by bnd plugin -->
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-util</artifactId>
@@ -148,7 +147,6 @@
     </dependency>
 
     <!-- required dependencies by camel-core -->
-    <!-- it will be shade into camel-core by bnd plugin -->
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-api</artifactId>
@@ -156,7 +154,6 @@
     </dependency>
 
     <!-- required dependencies by camel-core -->
-    <!-- it will be shade into camel-core by bnd plugin -->
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-management-api</artifactId>
@@ -164,7 +161,6 @@
     </dependency>
 
     <!-- required dependencies by camel-core -->
-    <!-- it will be shade into camel-core by bnd plugin -->
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-base</artifactId>
@@ -172,15 +168,13 @@
     </dependency>
 
     <!-- required dependencies by camel-core -->
-    <!-- it will be shade into camel-core by bnd plugin -->
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-support</artifactId>
       <version>${project.version}</version>
     </dependency>
 
-    <!-- required dependencies by camel-core -->
-    <!-- it will be shade into camel-core by bnd plugin -->
+    <!-- core components -->
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-direct</artifactId>