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/09/04 14:33:00 UTC

[camel] branch revert-3139-CAMEL-13938 created (now 0976ecd)

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

davsclaus pushed a change to branch revert-3139-CAMEL-13938
in repository https://gitbox.apache.org/repos/asf/camel.git.


      at 0976ecd  Revert "CAMEL-13938: core artifacts should not depend con camel-core but camel-core-engine"

This branch includes the following new commits:

     new 0976ecd  Revert "CAMEL-13938: core artifacts should not depend con camel-core but camel-core-engine"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: Revert "CAMEL-13938: core artifacts should not depend con camel-core but camel-core-engine"

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch revert-3139-CAMEL-13938
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 0976ecd07eee0525cf1dbcd3949cee85bad8b45c
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Sep 4 16:32:45 2019 +0200

    Revert "CAMEL-13938: core artifacts should not depend con camel-core but camel-core-engine"
    
    This reverts commit 51ec6f891761fdea0ae6205e6c4af007b88a3b13.
---
 core/camel-core-osgi/pom.xml       |  7 +------
 core/camel-core-xml/pom.xml        |  2 +-
 core/camel-endpointdsl/pom.xml     |  2 +-
 core/camel-management-impl/pom.xml | 10 +---------
 4 files changed, 4 insertions(+), 17 deletions(-)

diff --git a/core/camel-core-osgi/pom.xml b/core/camel-core-osgi/pom.xml
index 6f134de..1f61656 100644
--- a/core/camel-core-osgi/pom.xml
+++ b/core/camel-core-osgi/pom.xml
@@ -52,7 +52,7 @@
         <!-- core required: org.apache.camel.impl, org.apache.camel.impl.converter -->
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-core-engine</artifactId>
+            <artifactId>camel-core</artifactId>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -67,11 +67,6 @@
 
         <!-- for testing -->
         <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-file</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <scope>test</scope>
diff --git a/core/camel-core-xml/pom.xml b/core/camel-core-xml/pom.xml
index 3ec9765..4dc18c3 100644
--- a/core/camel-core-xml/pom.xml
+++ b/core/camel-core-xml/pom.xml
@@ -40,7 +40,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-core-engine</artifactId>
+            <artifactId>camel-core</artifactId>
         </dependency>
 
         <!-- testing -->
diff --git a/core/camel-endpointdsl/pom.xml b/core/camel-endpointdsl/pom.xml
index 44f0462..ed085c3 100644
--- a/core/camel-endpointdsl/pom.xml
+++ b/core/camel-endpointdsl/pom.xml
@@ -50,7 +50,7 @@
 
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-core-engine</artifactId>
+            <artifactId>camel-core</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
diff --git a/core/camel-management-impl/pom.xml b/core/camel-management-impl/pom.xml
index e52ee02..58aca2f 100644
--- a/core/camel-management-impl/pom.xml
+++ b/core/camel-management-impl/pom.xml
@@ -50,7 +50,7 @@
 
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-core-engine</artifactId>
+            <artifactId>camel-core</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
@@ -61,14 +61,6 @@
             <artifactId>camel-util-json</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-bean</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-log</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>