SQL: Use core's jna version
Relates to elastic/elasticsearch#28172 Original commit: elastic/x-pack-elasticsearch@f58fc39c14
This commit is contained in:
parent
e5e5583bd8
commit
c6f216a3f7
|
@ -12,7 +12,7 @@ dependencies {
|
|||
compile project(':core:cli')
|
||||
|
||||
runtime "org.fusesource.jansi:jansi:1.16"
|
||||
runtime "org.elasticsearch:jna:4.4.0-1"
|
||||
runtime "org.elasticsearch:jna:${versions.jna}"
|
||||
}
|
||||
|
||||
dependencyLicenses {
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
c9dfcec6f07ee4b1d7a6c09a7eaa9dd4fb6d2c79
|
|
@ -0,0 +1 @@
|
|||
da10908ae23dc59b19dc258e63aea1c44621dc3a
|
Loading…
Reference in New Issue