Upgrade ASM for java 12 compatability (#37385)

Closes #37371
This commit is contained in:
Alpar Torok 2019-01-13 19:33:39 +02:00 committed by Jason Tedor
parent 6fd57d90da
commit a566bacbc8
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
apply plugin: 'elasticsearch.build'
dependencies {
compile 'org.ow2.asm:asm:6.2'
compile 'org.ow2.asm:asm:7.0'
compile "org.elasticsearch:elasticsearch:${version}"
compile "org.elasticsearch.plugin:x-pack-core:${version}"
testCompile "org.elasticsearch.test:framework:${version}"