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 a69ad0e CAMEL-13108: camel-core - Move dataset into camel-dataset
component.
a69ad0e is described below
commit a69ad0ed8d8b5028e00e3925d14ed094664ba8ac
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Apr 7 09:14:42 2019 +0200
CAMEL-13108: camel-core - Move dataset into camel-dataset component.
---
components/camel-ironmq/pom.xml | 5 +++++
components/camel-jaxb/pom.xml | 5 +++++
components/camel-spring/pom.xml | 5 +++++
3 files changed, 15 insertions(+)
diff --git a/components/camel-ironmq/pom.xml b/components/camel-ironmq/pom.xml
index 0ac2eca..0d6ad10 100644
--- a/components/camel-ironmq/pom.xml
+++ b/components/camel-ironmq/pom.xml
@@ -80,6 +80,11 @@
<artifactId>camel-test-spring</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-dataset</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>
diff --git a/components/camel-jaxb/pom.xml b/components/camel-jaxb/pom.xml
index 58deec7..27da40c 100644
--- a/components/camel-jaxb/pom.xml
+++ b/components/camel-jaxb/pom.xml
@@ -95,6 +95,11 @@
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
+ <artifactId>camel-dataset</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
<artifactId>camel-spring</artifactId>
<scope>test</scope>
</dependency>
diff --git a/components/camel-spring/pom.xml b/components/camel-spring/pom.xml
index 6aaafb8..3e3ad80 100644
--- a/components/camel-spring/pom.xml
+++ b/components/camel-spring/pom.xml
@@ -104,6 +104,11 @@
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
+ <artifactId>camel-dataset</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
<artifactId>camel-management-impl</artifactId>
<scope>test</scope>
</dependency>