OpenSearch/qa/smoke-test-http
Michael Basnight e816ef89a2 Shade external dependencies in the rest client jar
This commit removes all external dependencies from the rest client jar
and shades them in an 'org.elasticsearch.client' package within the jar
using shadowJar gradle plugin. All projects that depended on the
existing jar have been converted to using the 'org.elasticsearch.client'
package prefixes to interact with the rest client.

Closes #25208
2017-07-24 12:55:43 -05:00
..
src/test/java/org/elasticsearch/http Shade external dependencies in the rest client jar 2017-07-24 12:55:43 -05:00
build.gradle Set available processors for Netty 2017-05-01 19:27:28 -04:00