Skip to content

Commit

Permalink
fix converter import
Browse files Browse the repository at this point in the history
  • Loading branch information
elguardian committed May 27, 2024
1 parent eb4940b commit eddfcbb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@
import java.util.Map;
import java.util.function.Function;

import javax.swing.text.Document;

import org.jbpm.process.core.context.variable.Variable;
import org.jbpm.process.core.datatype.DataType;
import org.kie.kogito.jackson.utils.JsonNodeConverter;
import org.kie.kogito.jackson.utils.ObjectMapperFactory;
import org.kie.kogito.jackson.utils.StringConverter;
import org.w3c.dom.Document;

import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.module.SimpleModule;
Expand Down

0 comments on commit eddfcbb

Please sign in to comment.