Skip to content

Commit

Permalink
Dependency fix
Browse files Browse the repository at this point in the history
Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable committed Aug 19, 2024
1 parent 2b94044 commit 60b4eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions data-prepper-plugins/kafka-plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ dependencies {
testImplementation project(':data-prepper-test-common')
testImplementation project(':data-prepper-plugins:blocking-buffer')
testImplementation project(':data-prepper-core')
testImplementation project(':data-prepper-event')
testImplementation project(':data-prepper-plugin-framework')
testImplementation project(':data-prepper-pipeline-parser')
testImplementation 'org.apache.kafka:kafka_2.13:3.6.1'
Expand Down
1 change: 1 addition & 0 deletions data-prepper-plugins/s3-source/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dependencies {
testImplementation project(':data-prepper-plugins:avro-codecs')
testImplementation project(':data-prepper-plugins:in-memory-source-coordination-store')
testImplementation project(':data-prepper-core')
testImplementation project(':data-prepper-event')
testImplementation project(':data-prepper-plugins:parquet-codecs')
testImplementation project(':data-prepper-test-event')
testImplementation libs.avro.core
Expand Down

0 comments on commit 60b4eb9

Please sign in to comment.