mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 05:28:34 +00:00
cdfe0f1f5a
This reverts commit elastic/x-pack-elasticsearch@cc79e19911. We'll merge this when we're good and ready. Original commit: elastic/x-pack-elasticsearch@b3ef4f2836
11 lines
348 B
Groovy
11 lines
348 B
Groovy
description = 'Request and response objects shared by the cli and jdbc and the server.'
|
|
|
|
dependencies {
|
|
testCompile project(':x-pack-elasticsearch:sql:test-utils')
|
|
}
|
|
|
|
forbiddenApisMain {
|
|
// does not depend on core, so only jdk and http signatures should be checked
|
|
signaturesURLs = [this.class.getResource('/forbidden/jdk-signatures.txt')]
|
|
}
|