Upgrade engine-node to beta1 and clean up after merge

Original commit: elastic/x-pack-elasticsearch@745043a99a
This commit is contained in:
Dimitrios Athanasiou 2016-10-04 16:11:30 +01:00
parent 9fa9dc3fa5
commit aba1447b67
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ subprojects {
compile group: 'log4j', name: 'log4j', version:'1.2.17'
testCompile group: 'org.ini4j', name: 'ini4j', version:'0.5.2'
// Includes: junit, hamcrest and mockito
testCompile group: 'org.elasticsearch.test', name: 'framework', version: '5.0.0-alpha5'
testCompile group: 'org.elasticsearch.test', name: 'framework', version: '5.0.0-beta1'
}
}