Skip to content

Commit

Permalink
chore: elastic dependency made transitive
Browse files Browse the repository at this point in the history
  • Loading branch information
osoykan committed Jan 24, 2024
1 parent d22fe35 commit 3db084b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stove-testing-e2e-elasticsearch/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {}
dependencies {
api(project(":lib:stove-testing-e2e"))
implementation(libs.elastic)
api(libs.elastic)
implementation(testLibs.testcontainers.elasticsearch)
implementation(libs.jackson.databind)
implementation(libs.jackson.arrow)
Expand Down

0 comments on commit 3db084b

Please sign in to comment.