Skip to content

Commit

Permalink
Merge pull request #4368 from guardian/an/remove-unused-elasticsearch…
Browse files Browse the repository at this point in the history
…-plugin

remove unused "elasticsearch-action-updatebyquery" dependency
  • Loading branch information
andrew-nowak authored Nov 13, 2024
2 parents ae4fdff + a3be697 commit af144de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ lazy val thrall = playProject("thrall", 9002)
pipelineStages := Seq(digest, gzip),
libraryDependencies ++= Seq(
"org.codehaus.groovy" % "groovy-json" % "3.0.7",
"com.yakaz.elasticsearch.plugins" % "elasticsearch-action-updatebyquery" % "2.2.0",
"com.amazonaws" % "amazon-kinesis-client" % "1.8.10",
"org.testcontainers" % "elasticsearch" % "1.19.2" % Test,
"com.google.protobuf" % "protobuf-java" % "3.19.6"
Expand Down

0 comments on commit af144de

Please sign in to comment.