Skip to content

Commit 1a165d2

Browse files
committed
modify apiResult objectMapper
1 parent b861964 commit 1a165d2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

core/src/main/java/com/dtstack/flink/sql/exec/ApiResult.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
package com.dtstack.flink.sql.exec;
22

3-
import org.codehaus.jackson.map.ObjectMapper;
3+
import com.fasterxml.jackson.databind.ObjectMapper;
44
import org.slf4j.Logger;
55
import org.slf4j.LoggerFactory;
66

7-
import java.util.UUID;
8-
97
/**
108
* API调用结果返回
119
* Date: 2020/2/24

0 commit comments

Comments
 (0)