OpenSearch/modules/reindex
Daniel Mitterdorfer d7d3b1a874 Remove duplicate dependency declaration for http client (#19580)
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.
2016-07-26 06:29:04 +02:00
..
src Add Location header and improve REST testing 2016-07-25 17:02:40 -04:00
build.gradle Remove duplicate dependency declaration for http client (#19580) 2016-07-26 06:29:04 +02:00