mirror of
https://github.com/datahub-project/datahub.git
synced 2025-06-27 05:03:31 +00:00
chore(dep): exclude end of life dependency (#12007)
This commit is contained in:
parent
d38427a773
commit
f9251c8759
@ -373,6 +373,7 @@ configure(subprojects.findAll {! it.name.startsWith('spark-lineage')}) {
|
||||
exclude group: "org.slf4j", module: "slf4j-log4j12"
|
||||
exclude group: "org.slf4j", module: "slf4j-nop"
|
||||
exclude group: "org.slf4j", module: "slf4j-ext"
|
||||
exclude group: "org.codehaus.jackson", module: "jackson-mapper-asl"
|
||||
|
||||
resolutionStrategy.force externalDependency.antlr4Runtime
|
||||
resolutionStrategy.force externalDependency.antlr4
|
||||
|
@ -2,6 +2,8 @@ package com.linkedin.datahub.upgrade.system.dataprocessinstances;
|
||||
|
||||
import static com.linkedin.metadata.Constants.*;
|
||||
|
||||
import com.fasterxml.jackson.databind.node.JsonNodeFactory;
|
||||
import com.fasterxml.jackson.databind.node.ObjectNode;
|
||||
import com.google.common.base.Throwables;
|
||||
import com.linkedin.common.urn.Urn;
|
||||
import com.linkedin.datahub.upgrade.UpgradeContext;
|
||||
@ -23,8 +25,6 @@ import java.util.List;
|
||||
import java.util.Set;
|
||||
import java.util.function.Function;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.codehaus.jackson.node.JsonNodeFactory;
|
||||
import org.codehaus.jackson.node.ObjectNode;
|
||||
import org.opensearch.action.search.SearchRequest;
|
||||
import org.opensearch.action.search.SearchResponse;
|
||||
import org.opensearch.client.RequestOptions;
|
||||
|
Loading…
x
Reference in New Issue
Block a user