You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/05/29 09:36:52 UTC

[camel] 04/10: CAMEL-10324 - Added CBOR to parent pom

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b5cd6f8475c563f04ce6ee2d2bacf81b108fe222
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 29 09:30:19 2019 +0200

    CAMEL-10324 - Added CBOR to parent pom
---
 components/camel-cbor/pom.xml |  2 +-
 parent/pom.xml                | 10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/components/camel-cbor/pom.xml b/components/camel-cbor/pom.xml
index 78ef74d..62c1e76 100644
--- a/components/camel-cbor/pom.xml
+++ b/components/camel-cbor/pom.xml
@@ -77,7 +77,7 @@
         <!-- testing -->
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-test</artifactId>
+            <artifactId>camel-test-spring</artifactId>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/parent/pom.xml b/parent/pom.xml
index 37b58d6..483c6df 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1104,6 +1104,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-cbor</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-cdi</artifactId>
         <version>${project.version}</version>
       </dependency>
@@ -2643,6 +2648,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-cbor-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-chatscript-starter</artifactId>
         <version>${project.version}</version>
       </dependency>