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

yasith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/master by this push:
     new 2df922af78 AIRAVATA-3592 use jackson2 (#288)
2df922af78 is described below

commit 2df922af786b4337721e850d6b5ebbd8a674e7fb
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jun 3 19:02:05 2025 +0100

    AIRAVATA-3592 use jackson2 (#288)
---
 .../src/main/java/org/apache/airavata/agents/api/AdaptorParams.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/modules/airavata-helix/agent-api/src/main/java/org/apache/airavata/agents/api/AdaptorParams.java
 
b/modules/airavata-helix/agent-api/src/main/java/org/apache/airavata/agents/api/AdaptorParams.java
index beab284b45..f177282e02 100644
--- 
a/modules/airavata-helix/agent-api/src/main/java/org/apache/airavata/agents/api/AdaptorParams.java
+++ 
b/modules/airavata-helix/agent-api/src/main/java/org/apache/airavata/agents/api/AdaptorParams.java
@@ -19,7 +19,7 @@
  */
 package org.apache.airavata.agents.api;
 
-import org.codehaus.jackson.map.ObjectMapper;
+import com.fasterxml.jackson.databind.ObjectMapper;
 
 import java.io.File;
 import java.io.IOException;

Reply via email to