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 <bilbolord2...@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 -->