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/04/07 06:45:54 UTC

[camel] branch master updated: CAMEL-13108: camel-core - Move dataset into camel-dataset component.

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 419c722  CAMEL-13108: camel-core - Move dataset into camel-dataset component.
419c722 is described below

commit 419c722697b1e8d8a89d0d8d03fe61fd79518dd7
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Apr 7 08:45:32 2019 +0200

    CAMEL-13108: camel-core - Move dataset into camel-dataset component.
---
 core/camel-core/pom.xml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/core/camel-core/pom.xml b/core/camel-core/pom.xml
index 89a045f..17c22c8 100644
--- a/core/camel-core/pom.xml
+++ b/core/camel-core/pom.xml
@@ -107,10 +107,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-dataset</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
             <artifactId>camel-direct</artifactId>
         </dependency>
         <dependency>
@@ -174,8 +170,13 @@
             <artifactId>camel-xslt</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-dataset</artifactId>
+            <scope>test</scope>
+        </dependency>
+
         <!-- required dependencies by camel-core -->
-        <!-- we shade our patched ordered json-simple parser -->
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-util-json</artifactId>