Build: Rename test framework project
Xplugins side of elastic/elasticsearchelastic/elasticsearch#15522 Original commit: elastic/x-pack-elasticsearch@e296285562
This commit is contained in:
parent
9db8c73025
commit
0a69d22cdc
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue