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/07/15 17:13:12 UTC

[camel] 05/08: Adding some missing pom commits.

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

commit f46e4aa926c08e81a39afbc7d1f9e878f7c27103
Author: Jim MacInnes <ma...@gmail.com>
AuthorDate: Fri Jul 10 10:28:44 2020 -0700

    Adding some missing pom commits.
---
 camel-dependencies/pom.xml       | 1 +
 core/camel-allcomponents/pom.xml | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 492ecb2..bf686dc 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -365,6 +365,7 @@
     <json-simple-version>1.1.1</json-simple-version>
     <json-smart-version>2.3</json-smart-version>
     <jsonassert-version>1.5.0</jsonassert-version>
+    <jsonata4java-version>1.0.0</jsonata4java-version>
     <jsoup-version>1.13.1</jsoup-version>
     <jt400-version>10.3</jt400-version>
     <jta-api-1.2-version>1.2</jta-api-1.2-version>
diff --git a/core/camel-allcomponents/pom.xml b/core/camel-allcomponents/pom.xml
index 217414b..54ea507 100644
--- a/core/camel-allcomponents/pom.xml
+++ b/core/camel-allcomponents/pom.xml
@@ -728,6 +728,10 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.camel</groupId>
+			<artifactId>camel-jsonata</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.camel</groupId>
 			<artifactId>camel-jsonpath</artifactId>
 		</dependency>
 		<dependency>