Skip to content

Commit 5b63991

Browse files
authored
Merge branch 'master' into aws-use-ec2-role
2 parents c8f1fff + f9251c8 commit 5b63991

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ configure(subprojects.findAll {! it.name.startsWith('spark-lineage')}) {
373373
exclude group: "org.slf4j", module: "slf4j-log4j12"
374374
exclude group: "org.slf4j", module: "slf4j-nop"
375375
exclude group: "org.slf4j", module: "slf4j-ext"
376+
exclude group: "org.codehaus.jackson", module: "jackson-mapper-asl"
376377

377378
resolutionStrategy.force externalDependency.antlr4Runtime
378379
resolutionStrategy.force externalDependency.antlr4

datahub-upgrade/src/main/java/com/linkedin/datahub/upgrade/system/dataprocessinstances/BackfillDataProcessInstancesHasRunEventsStep.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
import static com.linkedin.metadata.Constants.*;
44

5+
import com.fasterxml.jackson.databind.node.JsonNodeFactory;
6+
import com.fasterxml.jackson.databind.node.ObjectNode;
57
import com.google.common.base.Throwables;
68
import com.linkedin.common.urn.Urn;
79
import com.linkedin.datahub.upgrade.UpgradeContext;
@@ -23,8 +25,6 @@
2325
import java.util.Set;
2426
import java.util.function.Function;
2527
import lombok.extern.slf4j.Slf4j;
26-
import org.codehaus.jackson.node.JsonNodeFactory;
27-
import org.codehaus.jackson.node.ObjectNode;
2828
import org.opensearch.action.search.SearchRequest;
2929
import org.opensearch.action.search.SearchResponse;
3030
import org.opensearch.client.RequestOptions;

0 commit comments

Comments
 (0)