Merge pull request #674 from hanzo2001/patch-1

fix(rest-json/pom.xml): use quarkus-based dependency
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 -->