Skip to content

Commit

Permalink
[vpj] Exclude jackson dependency from HDFS dependency (linkedin#1126)
Browse files Browse the repository at this point in the history
Also reverted a7318c1d918af1d0c53214173200f9e1c254cd9c:
[controller][router][server][da-vinci] Pull jacksonCore into venice-common (linkedin#1124)
  • Loading branch information
huangminchn authored Aug 19, 2024
1 parent c9304b2 commit 7789cb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions clients/venice-push-job/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies {
// Exclude transitive dependency
exclude group: 'org.apache.avro'
exclude group: 'javax.servlet'
exclude group: 'com.fasterxml.jackson.core'
}

implementation (libraries.apacheSparkAvro) {
Expand Down
1 change: 0 additions & 1 deletion internal/venice-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ dependencies {
implementation libraries.conscrypt
implementation libraries.fastUtil
implementation libraries.httpAsyncClient
implementation libraries.jacksonCore
implementation libraries.jacksonDatabind
implementation libraries.jacksonAnnotations
implementation libraries.kafkaClients // TODO: Get rid of Kafka dependency in venice-common
Expand Down

0 comments on commit 7789cb4

Please sign in to comment.