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 2020/02/04 12:10:35 UTC

[camel-quarkus] branch master updated: fix(rest-json/pom.xml): use quarkus-based dependency

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-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new c026828  fix(rest-json/pom.xml): use quarkus-based dependency
     new 82de736  Merge pull request #674 from hanzo2001/patch-1
c026828 is described below

commit c02682856ed236f7976509cd2bebbd1b4e99668b
Author: Santiago Acosta <bi...@gmail.com>
AuthorDate: Thu Jan 30 13:01:10 2020 +0000

    fix(rest-json/pom.xml): use quarkus-based dependency
---
 examples/rest-json/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/rest-json/pom.xml b/examples/rest-json/pom.xml
index 2ed4aa0..255e1ca 100644
--- a/examples/rest-json/pom.xml
+++ b/examples/rest-json/pom.xml
@@ -37,8 +37,8 @@
             <artifactId>camel-quarkus-platform-http</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-jackson</artifactId>
+            <groupId>org.apache.camel.quarkus</groupId>
+            <artifactId>camel-quarkus-jackson</artifactId>
         </dependency>
 
         <!-- test dependencies -->