Skip to content

Commit

Permalink
Remove samza core unrequired dep
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 14, 2024
1 parent 1a7bca5 commit a3c0545
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ ext.libraries = [
restliCommon: "com.linkedin.pegasus:restli-common:${pegasusVersion}",
rocksdbjni: 'org.rocksdb:rocksdbjni:8.8.1',
samzaApi: 'org.apache.samza:samza-api:1.5.1',
samzaCore:'org.apache.samza:samza-core_2.12:1.5.1',
beamSdk: 'org.apache.beam:beam-sdks-java-core:2.60.0',
beamExtensionAvro: 'org.apache.beam:beam-sdks-java-extensions-avro:2.60.0',
slf4j: 'org.slf4j:slf4j:1.7.36',
Expand Down
1 change: 0 additions & 1 deletion clients/venice-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ dependencies {
implementation libraries.r2
implementation libraries.beamSdk
implementation libraries.annotations
implementation libraries.samzaCore
implementation libraries.beamExtensionAvro

testImplementation project(':internal:venice-client-common')
Expand Down

0 comments on commit a3c0545

Please sign in to comment.