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/24 08:02:29 UTC

[camel-quarkus] 05/06: Added Json-Patch Extension

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

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

commit 7e6a9ce48cda57b96ec8db9df09492ccebc80257
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>