You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2018/02/02 09:39:24 UTC

[camel] branch master updated: CAMEL-12180: Lets use same version of jackson for rs as well.

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

davsclaus 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 ca909c9  CAMEL-12180: Lets use same version of jackson for rs as well.
ca909c9 is described below

commit ca909c9f9b14b0c36327698dc9a274d3e6d1e537
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Feb 2 10:38:59 2018 +0100

    CAMEL-12180: Lets use same version of jackson for rs as well.
---
 parent/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index 72fc631..5b217a5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -3705,6 +3705,11 @@
         <artifactId>jackson-module-jsonSchema</artifactId>
         <version>${jackson2-version}</version>
       </dependency>
+      <dependency>
+        <groupId>com.fasterxml.jackson.jr</groupId>
+        <artifactId>jackson-jr-objects</artifactId>
+        <version>${jackson2-version}</version>
+      </dependency>
 
       <dependency>
         <groupId>com.alibaba</groupId>

-- 
To stop receiving notification emails like this one, please contact
davsclaus@apache.org.