You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2021/09/07 05:00:43 UTC

[airavata-mft] branch develop updated: Upgrading jackson databing version of agent

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

dimuthuupe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git


The following commit(s) were added to refs/heads/develop by this push:
     new f51eb2b  Upgrading jackson databing version of agent
f51eb2b is described below

commit f51eb2b0ce4ebc78dcc152e7626f1ed9b5af276f
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Tue Sep 7 01:00:35 2021 -0400

    Upgrading jackson databing version of agent
---
 agent/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/agent/pom.xml b/agent/pom.xml
index 7d6765e..b367bc5 100644
--- a/agent/pom.xml
+++ b/agent/pom.xml
@@ -87,6 +87,10 @@
                     <groupId>com.fasterxml.jackson.core</groupId>
                     <artifactId>jackson-core</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>com.fasterxml.jackson.core</groupId>
+                    <artifactId>jackson-databind</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
@@ -95,6 +99,11 @@
             <version>2.10.0</version>
         </dependency>
         <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-databind</artifactId>
+            <version>2.12.3</version>
+        </dependency>
+        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>log4j-over-slf4j</artifactId>
             <version>${log4j.over.slf4j}</version>