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 2021/12/23 17:32:13 UTC

[camel-quarkus] branch json-patch-jvm-ext updated: Added Json-Patch Extension

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

acosentino pushed a commit to branch json-patch-jvm-ext
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/json-patch-jvm-ext by this push:
     new 9c0f5e1  Added Json-Patch Extension
9c0f5e1 is described below

commit 9c0f5e1814be1437d20f7c862495b41307f2f0e4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 23 18:31:55 2021 +0100

    Added Json-Patch Extension
---
 integration-tests-jvm/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests-jvm/pom.xml b/integration-tests-jvm/pom.xml
index 32adcf0..6f26e22 100644
--- a/integration-tests-jvm/pom.xml
+++ b/integration-tests-jvm/pom.xml
@@ -85,8 +85,8 @@
         <module>jgroups-raft</module>
         <module>jooq</module>
         <module>joor</module>
-        <module>jsonapi</module>
         <module>json-patch</module>
+        <module>jsonapi</module>
         <module>jt400</module>
         <module>kamelet-reify</module>
         <module>kotlin-dsl</module>