mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
We disable transitive dependencies in our build plugin for all dependencies except for the group `org.elasticsearch`. However, in the reindex plugin we depend on the REST client and declare its dependencies again which is not necessary (and led to problems with conflicting versions in #19281). With this PR we remove the duplicate declaration.