Skip to content

Commit a1698a0

Browse files
committed
Merge branch 'feat_1.8_modifyApiResultObjectMapper' into '1.8_test_3.10.x'
modify apiResult objectMapper See merge request !254
2 parents b861964 + 1a165d2 commit a1698a0

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)