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/03/18 18:10:01 UTC

[camel] branch master updated: Camel-jsonpath: No need for json-smart, it is already included in jsonpath

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


The following commit(s) were added to refs/heads/master by this push:
     new c8c52b5  Camel-jsonpath: No need for json-smart, it is already included in jsonpath
c8c52b5 is described below

commit c8c52b54fd01824e0e3ef0d6eeeb2125170ebd01
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 18 19:00:47 2021 +0100

    Camel-jsonpath: No need for json-smart, it is already included in jsonpath
---
 components/camel-jsonpath/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/components/camel-jsonpath/pom.xml b/components/camel-jsonpath/pom.xml
index 9a09a11..60f2aa8 100644
--- a/components/camel-jsonpath/pom.xml
+++ b/components/camel-jsonpath/pom.xml
@@ -57,11 +57,6 @@
             <version>${json-path-version}</version>
         </dependency>
         <dependency>
-            <groupId>net.minidev</groupId>
-            <artifactId>json-smart</artifactId>
-            <version>${json-smart-version}</version>
-        </dependency>
-        <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
             <optional>true</optional>