Build: Rename test framework project

Xplugins side of elastic/elasticsearchelastic/elasticsearch#15522

Original commit: elastic/x-pack-elasticsearch@e296285562
This commit is contained in:
Ryan Ernst 2015-12-17 21:26:38 -08:00
parent 9db8c73025
commit 0a69d22cdc
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ apply plugin: 'elasticsearch.build'
dependencies {
compile "org.elasticsearch:elasticsearch:${version}"
testCompile "org.elasticsearch:test-framework:${version}"
testCompile "org.elasticsearch.test:framework:${version}"
}
dependencyLicenses.enabled = false

View File

@ -3,7 +3,7 @@ apply plugin: 'elasticsearch.build'
dependencies {
compile project(':x-plugins:elasticsearch:license:base')
compile "org.elasticsearch:elasticsearch:${version}"
testCompile "org.elasticsearch:test-framework:${version}"
testCompile "org.elasticsearch.test:framework:${version}"
}
dependencyLicenses.enabled = false

View File

@ -4,7 +4,7 @@ dependencies {
compile project(':x-plugins:elasticsearch:license:base')
compile "org.elasticsearch:elasticsearch:${version}"
testCompile project(':x-plugins:elasticsearch:license:licensor')
testCompile "org.elasticsearch:test-framework:${version}"
testCompile "org.elasticsearch.test:framework:${version}"
}
dependencyLicenses.enabled = false